consciousness/poc-memory/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
..
calibrate.agent Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
challenger.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
compare.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
connector.agent Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
digest.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
distill.agent Native memory tools + MCP server + distill agent improvements 2026-03-19 22:58:54 -04:00
evaluate.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
extractor.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
health.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
linker.agent Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
naming.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
observation.agent agents: {{HUBS}} placeholder for top 20 spread-apart hub nodes 2026-03-16 21:00:31 -04:00
organize.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
rename.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
replay.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
separator.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
split.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
transfer.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00