Tool result caching is designed to avoid unnecessary recomputation by storing the results of function calls on disk. This is useful during development and testing to speed up the development process, avoid rate limiting, and reduce costs. This is supported for all Agno ToolkitsDocumentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Example
Passcache_results=True to the Toolkit constructor to enable caching for that Toolkit.
cache_tool_calls.py