Agent Chat UI
ActiveDescription
Web app for interacting with any LangGraph agent (Python and TypeScript) via a chat interface
Key Features
- Connect to any LangGraph server via a clean chat interface
- Supports both Python and TypeScript LangGraph agents
- Streaming message display with real-time token rendering
- Artifact rendering in a side panel for rich content output
- Production-ready setup with API passthrough authentication
- Configurable message visibility with nostream and do-not-render tags
Use Cases
Categories
Quick Start
npx create-agent-chat-app && cd agent-chat-ui && pnpm install && pnpm dev