agno_assist.py:
agno_assist.py
That’s it. This gives you streaming responses, per-user session isolation, and a full API — no extra configuration.
Run your AgentOS
1
Set up your virtual environment
2
Install dependencies
3
Export your Anthropic API key
4
Run your AgentOS
http://localhost:8000. View the auto-generated API docs at http://localhost:8000/docs. You can add your own routes, middleware, or any FastAPI feature on top.Connect to the AgentOS UI
The AgentOS UI connects directly to your runtime, letting you monitor, manage, and test your agents.- Open os.agno.com and sign in.
- Click “Add new OS” in the top navigation.
- Select “Local” to connect to a local AgentOS.
- Enter your endpoint URL (default:
http://localhost:8000). - Name it something like “Development OS”.
- Click “Connect”.