consciousness/poc-memory/agents
ProofOfConcept 16c749f798 agents: placeholder-based prompt templates, port remaining 4 agents
Replace the formatter dispatch with a generic {{placeholder}} lookup
system. Placeholders in prompt templates are resolved at runtime from
a table: topology, nodes, episodes, health, pairs, rename, split.

The query in the header selects what to operate on (keys for visit
tracking); placeholders pull in formatted context. Placeholders that
produce their own node selection (pairs, rename) contribute keys back.

Port health, separator, rename, and split agents to .agent files.
All 7 agents now use the config-driven path.
2026-03-10 15:50:54 -04:00
..
health.agent agents: placeholder-based prompt templates, port remaining 4 agents 2026-03-10 15:50:54 -04:00
linker.agent agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00
rename.agent agents: placeholder-based prompt templates, port remaining 4 agents 2026-03-10 15:50:54 -04:00
replay.agent agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00
separator.agent agents: placeholder-based prompt templates, port remaining 4 agents 2026-03-10 15:50:54 -04:00
split.agent agents: placeholder-based prompt templates, port remaining 4 agents 2026-03-10 15:50:54 -04:00
transfer.agent agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00