open-multi-agent-canvas

The open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research

GitHub Stars

445

User Rating

Not Rated

Favorites

0

Views

19

Forks

67

Issues

4

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
pnpm: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/CopilotKit/open-multi-agent-canvas.git
cd open-multi-agent-canvas

2. Install Dependencies

bash
cd frontend
pnpm install

3. Set API Key

Rename the example.env file in the frontend folder to .env and set your API key:
sh
NEXT_PUBLIC_CPK_PUBLIC_API_KEY=your_api_key

4. Start Frontend

bash
pnpm run build && pnpm run start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.