| Post Hook Output | Example demonstrating output validation using post-hooks with Agno Agent. |
| Pre Hook Input | Example demonstrating how to use a pre_hook to perform comprehensive input validation for your Agno Agent. |
| Session State Hooks | Example demonstrating how to use a pre_hook to update the session_state. |
| Stream Hook | Example demonstrating sending a notification to the user after an agent generates a response. |
| Tool Hooks | Use tool_hooks to add middleware that wraps every tool call. |
| Few Shot Learning | This example demonstrates how to use additional_input with an Agent. |
| Filter Tool Calls From History | Demonstrates max_tool_calls_from_history by showing that tool-call filtering only. |
| Instructions With State | Example demonstrating how to use a function as instructions for an agent. |
| Instructions | Manage agent instructions and context. |
| Introduction Message | Use the introduction parameter to set an initial greeting message. |
| System Message | Customize the agent’s system message and role. |