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.Documentation Index
Fetch the complete documentation index at: https://agno-v2-rbac-doc-update.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
http://localhost:8000.
What’s inside
| Type | Count | Examples |
|---|---|---|
| Agents | 14 | Helpdesk (HITL + guardrails), Approvals (compliance), Contacts (memory), Studio (multimodal), Reasoner (reasoning + fallback) |
| Teams | 3 | Dash (text-to-SQL), Research (4 team modes), Investment (7-agent committee) |
| Workflows | 5 | Morning Brief, AI Research, Content Pipeline, Repo Walkthrough, Support Triage |
Map: capability → demo
Each row points at the demo agent that exercises that capability.| Capability | Demo agent | Page |
|---|---|---|
| Hybrid search RAG | Dash | RAG |
| MCP tool / context provider | MCP agent | MCP |
| Dependency injection | Injector | Context Providers |
| Persistent learning across sessions | Dash, Contacts, Investment | Learning |
| Knowledge base with chunking & reranking | Dash | Knowledge |
| Entity memory + user profile + session context | Contacts | Memory |
| Session state with agentic updates | Taskboard | Session State |
| HITL confirmation, user input, external execution | Helpdesk, Approvals, Feedback | Human-in-the-Loop |
| Multi-agent text-to-SQL with dual schema | Dash team | Text-to-SQL |
| Multi-agent investment committee with Gemini | Investment team | Investment |
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
http://localhost:8000/health. Then open os.agno.com → Add OS → Local → http://localhost:8000.
Deploy it to Railway
📷 Add screenshot: Demo OS connected to AgentOS UI showing the agent picker with all 14 agents listed.