cookbook/05_agent_os/customize/README.md
Examples for customize in AgentOS.
custom_fastapi_app.py — Example AgentOS app with a custom FastAPI app with basic routes.custom_health_endpoint.py — Example AgentOS app with a custom health endpoint.custom_lifespan.py — Example AgentOS app where the agent has a custom lifespan.handle_custom_events.py — Example for AgentOS to show how to generate custom events.override_routes.py — Example AgentOS app with a custom FastAPI app with conflicting routes.pass_dependencies_to_agent.py — Example for AgentOS to show how to pass dependencies to an agent.update_from_lifespan.py — Update From Lifespan.direnv allow (requires .envrc)..venvs/demo/bin/python <path-to-file>.py.