consciousness/src/mind
ProofOfConcept dc07c92b28 Unconscious agents: persistent AutoAgent, shared Agent Arc for UI
- AutoAgent stored on UnconsciousAgent, swapped out for runs, restored
  on completion (same pattern as subconscious agents)
- Agent Arc created before spawn and stored on UnconsciousAgent so
  the TUI can lock it to read conversation context live
- run_shared() method on AutoAgent for running with a pre-created Agent
- Default tools: memory_tools (not memory_and_journal_tools)
- trigger/spawn_agent made async for Agent::new()

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-09 01:00:48 -04:00
..
identity.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
log.rs Fix status bar: show per-section budget breakdown 2026-04-08 16:53:23 -04:00
mod.rs Unconscious agents: persistent AutoAgent, shared Agent Arc for UI 2026-04-09 01:00:48 -04:00
subconscious.rs Spacebar toggle for all agents, persist to config, scan agent directory 2026-04-09 00:51:10 -04:00
unconscious.rs Unconscious agents: persistent AutoAgent, shared Agent Arc for UI 2026-04-09 01:00:48 -04:00