consciousness/src/user/tui
ProofOfConcept 8e66f0a66c wire channel list RPC into consciousness F5 screen
fetch_all_channels() connects to each daemon socket and calls
list() via capnp RPC. Runs on a dedicated thread (capnp uses Rc).
Results sent back via mpsc channel, TUI reads cached state.

Fetched at startup and when switching to F5 thalamus screen.
Also calls ensure_running() to restart dead daemons.

Co-Developed-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-03 19:53:23 -04:00
..
context_screen.rs Rename agent/ to user/ and poc-agent binary to consciousness 2026-04-03 17:25:59 -04:00
main_screen.rs Rename agent/ to user/ and poc-agent binary to consciousness 2026-04-03 17:25:59 -04:00
mod.rs wire channel list RPC into consciousness F5 screen 2026-04-03 19:53:23 -04:00
subconscious_screen.rs Rename agent/ to user/ and poc-agent binary to consciousness 2026-04-03 17:25:59 -04:00
thalamus_screen.rs wire thalamus idle state into consciousness binary 2026-04-03 19:30:26 -04:00
unconscious_screen.rs tui: F5 thalamus screen, fix HashMap ordering, Screen enum 2026-04-03 18:39:48 -04:00