What you can build on top
| Product | What you’d build |
|---|---|
| Multi-agent product | A coordinated team of specialists, each with their own tools and charter. Scout, Dash, and Coda are all this pattern. |
| Internal automations | Scheduled jobs and background workers. Morning reports posted to Slack, on-call escalation, data syncs, alert classifiers. |
| No-code agent studio | A UI where your team configures agents by filling out forms. Multi-tenant, RBAC-isolated, with your custom agents as primitives. |
| Agent platform | An internal AgentOS for your organization. Each team member gets their own sessions, data, and access to the agents you’ve built. |
The example agents
| Agent | Pattern | Default behavior |
|---|---|---|
| Knowledge Agent | Agentic RAG | Loads the Agno docs into pgvector. Answers questions by searching the index. |
| MCP Agent | MCP tool use | Connects to the Agno docs MCP server. Calls whatever tools it exposes. |