consciousness/poc-memory/agents
ProofOfConcept 7199c89518 agents: model dispatch from .agent file, add generalize agent WIP
Make call_model pub(crate) so run_one_agent reads the model from the
.agent definition instead of hardcoding sonnet. Naming agent upgraded
from haiku to sonnet.

Add generalize agent: finds the largest prefix-grouped cluster of
nodes that hasn't been visited recently, wired into the agent cycle
between extractor and connector at depth 3. New "clusters" resolver
in defs.rs does prefix-based grouping with provenance filtering.
2026-03-11 16:57:14 -04:00
..
challenger.agent agents: port knowledge agents to .agent files with visit tracking 2026-03-10 17:04:44 -04:00
connector.agent agents: port knowledge agents to .agent files with visit tracking 2026-03-10 17:04:44 -04:00
extractor.agent agents: surface search hit counts to guide keep/demote decisions 2026-03-11 00:18:58 -04:00
generalize.agent agents: model dispatch from .agent file, add generalize agent WIP 2026-03-11 16:57:14 -04:00
health.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
linker.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
naming.agent agents: model dispatch from .agent file, add generalize agent WIP 2026-03-11 16:57:14 -04:00
observation.agent agents: port knowledge agents to .agent files with visit tracking 2026-03-10 17:04:44 -04:00
rename.agent agents: surface search hit counts to guide keep/demote decisions 2026-03-11 00:18:58 -04:00
replay.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
separator.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00
split.agent agents: placeholder-based prompt templates, port remaining 4 agents 2026-03-10 15:50:54 -04:00
transfer.agent agents: extract shared run_one_agent, standardize output formats 2026-03-10 17:33:12 -04:00