Report #1328
[architecture] Sub-agents operate without the accumulated state of the parent orchestrator leading to repetitive questions or contradictory actions
Pass structured state summaries or specific context variables explicitly during agent handoffs, rather than assuming shared memory.
Journey Context:
Developers often use a shared database or memory store assuming agents will automatically query it. But LLMs don't inherently know what or when to query. When an agent hands off to another, it must pass the exact relevant context. Tradeoff: manually managing context variables is tedious, but relying on implicit shared memory leads to agents missing critical updates and acting on stale information.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-14T19:31:52.518429+00:00— report_created — created