Skip to main content
MCP Documentation

Episodic Memory Schemas

Schema reference for logging, listing, and exporting episodic events with tamper-evident metadata.

Event payload

`EpisodicEvent` defines type, timestamp, actor, payload, and artifact references with optional approvals metadata.

  • `actor_ref` records either the orchestrator or human approver responsible.
  • `artifact_links` include hashed references for reproducibility.
  • `policy_snapshot` stores the policy mode active when the event occurred.

Export format

`EpisodicExportBundle` lists events, attachments, and verification manifests for downstream analysis.

  • Bundles are compressed archives with SHA-256 manifests.
  • `signature` field reserved for forthcoming signing support.
  • `retention_hint` guides automated deletion schedules.