Skip to main content
ExampleDescription
Custom Fastapi AppYou can also run this using the FastAPI cli (uv pip install fastapi[“standard”]).
Custom Health EndpointThis example demonstrates how to add a custom health endpoint to your AgentOS app.
Custom LifespanExample AgentOS app where the agent has a custom lifespan.
Handle Custom EventsYou 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 RoutesThis example demonstrates the on_route_conflict="preserve_base_app" functionality which allows your.
Pass Dependencies To AgentExample for AgentOS to show how to pass dependencies to an agent.
Update From LifespanDemonstrates update from lifespan.