forked from kent/consciousness
PaneTarget enum + route_entry() function: given a ConversationEntry, returns which pane it belongs to (or None to skip). The sync loop becomes: detect desync → pop, then route new entries. Routing: User→Conversation, Assistant→ConversationAssistant, tool_calls→Tools, Tool results→ToolResult, Memory/System→None. 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 | ||