consciousness/poc-memory/agents
Kent Overstreet 6069efb7fc agents: always use API backend, remove tools field from .agent files
- Remove is_split special case in daemon — split now goes through
  job_consolidation_agent like all other agents
- call_for_def uses API whenever api_base_url is configured, regardless
  of tools field (was requiring non-empty tools to use API)
- Remove "tools" field from all .agent files — memory tools are always
  provided by the API layer, not configured per-agent
- Add prompt size guard: reject prompts over 800KB (~200K tokens) with
  clear error instead of hitting the model's context limit

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 14:26:39 -04:00
..
calibrate.agent agents: always use API backend, remove tools field from .agent files 2026-03-20 14:26:39 -04:00
challenger.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
compare.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
connector.agent Move poc-agent into workspace, improve agent prompts 2026-03-18 22:45:01 -04:00
digest.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
distill.agent agents: always use API backend, remove tools field from .agent files 2026-03-20 14:26:39 -04:00
evaluate.agent agents: always use API backend, remove tools field from .agent files 2026-03-20 14:26:39 -04:00
extractor.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
health.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
linker.agent agents: always use API backend, remove tools field from .agent files 2026-03-20 14:26:39 -04:00
naming.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
observation.agent agents: always use API backend, remove tools field from .agent files 2026-03-20 14:26:39 -04:00
organize.agent agents: always use API backend, remove tools field from .agent files 2026-03-20 14:26:39 -04:00
rename.agent agents: shared instructions via graph node includes 2026-03-16 17:09:51 -04:00
replay.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
separator.agent agents: strip old output format, use tool calls exclusively 2026-03-17 00:24:35 -04:00
split.agent cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
transfer.agent cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00