Skip to main content

Module response_cache

Module response_cache 

Source
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ยง

ResponseCache
SQLite-backed cache for LLM responses.