examples/showcases/multi-agent-canvas/frontend/README.md
Open Multi-Agent Canvas is an open-source multi-agent chat interface that leverages specialized agents to assist with travel planning, research, email drafting, and more. Built with Next.js, React, and CopilotKit, this project offers an interactive, unified experience by managing multiple agents within one dynamic conversation.
Multi-Agent Chat Interface:
Chat with a range of specialized agents:
Real-Time Interactivity:
Enjoy a live chat powered by @copilotkit/react-ui that orchestrates dynamic state changes and agent responses.
State Management & Agent Coordination:
Leverages @copilotkit/react-core for robust agent state management and smooth integration of travel and research functionalities.
Responsive & Modern UI:
Designed with Tailwind CSS to ensure your experience is smooth and adaptive across all devices.
Prerequisites:
Installation:
# Clone the repository
git clone <repository-url>
# Navigate to the frontend directory
cd frontend
# Install dependencies
npm install
# or
yarn install
Running the Development Server:
npm run dev
# or
yarn dev
Then, open http://localhost:3000 in your browser.
/src/app:
Contains Next.js page components, layouts, and global styles.
/src/components:
Houses reusable components including agent interfaces (Travel, Research, Chat, Map, Sidebar) and UI elements.
/providers:
Wraps the global state providers responsible for managing agent states.
/lib:
Contains utility functions and configuration files (like available agents configuration).
Open Multi-Agent Canvas simplifies complex tasks by unifying multiple specialized agents in a single, interactive chat interface. Whether you're planning a trip with an interactive map, conducting in-depth research with real-time logs, this application streamlines your workflow and provides focused assistance tailored to each task—all within one platform.
The easiest way to deploy this project is with Vercel. Build and start your application with:
npm run build
npm run start
Follow Vercel's deployment guide for more details if needed.
Contributions are welcome! Fork the repository and submit a pull request with any improvements, bug fixes, or new features.
Distributed under the MIT License. See LICENSE for more information.