consciousness/src/hippocampus
Kent Overstreet b0e852a05f add unreachable_pub lint, fix all 17 violations
pub → pub(crate) for SseReader methods (used across child modules).
pub → pub(super) for openai::stream_events, tool definitions, store
helpers. pub → private for normalize_link and differentiate_hub_with_graph
(only used within their own files).

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 16:15:32 -04:00
..
neuro add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
query memory: add spreading activation tool 2026-03-31 18:21:01 -04:00
store add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
counters.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
cursor.rs journal: remove all stringly-typed key patterns, use NodeType 2026-03-26 19:11:17 -04:00
graph.rs journal: remove all stringly-typed key patterns, use NodeType 2026-03-26 19:11:17 -04:00
lookups.rs restructure: hippocampus/ for memory, subconscious/ for agents 2026-03-25 01:05:30 -04:00
memory.rs surface: tag recent nodes as (new) instead of hiding them 2026-03-26 21:19:19 -04:00
mod.rs cleanup: remove dead migrate module, fix stale comment 2026-03-27 21:08:40 -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