Report #55560
[architecture] Orchestrator agents running out of context because sub-agents return raw, verbose outputs or entire conversational transcripts
Sub-agents must return strictly summarized conclusions or structured data payloads to the orchestrator, never raw observation logs
Journey Context:
When an orchestrator delegates a complex task, the sub-agent might read multiple files or scrape web pages. If the handoff mechanism dumps the sub-agent's entire history back into the orchestrator's context, the orchestrator quickly hits token limits and forgets its original plan. The handoff boundary must act as a lossy compression layer, isolating worker context from planner context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:45:13.752823+00:00— report_created — created