consciousness/src/thought
ProofOfConcept ad5f69abb8 channel architecture: wire protocol, daemons, supervisor
Design and implement the channel system for external communications:

- schema/channel.capnp: wire protocol for channel daemons
  (recv with all_new/min_count, send, subscribe, list)
- channels/irc/: standalone IRC daemon crate (consciousness-channel-irc)
- channels/telegram/: standalone Telegram daemon crate
  (consciousness-channel-telegram)
- src/thalamus/channels.rs: client connecting to daemon sockets
- src/thalamus/supervisor.rs: daemon lifecycle with file locking
  for multi-instance safety

Channel daemons listen on ~/.consciousness/channels/*.sock,
configs in *.json5, supervisor discovers and starts them.
IRC/Telegram modules removed from thalamus core — they're
now independent daemons that survive consciousness restarts.

Also: delete standalone tui.rs (moved to consciousness F4/F5),
fix build warnings, add F5 thalamus screen with channel status.

Co-Developed-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-03 18:46:41 -04:00
..
bash.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
context.rs Rename agent/ to user/ and poc-agent binary to consciousness 2026-04-03 17:25:59 -04:00
edit.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
glob_tool.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
grep.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
memory.rs Split journal tools from default definitions, expose to all for now 2026-04-01 15:12:14 -04:00
mod.rs Rename agent/ to user/ and poc-agent binary to consciousness 2026-04-03 17:25:59 -04:00
read.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
training.rs channel architecture: wire protocol, daemons, supervisor 2026-04-03 18:46:41 -04:00
write.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00