Skip to main content

Crate simple_agents_cache

Crate simple_agents_cache 

Source
Expand description

Cache implementations for SimpleAgents.

Provides various caching strategies for LLM responses.

Structs§

InMemoryCache
In-memory cache with TTL and LRU eviction.
NoOpCache
A cache that doesn’t actually cache anything.

Traits§

Cache
Trait for caching LLM responses.