Expand description
Cache implementations for SimpleAgents.
Provides various caching strategies for LLM responses.
Structs§
- InMemory
Cache - In-memory cache with TTL and LRU eviction.
- NoOp
Cache - A cache that doesn’t actually cache anything.
Traits§
- Cache
- Trait for caching LLM responses.