consciousness/poc-memory/src/agents
ProofOfConcept 8bbc246b3d split agent: parallel execution, agent-driven edges, no MCP overhead
- Refactor split from serial batch to independent per-node tasks
  (run-agent split N spawns N parallel tasks, gated by llm_concurrency)
- Replace cosine similarity edge inheritance with agent-assigned
  neighbors in the plan JSON — the LLM already understands the
  semantic relationships, no need to approximate with bag-of-words
- Add --strict-mcp-config to claude CLI calls to skip MCP server
  startup (saves ~5s per call)
- Remove hardcoded 2000-char split threshold — let the agent decide
  what's worth splitting
- Reload store before mutations to handle concurrent split races
2026-03-10 03:21:33 -04:00
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
daemon.rs split agent: parallel execution, agent-driven edges, no MCP overhead 2026-03-10 03:21:33 -04:00
digest.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
enrich.rs experience-mine: per-segment dedup keys, retry backoff 2026-03-09 02:27:51 -04:00
fact_mine.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
knowledge.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
llm.rs split agent: parallel execution, agent-driven edges, no MCP overhead 2026-03-10 03:21:33 -04:00
mod.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
prompts.rs split agent: parallel execution, agent-driven edges, no MCP overhead 2026-03-10 03:21:33 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00