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.Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This is supported for all Agno Toolkits
On Toolkit
Passcache_results=True to the Toolkit constructor to enable caching for that Toolkit.
cache_tool_calls.py
On @tool
Passcache_results=True to the @tool decorator to enable caching for that tool.
cache_tool_calls.py