forked from kent/consciousness
Route agent entries to correct panes: - User messages → conversation (cyan, User marker) - Assistant text → conversation (Assistant marker) - Assistant tool_calls → tools pane (yellow) - Tool results → tools pane (truncated at 20 lines) - Memory/system-reminder entries → skipped - System role → skipped Two phases: detect generation change (reset panes if needed), then route new entries. PaneState is the rendered view of agent entries, updated incrementally. 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 | ||