Cached Agent
π Coming Soon: Detailed guide on agent-level caching strategies.
For now, see Tool Caching for tool-level caching.
Quick Previewβ
Agent-level caching caches entire agent processing results:
val agent = buildAgent {
id = "my-agent"
// ... agent configuration
}
val cachedAgent = agent.cached(ttl = 300)
See Alsoβ
- Tool Caching - Tool-level caching (available now)
- Performance Overview - Performance optimization strategies