Expand description
Shared validation for the three host-owned agent-thread stores. Storage revisions cover every status write; history revisions do not.
Structs§
- Canonical
RawSegment - One named byte stream retained exactly as supplied by the trusted host.
- Canonical
Tool Receipt - Immutable pre-format tool result retained by the trusted host.
- Persisted
Agent Thread - A thread plus its optimistic-concurrency token. Revisions start at zero.
Enums§
- Agent
Thread Store Error - Portable store failures. Database transport/transaction errors remain errors too, and never imply that an interrupted write did not commit.
- Canonical
Receipt Completeness - Why a canonical payload is unavailable. Missing bytes are never fabricated.
- Canonical
Receipt Source - Trusted-host execution path that produced a canonical receipt.
- Canonical
Receipt Store Error
Constants§
- MAX_
CANONICAL_ RECEIPT_ BYTES - Maximum retained payload for one canonical tool receipt.
- MAX_
CANONICAL_ RUN_ BYTES - Maximum retained canonical tool payload across one run.