consciousness/src/hippocampus/store
Kent Overstreet edfa1c37f5 Subconscious: persistent agent state, store activity queries
- Agent state (outputs) persists across runs in subconscious-state.json,
  loaded on startup, saved after each run completes
- Merge semantics: each run's outputs accumulate into persistent_state
  rather than replacing
- Walked keys restored from surface agent state on load
- Store::recent_by_provenance() queries nodes by agent provenance for
  the store activity view
- Switch outputs from HashMap to BTreeMap for stable display ordering

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 19:03:05 -04:00
..
mod.rs drop strip_md_keys() 2026-04-05 01:18:47 -04:00
ops.rs Subconscious: persistent agent state, store activity queries 2026-04-07 19:03:05 -04:00
parse.rs add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
persist.rs Cache Store in process — stop reloading on every tool call 2026-04-07 03:35:08 -04:00
types.rs training: per-node scoring with graph weight updates 2026-04-05 01:18:47 -04:00
view.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00