consciousness/poc-memory/src/agents
ProofOfConcept a505b9384e agents: fix agent file parser to split on first newline
The parser was using split_once("\n\n") which broke when the prompt
started immediately after the JSON header (no blank line). Parse
the first line as JSON, treat the rest as the prompt body.
2026-03-10 16:03:10 -04:00
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs agent visits: track when agents successfully process nodes 2026-03-10 14:30:53 -04:00
daemon.rs agent visits: track when agents successfully process nodes 2026-03-10 14:30:53 -04:00
defs.rs agents: fix agent file parser to split on first newline 2026-03-10 16:03:10 -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 agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00
prompts.rs agents: remove hardcoded dispatch, clean up pub wrappers 2026-03-10 15:53:53 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00