| Example | Description |
|---|---|
| Custom Fastapi App | You can also run this using the FastAPI cli (uv pip install fastapi[“standard”]). |
| Custom Health Endpoint | 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 | Preserve your FastAPI app’s conflicting routes with on_route_conflict="preserve_base_app". |
| Pass Dependencies To Agent | Example for AgentOS to show how to pass dependencies to an agent. |
| Update From Lifespan | Demonstrates update from lifespan. |
Customize
Customize
Examples for customize in AgentOS.