{"id":26159982,"url":"https://github.com/copilotkit/open-multi-agent-canvas","last_synced_at":"2025-12-25T01:31:20.512Z","repository":{"id":278477062,"uuid":"928176450","full_name":"CopilotKit/open-multi-agent-canvas","owner":"CopilotKit","description":"The open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research","archived":false,"fork":false,"pushed_at":"2025-04-11T14:37:49.000Z","size":13685,"stargazers_count":204,"open_issues_count":0,"forks_count":29,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-11T15:27:29.042Z","etag":null,"topics":["ai-agents","copilotkit","mcp-client","multi-agent","open-canvas","python","typescript"],"latest_commit_sha":null,"homepage":"https://open-multi-agent-canvas.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CopilotKit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-06T07:34:26.000Z","updated_at":"2025-04-11T14:37:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cdcd323-5b5e-4bb8-8ae9-757a495980b0","html_url":"https://github.com/CopilotKit/open-multi-agent-canvas","commit_stats":null,"previous_names":["copilotkit/open-multi-agent-canvas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CopilotKit/open-multi-agent-canvas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-multi-agent-canvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-multi-agent-canvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-multi-agent-canvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-multi-agent-canvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CopilotKit","download_url":"https://codeload.github.com/CopilotKit/open-multi-agent-canvas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-multi-agent-canvas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28015596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","copilotkit","mcp-client","multi-agent","open-canvas","python","typescript"],"created_at":"2025-03-11T11:55:27.966Z","updated_at":"2025-12-25T01:31:20.506Z","avatar_url":"https://github.com/CopilotKit.png","language":"TypeScript","readme":"\n\n\u003cdiv align=\"center\"\u003e\n\n# Open Multi-Agent Canvas\n   \n![CopilotKit-Banner](https://github.com/user-attachments/assets/8167c845-0381-45d9-ad1c-83f995d48290)\n\u003c/div\u003e\n\n\n![multi-agent-canvas](https://github.com/user-attachments/assets/5953a5a6-5686-4722-9477-5279b67b3dba)\n\n\nOpen Multi-Agent Canvas, created by [CopilotKit](https://github.com/CopilotKit/CopilotKit) 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, research, and general-purpose tasks through MCP servers.\n\n## Existing Agents\n\nCheck out these awesome agents (they live in separate repositories). You can run them separately or deploy them on LangSmith:\n- [CoAgents Travel Agent](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-travel/agent)\n- [CoAgents AI Researcher](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-ai-researcher/agent)\n\nAdditionally, this project now includes a built-in MCP (Multi-Channel Protocol) Agent:\n- **MCP Agent**: A general-purpose agent capable of handling various tasks through configurable MCP servers.\n\n## Copilot Cloud is required to run this project: \n\n\n\n\n## Quick Start 🚀\n\n### 1. Prerequisites\nMake sure you have:\n- [pnpm](https://pnpm.io/installation)\n\n### 2. API Keys\n- [Copilot Cloud](https://cloud.copilotkit.ai)\n\n## Running the Frontend\n\nRename the `example.env` file in the `frontend` folder to `.env`:\n\n```sh\nNEXT_PUBLIC_CPK_PUBLIC_API_KEY=...\n```\n\nInstall dependencies:\n\n```sh\ncd frontend\npnpm i\n```\n\n\n\nNeed a CopilotKit API key? Get one [here](https://cloud.copilotkit.ai/).\n\nThen, fire up the Next.js project:\n\n```sh\npnpm run build \u0026\u0026 pnpm run start\n```\n\n## MCP Agent Setup\n\n![mcp-demo](./agent/demo/mcp-demo.gif)\n\nThe MCP Agent allows you to connect to various MCP-compatible servers:\n\n1. **Configuring Custom MCP Servers**:\n   - Click the \"MCP Servers\" button in the top right of the interface\n   - Add servers via the configuration panel:\n     - **Standard IO**: Run commands locally (e.g., Python scripts)\n     - **SSE**: Connect to external MCP-compatible servers (via Server-Sent Events)\n\n2. **Public MCP Servers**:\n   - You can connect to public MCP servers like [mcp.composio.dev](https://mcp.composio.dev/) and [mcp.run](https://www.mcp.run/)\n\n## Running the MCP Agent Backend (Optional)\n\nRename the `example.env` file in the `agent` folder to `.env`:\n\n```sh\nOPENAI_API_KEY=...\nLANGSMITH_API_KEY=...\n```\n\nIf you want to use the included MCP Agent with the built-in math server:\n\n```sh\ncd agent\npoetry install\npoetry run langgraph dev --host localhost --port 8123 --no-browser\n```\n\n## Running a tunnel\n\nAdd another terminal and select Remote Endpoint.\nThen select Local Development.\nOnce this is done, copy the command into your terminal and change the port to match the LangGraph server `8123`\n![image](https://github.com/user-attachments/assets/6bf41042-9529-4470-8baf-dd076aad31a1)\n\n\n## Documentation \n- [CopilotKit Docs](https://docs.copilotkit.ai/coagents)\n- [LangGraph Platform Docs](https://langchain-ai.github.io/langgraph/cloud/deployment/cloud/)\n- [Model Context Protocol (MCP) Docs](https://github.com/langchain-ai/langgraph/tree/main/examples/mcp)\n\n## License\nDistributed under the MIT License. See LICENSE for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fopen-multi-agent-canvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopilotkit%2Fopen-multi-agent-canvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fopen-multi-agent-canvas/lists"}