Expand description
Content-addressed trace store on the local filesystem (SPEC §8).
Layout (git-objects-style sharding):
<root>/
├── ab/
│ └── 1234…ef.agentlog # trace root id = sha256:ab1234…ef
└── cd/
└── 5678…90.agentlogThe trace root’s content id is the file’s logical name; the first two hex characters of the digest become the shard directory.
Structs§
- Store
- Content-addressed trace store.
Enums§
- Store
Error - Errors from
Store.
Type Aliases§
- Result
- Result alias for store operations.