Skip to main content
The control plane is where you chat with agents, view traces, manage knowledge, track sessions, and monitor performance.
AgentOS Control Plane Dashboard
It connects directly from your browser to your AgentOS runtime. No data is sent to Agno.

Chat Interface

Chat with agents, collaborate with teams, and run workflows from one screen.

Agents

Select an agent from the right panel and start a conversation. Each agent maintains its own history, tools, and instructions. Switching agents won’t mix contexts.

Teams

Switch the toggle to Teams. Use the chat stream to watch how the team divides and solves the task.

Workflows

Switch to Workflows. Provide input (plain text or structured, depending on the workflow) and watch execution live as steps stream, produce output, and finish.

Tracing

Traces capture the complete execution flow of agents and teams. Each trace contains spans representing individual operations (LLM calls, tool executions, etc.) with token usage, latency, and error information.

Tree View

Displays spans in a hierarchical structure showing parent-child relationships between operations. Useful for understanding how teams delegate to agents and how agents invoke tools.

Waterfall View

Visualizes spans on a time axis showing when each operation started, how long it took, and which operations ran in parallel. Helps identify bottlenecks and optimize performance.

Session Tracking

Sessions group related runs under a single session_id. Each session captures messages, tool calls, metrics, and summaries for a single conversation. Sessions are stored in your database and can be queried and managed from the control plane.

Knowledge

Knowledge bases provide agents with domain-specific information through RAG (Retrieval-Augmented Generation). Manage multiple knowledge bases, add content from URLs, files, or text, and monitor embedding status. Each knowledge base stores documents, chunks them, generates embeddings, and makes them searchable for agents.

Memories

Memories store information that agents learn about users across conversations. Each memory is tied to a user ID and contains content, topics, timestamps, and the input that generated it. You can view, create, edit, or delete memories from the control plane.

Managing Your AgentOS

Connect and inspect your AgentOS runtimes from a single interface. Switch between local development and production instances and monitor connection health.

User Management

Invite team members by entering their email addresses. Separate multiple emails with commas or press Enter/Tab between addresses.
RoleAccess
OwnerFull administrative access including billing and member management
MemberAccess to AgentOS features and collaboration