| Custom Fastapi App | You can also run this using the FastAPI cli (uv pip install fastapi[“standard”]). |
| Custom Health Endpoint | This example demonstrates how to add a custom health endpoint to your AgentOS app. |
| Custom Lifespan | Example AgentOS app where the agent has a custom lifespan. |
| Handle Custom Events | You can yield custom events from your own tools. These events will be handled internally as an Agno event, and you will be able to access it in the same way you would … |
| Override Routes | This example demonstrates the on_route_conflict="preserve_base_app" functionality which allows your. |
| Pass Dependencies To Agent | Example for AgentOS to show how to pass dependencies to an agent. |
| Update From Lifespan | Demonstrates update from lifespan. |