consciousness/src/agent/tools
Kent Overstreet fb46ab095d Consolidate memory RPC in tools/memory.rs
- Move memory_rpc(), socket_path(), SocketConn from mcp_server.rs
- Convert remaining callers to typed async API:
  - defs.rs: organize placeholder, run_agent query
  - cli/agent.rs: query resolution (now async)
  - mind/identity.rs: Store context loading
- Re-export socket_path/memory_rpc from mcp_server for compatibility

All external memory access now goes through tools/memory.rs typed API.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-13 13:39:59 -04:00
..
ast_grep.rs Add ast_grep tool: structural code search via ast-grep 2026-04-09 11:38:24 -04:00
bash.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00
cd.rs tools: add cd tool for changing working directory 2026-04-12 15:49:46 -04:00
channels.rs channels: parallel queries with timeout per daemon 2026-04-11 00:45:01 -04:00
control.rs Mouse selection, copy/paste, yield_to_user fixes 2026-04-09 18:10:54 -04:00
edit.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00
glob.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00
grep.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00
lsp.rs locks: add process-wide lock hold time tracking 2026-04-12 20:27:42 -04:00
mcp_client.rs locks: add process-wide lock hold time tracking 2026-04-12 20:27:42 -04:00
memory.rs Consolidate memory RPC in tools/memory.rs 2026-04-13 13:39:59 -04:00
mod.rs tools: add cd tool for changing working directory 2026-04-12 15:49:46 -04:00
read.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00
vision.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00
web.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00
write.rs Output tool via Arc<Mutex<Subconscious>> closure — complete 2026-04-08 20:41:42 -04:00