README.mdā¢615 B
# Agent UI
This is a modern chat interface for AI agents, cloned from [agno-agi/agent-ui](https://github.com/agno-agi/agent-ui).
## Quick Start
```bash
# Install dependencies
pnpm install
# Start development server
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) to view the UI.
## Configuration
By default, the UI connects to `http://localhost:7777`. You can change the endpoint in the left sidebar by hovering over the URL and clicking edit.
---
For full documentation, features, and contribution guidelines, please visit the [original repository](https://github.com/agno-agi/agent-ui).