Shared
Every agent reads and writes the same store. Knowledge compounds instead of fragmenting.
SHARED MEMORY · MULTI-AGENT
A single memory layer every agent reads from and writes to. Stop each agent rediscovering what another one already learned.
Every agent reads and writes the same store. Knowledge compounds instead of fragmenting.
What one agent learns survives the session and is there for the next one.
Recall by meaning, so an agent retrieves the right context at the right moment.