DEFINITION
Shared Memory (AI Agents)
Shared memory systems for multi-agent coordination
Definition
Memory architecture that allows multiple AI agents to access, read, and write to a common knowledge base or state store. Critical for coordinating agent behavior, maintaining consistency, and enabling agents to learn from each other's actions.
Examples in the Wild
- Example 1:Vector databases for agent context sharing
- Example 2:Shared state stores for multi-agent workflows
- Example 3:Common knowledge bases for agent coordination