Shared working memory
Agents can coordinate tasks, intermediate results and internal state through controlled working memories instead of translating every intention back into verbose language. In practice that means clear write paths, a consolidation step for compression and contradictions, and a read path that retrieves only the relevant context.
Use case: a casework cockpit where a research agent collects source passages, a planning agent prepares steps and a review agent exposes only the relevant state slices to the domain expert.
- Clear write paths
- Compress contradictions
- Retrieve relevant context
- Fewer text handoffs