by wecode-ai
An open-source AI-native operating system to define, organize, and run intelligent agent teams
# Add to your Claude Code skills
git clone https://github.com/wecode-ai/WegentLast scanned: 5/13/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-13T06:48:42.100Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
🚀 An open-source AI-native operating system to define, organize, and run intelligent agent teams
English | 简体中文
Quick Start · Documentation · Development Guide
graph TB
subgraph Access["Entry Layer"]
direction TB
Web["🌐 Web"]
IM["💬 IM Tools"]
API["🔌 API"]
end
subgraph Features["Feature Layer"]
direction TB
Chat["💬 Chat"]
Code["💻 Coding"]
Feed["📡 Feed"]
Knowledge["📚 Knowledge"]
end
subgraph Agents["Agent Layer"]
direction TB
ChatShell["🗣️ Wegent Chat"]
ClaudeCode["🧠 Claude Code"]
Agno["🤝 Agno"]
Dify["✨ Dify"]
end
subgraph Execution["Execution Environment"]
direction TB
Docker["🐳 Agent Sandbox"]
Cloud["☁️ Cloud Device"]
Local["💻 Local Device"]
end
Access --> Features
Features --> Agents
Agents --> Execution
A cloud-based Claude Code execution engine:
A cloud-based AI task trigger system:
A cloud-based AI document repository:
Run AI tasks on your local machine with full control:
Integrate AI agents into your favorite IM tools:
All features above are fully customizable:
One command to start:
curl -fsSL https://raw.githubusercontent.com/wecode-ai/Wegent/main/install.sh | bash
Then open http://localhost:3000 in your browser.
| Mode | Description | |------|-------------| | Standalone (default) | Single container, SQLite, recommended for most users | | Standard | Multi-container, MySQL, for production | | Development | Hot reload, for developers |
# Standard mode (multi-container with MySQL)
curl -fsSL https://raw.githubusercontent.com/wecode-ai/Wegent/main/install.sh | bash -s -- --standard
# Development mode (from source, with hot reload)
git clone https://github.com/wecode-ai/Wegent.git && cd Wegent && ./start.sh
# Standalone mode (single container)
docker logs -f wegent-standalone # View logs
docker stop wegent-standalone # Stop
docker start wegent-standalone # Start
docker restart wegent-standalone # Restart
# Standard mode (multi-container)
docker compose logs -f # View logs
docker compose down # Stop
docker compose up -d # Start
# Development mode
./start.sh --status # Check status
./start.sh --stop # Stop
./start.sh --restart # Restart
📖 See Standalone Mode Documentation for details.
| 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 |
We welcome contributions! Please see our Contributing Guide for details.
Thanks to the following developers for their contributions and efforts to make this project better. 💪