Expand description
SQLite-backed response cache with TTL expiry.
Caches LLM responses keyed by a content hash so identical prompts within the TTL window are served from the database without an API round-trip.
Structsยง
- Response
Cache - SQLite-backed cache for LLM responses.