๐ An open-source AI-native operating system to define, organize, and run intelligent agent teams
English | ็ฎไฝไธญๆ
| ๐ฌ Chat Mode | ๐ป Code Mode | ๐ Knowledge Mode (Experimental) |
|---|---|---|
| LLM: Supports Claude / OpenAI / Gemini and other mainstream models Multimodal: Supports automatic parsing of images / PPT / Word / PDF / Excel files Web Search: Supports integration with various search engines Deep Research: Supports deep research mode with automatic search, organization, and report generation Error Correction: Multiple AIs automatically detect and correct errors in responses Follow-up Mode: AI proactively asks clarifying questions to ensure accurate understanding Extensions: Supports Skill packages / MCP tools / Custom tools |
Multi-platform Integration: Supports GitHub / GitLab / Gitea / Gitee / Gerrit platforms Automated AI Workflow: Branch โ Code โ Commit โ PR automation Requirement Clarification: AI proactively asks questions to ensure accurate understanding Wiki Generation: Automatic codebase documentation generation |
RAG Retrieval: Vector / Keyword / Hybrid retrieval Storage Backends: Elasticsearch / Qdrant Document Parsing: PDF / Markdown / DOCX / Code files Wiki: Automatic codebase documentation generation |
- Agent Creation Wizard: 4-step creation: Describe requirements โ AI asks questions โ Real-time fine-tuning โ One-click create
- Collaboration Modes: 4 out-of-the-box multi-Agent collaboration modes (Sequential/Parallel/Router/Loop), flexible combination of multiple Bots
- Skill Support: Dynamically load skill packages to improve Token efficiency
- MCP Tools: Model Context Protocol for calling external tools and services
- Execution Engines: Supports ClaudeCode / Agno sandboxed isolation, Dify API proxy, Chat direct mode - 4 execution engines
- YAML Config: Kubernetes-style CRD for defining Ghost / Bot / Team / Skill
- API: Provides OpenAI-compatible interface for easy integration with other systems
git clone https://github.com/wecode-ai/wegent.git && cd wegent
docker-compose up -d
# Open http://localhost:3000Optional: Enable RAG features with
docker compose --profile rag up -d
| Team | Purpose |
|---|---|
| chat-team | General AI assistant + Mermaid diagrams |
| translator | Multi-language translation |
| dev-team | Git workflow: branch โ code โ commit โ PR |
| wiki-team | Codebase Wiki documentation generation |
Frontend (Next.js) โ Backend (FastAPI) โ Executor Manager โ Executors (ClaudeCode/Agno/Dify/Chat)
Core Concepts:
- Ghost (prompt) + Shell (environment) + Model = Bot
- Multiple Bots + Collaboration Mode = Team
See Core Concepts | YAML Spec
We welcome contributions! Please see our Contributing Guide for details.
- ๐ Issues: GitHub Issues
Thanks to the following developers for their contributions and efforts to make this project better. ๐ช
|
Axb |
Feifei |
MicroLee |
YaFei Liu |
Johnny0120 |
Moqimoqidea |
Yanhe |
Xuemin |
|
Junbaor |
Joyway78 |
Fengkuizhi |
Jolestar |
Andrewzq777 |
Graindt |
Made with โค๏ธ by WeCode-AI Team
