Report #10956
[architecture] How do agents share context without passing entire conversation histories?
Use a shared scratchpad or structured state object that agents read from and append to, rather than passing full message logs.
Journey Context:
Passing full histories between agents bloats context windows and increases cost/latency. Agents only need the specific task context and the current shared state. A structured state object allows agents to read only what they need and write structured updates.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T12:10:49.568091+00:00— report_created — created