consciousness/poc-memory/src/agents
Kent Overstreet 6d22f70192 Native memory tools + MCP server + distill agent improvements
Tools:
- Add native memory_render, memory_write, memory_search,
  memory_links, memory_link_set, memory_link_add, memory_used
  tools to poc-agent (tools/memory.rs)
- Add MCP server (~/bin/memory-mcp.py) exposing same tools
  for Claude Code sessions
- Wire memory tools into poc-agent dispatch and definitions
- poc-memory daemon agents now use memory_* tools instead of
  bash poc-memory commands — no shell quoting issues

Distill agent:
- Rewrite distill.agent prompt: "agent of PoC's subconscious"
  framing, focus on synthesis and creativity over bookkeeping
- Add {{neighborhood}} placeholder: full seed node content +
  all neighbors with content + cross-links between neighbors
- Remove content truncation in prompt builder — agents need
  full content for quality work
- Remove bag-of-words similarity suggestions — agents have
  tools, let them explore the graph themselves
- Add api_reasoning config option (default: "high")
- link-set now deduplicates — collapses duplicate links
- Full tool call args in debug logs (was truncated to 80 chars)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 22:58:54 -04:00
..
api.rs Native memory tools + MCP server + distill agent improvements 2026-03-19 22:58:54 -04:00
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs Remove dead action pipeline: parsing, depth tracking, knowledge loop, fact miner 2026-03-17 00:37:12 -04:00
daemon.rs config: hot-reload via RPC, Arc<Config> for cheap sharing 2026-03-19 13:41:13 -04:00
defs.rs Native memory tools + MCP server + distill agent improvements 2026-03-19 22:58:54 -04:00
digest.rs experience-mine: link at creation time, remove # from new keys 2026-03-14 16:25:31 -04:00
enrich.rs Remove experience_mine, journal_enrich, and old mining helpers 2026-03-17 00:54:12 -04:00
knowledge.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
llm.rs daemon: verbose pool logging, DAEMON_POOL for run_job 2026-03-19 11:21:30 -04:00
mod.rs Add direct API backend for agent execution 2026-03-18 23:05:14 -04:00
prompts.rs Native memory tools + MCP server + distill agent improvements 2026-03-19 22:58:54 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00