Supervaize Hello World
This is the hello world project for Supervaize - a FastAPI application demonstrating how to build and deploy agents with Supervaize.
Get your developer credentials at https://app.supervaize.com/users/developer/.
Agents: agent_simple.py, agent_human_loop.py.
To get started locally, set up your virtual environment with uv venv, install
dependencies with uv pip install -e ., and start the server with
supervaizer start. For more information, visit the Supervaize documentation.
sv_server: Server = Server(
agents=[simple_agent, human_loop_agent],
a2a_endpoints=True, # Enable A2A endpoints
supervisor_account=supervaize_account, # Account from Supervaize
)
Supervaizer API
Supervaizer version — · API version —
Interactive API Docs
Explore this API's endpoints with the interactive Swagger UI. Test requests and view response schemas in real-time.
FULL_URL: —
Debug · full ctx
—