consciousness/src/hippocampus
ProofOfConcept 164a603c8e cleanup: simplify MemoryNode, deduplicate tool dispatch
- Removed write/search/mark_used static methods from MemoryNode —
  those are store ops, not MemoryNode concerns
- Removed SearchResult duplicate — use query::engine::SearchResult
- Simplified Link to (String, f32) tuple — inline detection moved
  to render()
- Collapsed tool definitions to one-liners
- Consolidated store-mutation tools into with_store() helper
- Supersede uses store directly instead of MemoryNode round-trip

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-03-25 01:59:13 -04:00
..
neuro restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
query restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
store hippocampus: move MemoryNode + store ops to where they belong 2026-03-25 01:55:21 -04:00
counters.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
cursor.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
graph.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
lookups.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
memory.rs cleanup: simplify MemoryNode, deduplicate tool dispatch 2026-03-25 01:59:13 -04:00
memory_search.rs session: extract Session from memory_search to src/session.rs 2026-03-25 01:26:03 -04:00
migrate.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
mod.rs hippocampus: move MemoryNode + store ops to where they belong 2026-03-25 01:55:21 -04:00
similarity.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
spectral.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
transcript.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00