open multi agent canvas
Basic Information
Open Multi-Agent Canvas is an open-source web application that provides a unified chat interface to run and manage multiple AI agents within a single dynamic conversation. The project combines a Next.js frontend with CopilotKit and LangGraph integrations to orchestrate agent interactions and supports common use cases such as travel planning, research, and general-purpose multi-step tasks. It includes a built-in MCP (Model Context Protocol) agent and references example agents that can be run separately or deployed on LangSmith. The repository contains frontend code and an optional agent backend, instructions for local development, and configuration for connecting to external MCP-compatible servers. It is intended for users who want a multi-agent UI and for developers who want to connect or extend agents via MCP servers and local processes.