Unconscious agents (organize, linker, distill, etc.) run independently of the conversation context. They create fresh Agent instances, select target nodes via their .agent file queries, and are scheduled by the consolidation plan which analyzes graph health metrics. Key differences from subconscious agents: - No fork — standalone agents with fresh context - Self-selecting — queries in .agent files pick target nodes - Budget-driven — consolidation plan allocates runs per type - Max 2 concurrent, 60s min interval between same-type runs Wired into Mind event loop alongside subconscious trigger/collect. TUI display not yet implemented. Co-Authored-By: Proof of Concept <poc@bcachefs.org> |
||
|---|---|---|
| .. | ||
| agent | ||
| bin | ||
| claude | ||
| cli | ||
| hippocampus | ||
| learn | ||
| mind | ||
| subconscious | ||
| thalamus | ||
| user | ||
| config.rs | ||
| lib.rs | ||
| main.rs | ||
| session.rs | ||
| util.rs | ||