cdrcache
Content-addressed cache for AI agent outputs. Store and retrieve deterministic agent results by input hash.
- Owner
- Coastal Digital Research
- Entrypoint
cdrcache serve- Runtime
- python3.12
- Tools
-
- content_hash
- local_store_read
- local_store_write
- Inputs
-
- cache key (SHA-256 of inputs)
- agent output (any serializable value)
- optional TTL (seconds)
- Outputs
-
- cached value (on hit)
- miss signal (on miss)
- store confirmation (on write)
- SLO
- p99 read < 5ms local; p99 write < 10ms local