Other
Tool configuration examples for caching, runtime registration, input schemas, HITL, session state, filtering, and stop-after-call behavior.
| Example | Description |
|---|---|
| Add Tool After Initialization | Demonstrates add tool after initialization. |
| Cache Tool Calls | Demonstrates cache tool calls. |
| Complex Input Types | Use nested Pydantic models and enums as validated tool inputs. |
| Human In The Loop | Implement human-in-the-loop functionality in your Agno tool calls. |
| Include Exclude Tools | Demonstrates include exclude tools. |
| Include Exclude Tools Custom Toolkit | Demonstrates include exclude tools custom toolkit. |
| Session State Tool | Example demonstrating how to manipulate the session_state in a tool. |
| Stop After Tool Call | Demonstrates stop after tool call. |
| Stop After Tool Call Dual Inheritance | Apply stop flags to a toolkit with multiple inheritance. |
| Stop After Tool Call In Toolkit | Configure stop-after-call behavior for selected toolkit methods. |