restructure: hippocampus/ for memory, subconscious/ for agents
hippocampus/ — memory storage, retrieval, and consolidation: store, graph, query, similarity, spectral, neuro, counters, config, transcript, memory_search, lookups, cursor, migrate subconscious/ — autonomous agents that process without being asked: reflect, surface, consolidate, digest, audit, etc. All existing crate::X paths preserved via re-exports in lib.rs. Co-Authored-By: Proof of Concept <poc@bcachefs.org> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
cfed85bd20
commit
d5c0e86700
39 changed files with 87 additions and 32 deletions
7
src/subconscious/mod.rs
Normal file
7
src/subconscious/mod.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// subconscious — autonomous agents that process without being asked
|
||||
//
|
||||
// Reflect, surface, consolidate, digest, audit — the background
|
||||
// processes that maintain and evolve the memory graph. Runs on
|
||||
// local models via the API backend.
|
||||
|
||||
pub mod agents;
|
||||
Loading…
Add table
Add a link
Reference in a new issue