Prerequisites
- Manual
- Agentic
Start Scout
Connect to AgentOS UI
Open os.agno.com and log in. Click Add OS, choose Local, enterhttp://localhost:8000, click Connect.
Try the pre-configured prompt: “Which contexts are you connected to?”
Scout reports back web, filesystem, and CRM.
What you have now
Scout is running with three context providers. Each surfaces as aquery_<id> tool (plus update_<id> where writes are allowed):
| Provider | Tool(s) | Backed by |
|---|---|---|
| Web | query_web | Parallel’s public MCP (keyless). Set PARALLEL_API_KEY to upgrade to the Parallel SDK. |
| Filesystem | query_fs | The Scout repo itself, read-only. |
| CRM | query_crm, update_crm | Your own contacts, projects, and notes in the local Postgres. |
Try it
Ask Scout to put each provider to work:“Look up the latest pricing for Anthropic’s models.” hits the web.
“Search the repo for where context providers get registered.” navigates the filesystem.
“Save Sarah Chen as a contact, she’s the head of platform at Acme.” writes to the CRM.