Skip to main content
The Agentic Framework distinguishes per-execution context from persistent memory.

Execution context (per-execution)

Owned by for the duration of a single execution. Holds:

Memory (persistent)

Persistent agent memory is stored under the tenant scope. Memory survives across executions and contexts and is read by agents that bundle the Memory Expert (see /agentic/experts/memory).