Skip to main content
Agent UI is an open-source chat interface for AgentOS. Run agents and teams, resume sessions, inspect tool calls, reasoning, and references, and render image, video, and audio output.
Agent UI sends requests to the AgentOS URL you configure. AgentOS stores sessions in its configured database and sends model and tool requests to the providers configured in your application. Agno telemetry is enabled by default. Set telemetry=False on AgentOS and each agent, team, or workflow to disable it.
Agent UI is built with Next.js and TypeScript.

Install Agent UI

Enter y to create the project and install its dependencies. Start the development server:
Open http://localhost:3000.

Clone the repository and start the development server:

Connect AgentOS

Agent UI sends requests directly to the AgentOS endpoint you select. Create agentos.py for a local server:
agentos.py
In another terminal, run the AgentOS server:
1

Setup your virtual environment

2

Install dependencies

3

Export your OpenAI key

4

Run the AgentOS

Make sure the module path in agent_os.serve() matches your filename (e.g., "agentos:app" for agentos.py).

Open Agent UI

Learn more

AgentOS Introduction

Run agents, teams, and workflows on the AgentOS runtime.

Building Agents

Build your own agents