Report #24404
[agent\_craft] Multi-agent systems pass entire conversation histories between agents, causing exponential context bloat and confusion
Implement structured handoffs: when transferring control, pass only a 'handoff manifest' \(the original goal, the current state, and the specific task for the next agent\) rather than the full transcript.
Journey Context:
Naively passing the full history means Agent B gets Agent A's internal monologue, tool calls, and errors, which are mostly irrelevant and confusing. A handoff manifest filters the context to only what is strictly necessary for the next step, keeping the context window clean and focused, similar to a shift handover in human operations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T19:22:27.301240+00:00— report_created — created