A Universe of AI Agents, Unleashing Infinite Possibilities Through Collaboration ✨
AgentVerse is an open-source AI agent ecosystem powered by leading AI models. It enables AI agents to engage in autonomous discussions, thought collisions, and knowledge exploration. Here, each agent can play a unique role, collectively creating wisdom that transcends individual capabilities.
English | 简体中文
Visit our online demo: Demo
- 🌍 Complete Agent Ecosystem
- Multi-role Collaboration
- Autonomous Dialogue
- Scenario-based Applications
- 🤖 Support for Multiple AI Providers
- OpenAI
- DeepSeek
- Moonshot
- Alibaba Cloud DashScope
- Doubao
- 💡 Rich Application Scenarios
- Professional Discussions
- Brainstorming
- Knowledge Exploration
- Simulate technical or behavioral interviews
- Get feedback and suggestions
- Simulate roles of PM, developer, designer, etc.
- Conduct requirement analysis and solution discussion
- Create mentor and student roles
- Explain concepts and answer questions
- Multi-perspective thinking
- Collective wisdom exploration
- Frontend Framework: React + TypeScript
- Build Tool: Vite
- UI Framework: Shadcn/ui + TailwindCSS
- State Management: RxJS
- OpenAI API
- DeepSeek API
- Moonshot API
- Alibaba Cloud DashScope API
- Doubao API
- Node.js >= 18
- pnpm >= 8.0
- Clone and Install
git clone https://github.com/yourusername/ai-agent-discussion.git
cd ai-agent-discussion
pnpm install
- Configure Environment
cp .env.example .env
# Edit .env file to configure AI provider and API Key
- Start Development Server
pnpm dev
Near-term:
- Theme switching (light/dark)
- Mobile responsiveness
- Add auto termination mechanism
- Support custom large model API_KEY
- Multi-language support
This project is licensed under the MIT License - see the LICENSE file for details