consciousness/src/agent/tools
ProofOfConcept 10932cb67e hippocampus: move MemoryNode + store ops to where they belong
MemoryNode moved from agent/memory.rs to hippocampus/memory.rs — it's
a view over hippocampus data, not agent-specific.

Store operations (set_weight, set_link_strength, add_link) moved into
store/ops.rs. CLI code (cli/graph.rs, cli/node.rs) and agent tools
both call the same store methods now. render_node() delegates to
MemoryNode::from_store().render() — 3 lines instead of 40.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-03-25 01:55:21 -04:00
..
bash.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
control.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
edit.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
glob_tool.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
grep.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
journal.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
memory.rs hippocampus: move MemoryNode + store ops to where they belong 2026-03-25 01:55:21 -04:00
mod.rs runner: context-aware memory tracking 2026-03-25 01:48:15 -04:00
read.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
vision.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
working_stack.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
write.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00