Build production-grade agents via AgentOS Studio’s visual canvas. Wire up models, tools, and structured I/O into complex agentic workflows. Deploy instantly. No-code required.Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Creating Agents
Create a new agent by selecting components from your Registry and configuring them in the properties panel:| Setting | Description |
|---|---|
| Model | Select from registered models |
| Tools | Attach registered tools and toolkits |
| Instructions | System-level instructions for the agent |
| Input/Output Schema | Structured I/O using registered Pydantic schemas |
| Memory | Enable memory for multi-turn conversations |
| Knowledge | Attach knowledge bases for RAG |
Using Agents
Use Studio-built Agents in multiple ways:- Chat directly with the agent via the Chat page
- Add to Teams for multi-agent collaboration
- Use in Workflows as step executors for automation pipelines
Save and Run
Once your agent is configured:- Save your agent to persist it to the registry
- Navigate to the Chat page to interact with your agent
- Send messages and receive responses in real-time
- View tool calls, reasoning, and outputs as the agent works