Skip to main content
The Demo OS is a single AgentOS application that exercises every feature in the Runtime section. Use it as a working reference when building your own.
Open os.agno.comAdd OSLocalhttp://localhost:8000.

What’s inside

All running inside one FastAPI service, sharing one Postgres for sessions, memory, knowledge, traces, and schedules.

Map: capability → demo

Each row points at the demo agent that exercises that capability.

Why a reference implementation matters

The docs explain what’s possible; Demo OS shows it running. When the docs say “you can wire pre-hooks for PII detection,” the Helpdesk agent shows the four-line config that does it. When the docs say “agents can update their own session state,” the Taskboard agent is a 30-line working example. Every page in this section links straight to the source.

Run it locally

Confirm at http://localhost:8000/health. Then open os.agno.comAdd OSLocalhttp://localhost:8000.

Deploy it to Railway

The script provisions Postgres, configures env vars, and ships the app. Same pattern as the Scout, Dash, and Coda deploys.
📷 Add screenshot: Demo OS connected to AgentOS UI showing the agent picker with all 14 agents listed.

Next

RAG →