Execution memory versus organizational memory
A managed agent may need run state, tool state, and conversation context. An organization also needs durable memory across runs: what changed, what failed, what the team prefers, and what should never be repeated.
- Run state belongs near the managed agent.
- Durable decisions belong in shared memory.
- Private preferences need personal scope.
- Governed team memory needs review and audit.