Report #62406
[synthesis] Primary agent takes contradictory actions after sub-agent returns due to missing context
Enforce a synthesis step upon sub-agent return. The primary agent must prompt the sub-agent for a structured summary of state changes made, and append this structured summary, not the raw transcript, to its own context.
Journey Context:
To save context window space, primary agents often only read the final output string of a sub-agent. But without the how, the primary agent loses environmental state awareness. It might later overwrite the sub-agent's changes or assume a dependency was not installed. The synthesis is that context compression in multi-agent systems must preserve state mutations, not just task outcomes, to prevent cascading logical conflicts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:14:04.595179+00:00— report_created — created