Prerequisites
- Manual
- Agentic
1
Clone and configure
.env and set OPENAI_API_KEY. Everything else has sensible defaults.2
Start Scout
3
Verify it's running
{"status":"ok"}. Connection refused means the container is still starting. Check docker compose logs -f scout-api and wait for the Agno banner.Connect to AgentOS UI
Open os.agno.com and log in. Click Add OS, choose Local, enterhttp://localhost:8000, click Connect.
Then ask Scout: “Which contexts are you connected to?”
Scout reports back web, workspace, CRM, knowledge, and voice.
What you have now
Five providers active. Each surfaces asquery_<id> (and update_<id> where writes are allowed):
Try it
Each prompt routes through a different provider:
“Walk me through your codebase.” → query_workspace
“Look up the latest pricing for Anthropic’s models.” → query_web
“Save Sarah Chen as a contact, head of platform at Acme.” → update_crm
“Track my coffee consumption. First one: flat white, extra shot.” →update_crmcreatesscout_coffee_ordersand inserts the row.
“File a runbook for incident response: page on-call first, post status in #incidents, capture timeline as you go.” → update_knowledge