Agent Chat UI

Active
GitHub TypeScript MIT

Description

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

💡 Interactive debugging and testing of LangGraph agents during development
💡 Customer-facing chat interfaces for LLM-powered applications
💡 Rapid prototyping of conversational AI workflows with visual feedback
💡 Demonstrating agent capabilities to stakeholders via a deployed web UI

Categories

Quick Start

npx create-agent-chat-app && cd agent-chat-ui && pnpm install && pnpm dev

Related Projects

Related Articles