Mind::init() restores conversation from log and starts scoring. No UiMessages sent. The UI event loop reads Mind's state after init and displays startup info (model, restored conversation) by reading the agent directly. mind/mod.rs has zero UiMessage imports or sends. Complete separation between cognitive state machine and user interface. Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev> |
||
|---|---|---|
| .. | ||
| chat.rs | ||
| context.rs | ||
| event_loop.rs | ||
| mod.rs | ||
| subconscious.rs | ||
| thalamus.rs | ||
| ui_channel.rs | ||
| unconscious.rs | ||