consciousness/src/mind
ProofOfConcept aade8a9cce Add per-agent run stats (messages, tool calls by type)
compute_run_stats() walks the conversation AST after each agent
completes, counting messages and tool calls by tool name. Stats
are returned from save_agent_log(), stored on UnconsciousAgent,
and displayed in the agent list UI.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-10 13:44:41 -04:00
..
identity.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
log.rs Fast startup: mmap backward scan instead of reading full log 2026-04-09 13:09:26 -04:00
mod.rs Move unconscious agents to their own task with watch channel 2026-04-10 03:20:12 -04:00
subconscious.rs Log full agent context window on completion 2026-04-10 13:27:32 -04:00
unconscious.rs Add per-agent run stats (messages, tool calls by type) 2026-04-10 13:44:41 -04:00