Skip to content

Latest commit

 

History

History
104 lines (77 loc) · 2.37 KB

README_EN.md

File metadata and controls

104 lines (77 loc) · 2.37 KB

AgentVerse

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 | 简体中文

Demo Screenshot

🚀 Online Demo

Visit our online demo: Demo

✨ Features

  • 🌍 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

💡 Use Cases

Interview Practice

  • Simulate technical or behavioral interviews
  • Get feedback and suggestions

Product Discussion

  • Simulate roles of PM, developer, designer, etc.
  • Conduct requirement analysis and solution discussion

Learning Assistant

  • Create mentor and student roles
  • Explain concepts and answer questions

Creative Inspiration

  • Multi-perspective thinking
  • Collective wisdom exploration

🛠 Tech Stack

Core Technologies

  • Frontend Framework: React + TypeScript
  • Build Tool: Vite
  • UI Framework: Shadcn/ui + TailwindCSS
  • State Management: RxJS

AI Integration

  • OpenAI API
  • DeepSeek API
  • Moonshot API
  • Alibaba Cloud DashScope API
  • Doubao API

🚀 Quick Start

Requirements

  • Node.js >= 18
  • pnpm >= 8.0
  1. Clone and Install
git clone https://github.com/yourusername/ai-agent-discussion.git
cd ai-agent-discussion
pnpm install
  1. Configure Environment
cp .env.example .env
# Edit .env file to configure AI provider and API Key
  1. Start Development Server
pnpm dev

🗺️ Development Plan

Near-term:

  • Theme switching (light/dark)
  • Mobile responsiveness
  • Add auto termination mechanism
  • Support custom large model API_KEY
  • Multi-language support

📄 License

This project is licensed under the MIT License - see the LICENSE file for details

📞 Contact