consciousness/src/agent/tools
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
..
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 cleanup: simplify MemoryNode, deduplicate tool dispatch 2026-03-25 01:59:13 -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