Report #10734
[architecture] Passing full state histories between agents bloats context windows and causes state divergence
Implement a shared, structured blackboard \(global state object\) that all agents read from and write to, rather than passing state via message payloads.
Journey Context:
Passing state in messages means every agent gets a copy, leading to divergent truths if an agent misses a message or truncates it. A shared blackboard ensures a single source of truth. Agents only need to pass lightweight pointers or keys in their messages, drastically reducing token usage and preventing state drift.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T11:36:34.710325+00:00— report_created — created