consciousness/poc-memory/src/agents
ProofOfConcept 8ba58ce9cd neuro: unify consolidation planning, fix threshold drift
The daemon's compute_graph_health had a duplicated copy of the
consolidation planning thresholds that had drifted from the canonical
version (α<2.0 → +7 replay in daemon vs +10 in neuro).

Split consolidation_plan into _inner(store, detect_interference) so
the daemon can call consolidation_plan_quick (skips O(n²) interference)
while using the same threshold logic.
2026-03-10 17:55:08 -04:00
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs agents: extract run_and_apply, eliminate dead split-plan.md 2026-03-10 17:51:32 -04:00
daemon.rs neuro: unify consolidation planning, fix threshold drift 2026-03-10 17:55:08 -04:00
defs.rs agents: extract run_and_apply, eliminate dead split-plan.md 2026-03-10 17:51:32 -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 agents: extract run_and_apply, eliminate dead split-plan.md 2026-03-10 17:51:32 -04:00
llm.rs split agent: parallel execution, agent-driven edges, no MCP overhead 2026-03-10 03:21:33 -04:00
mod.rs agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00
prompts.rs agents: extract run_and_apply, eliminate dead split-plan.md 2026-03-10 17:51:32 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00