A modern chat interface for AI agents built with Next.js, Tailwind CSS, and TypeScript. This template provides a ready-to-use UI for interacting with Agno agents.
Before setting up Agent UI, you may want to have an Agno Playground running. If you haven't set up the Agno Playground yet, follow the official guide to run the Playground locally.
npx create-agent-ui@latest
git clone https://github.com/agno-agi/agent-ui.git
cd agent-ui
pnpm install
pnpm dev
By default Agent UI connects to http://localhost:7777
. You can easily change this by hovering over the endpoint URL and clicking the edit option.
The default endpoint works with the standard Agno Playground setup described in the official documentation.
Contributions are welcome! Please see CONTRIBUTING.md for contribution guidelines.
This project is licensed under the MIT License.