Open Multi-Agent Canvas is an open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation. It’s built with Next.js, LangGraph, and CopilotKit to help with travel planning and research.
Check out these awesome agents (they live in separate repos). You can run them separately or deploy them on LangSmith:
Add 2 new remote endpoints, one for each agent.
Make sure you have:
Install dependencies:
cd frontend
pnpm i
NEXT_PUBLIC_CPK_PUBLIC_API_KEY=...
Need a CopilotKit API key? Get one here.
Then, fire up the Next.js project:
pnpm run dev
Distributed under the MIT License. See LICENSE for more info.