Episodic Memory Service Guide
Maintain an append-only timeline of every plan, decision, and artifact so you can replay work or pass audits.
Structured timeline
Each task generates chronological events for planning, execution, approvals, and outputs, making it easy to replay an entire run.
- `episodic.append` stores typed events with payload schemas.
- `episodic.list` paginates events for dashboards and CLI review.
- Events capture related artifact hashes for provenance.
Audit readiness
Exportable logs prove what happened, when, and why—a requirement for regulated teams adopting autonomous assistants.
- Upcoming hash-chain signatures make tampering evident.
- `episodic.export` bundles events and artifacts for auditors.
- Retention controls let you expire entries after policy windows.
Replay & debugging
Developers can replay runs step-by-step to reproduce bugs, while teams can review the assistant’s decision path before approving new automations.
- `episodic.get` fetches full payloads for targeted events.
- Replay mode integrates with the CLI today and GUI in the roadmap.
- Filters isolate runs by persona, project, or status.