Record what happened.
The host records the execution, outcome, evidence, and the agent’s interpretation of the result.
execution episodeEngram turns completed executions into bounded, reusable experience—so a fresh agent session can remember what mattered, act differently, and stay within its authority.
Two failures are recorded as experience—not buried in a transcript.
The agent requested memory, cited it, and changed its provider decision.
Engram does not replay an entire transcript. It extracts what happened, checks when it applies, and returns only the bounded lesson the agent is allowed to use.
The host records the execution, outcome, evidence, and the agent’s interpretation of the result.
execution episodeEngram turns the event into an admitted memory with applicability, confidence, and source lineage.
Sibyl · durable memoryA fresh agent requests recall. Engram filters the memory and limits the effects it can influence.
bounded authorityThe result is evaluated and a new immutable memory version is created—stronger, weaker, or invalidated.
outcome evaluationEngram lets an agent use experience to choose a better path. The memory arrives with a grant that names exactly what it may influence—and everything it may not.
Memory can guide bounded operational choices inside the current mandate.
Memory cannot create authority that was not already granted to the agent.
Engram keeps the domain and authority model canonical while giving agents the interface that fits their runtime.
For application code that wants typed requests, stable errors, and direct lifecycle control.
ENGRAMCLIENT · TYPESCRIPTFor services and frontends that need a bounded, observable API boundary.
/V1/MEMORIES/RECALLFor tool-using agents that request memory and influence as explicit actions.
TOOLS/CALL · STDIOOne fresh-session proof. One bounded provider decision. A durable memory update you can inspect instead of a claim you have to take on faith.
Same task. Same model. A0 is the baseline without Engram memory. A2 is the same agent with MCP recall and bounded influence.