Skip to content

CopilotKit/open-multi-agent-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open Multi-Agent Canvas

multi-agent-canvas

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.

Existing Agents

Check out these awesome agents (they live in separate repos). You can run them separately or deploy them on LangSmith:

Copilot Cloud is required to run this project:

Add 2 new remote endpoints, one for each agent. CleanShot 2025-02-20 at 14 16 42@2x

Quick Start 🚀

1. Prerequisites

Make sure you have:

2. API Keys

Running the Frontend

Install dependencies:

cd frontend
pnpm i

Create a .env file in the frontend folder with:

NEXT_PUBLIC_CPK_PUBLIC_API_KEY=...

Need a CopilotKit API key? Get one here.

Then, fire up the Next.js project:

pnpm run dev

Documentation 📚

License

Distributed under the MIT License. See LICENSE for more info.