Phase 3. Memory ships alongside multiagent orchestration.
Memory stores
A memory store is an independent, organization-scoped resource — like skills, it is unaffected by session deletion. The difference: skills are authored expertise you push; memory is knowledge that accrues from the agent’s work.CLI
Mounting into an agent
TypeScript
Versioning
Every write creates a new version. An agent’s proposed update is a version you can review, so memory is auditable rather than a silent mutation.Next: outcomes & graders
Score a session against a rubric.