consciousness/src/mind
Kent Overstreet 27ca3c058d Shared persistent state across all subconscious agents
Moved persistent_state from per-agent to a single shared BTreeMap on
Subconscious. All agents read/write the same state — surface's walked
keys are visible to observe and reflect, etc.

- Subconscious.state: shared BTreeMap<String, String>
- walked() derives from state["walked"] instead of separate Vec
- subconscious-state.json is now a flat key-value map
- All agent outputs merge into the shared state on completion
- Loaded on startup, saved after any agent completes

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 19:23:08 -04:00
..
dmn.rs Shared persistent state across all subconscious agents 2026-04-07 19:23:08 -04:00
identity.rs Fix build warnings across workspace 2026-04-07 13:55:30 -04:00
log.rs fix logging assistant messages 2026-04-06 23:04:08 -04:00
mod.rs Shared persistent state across all subconscious agents 2026-04-07 19:23:08 -04:00