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/Wegent๐ 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. ๐ช
No comments yet. Be the first to share your thoughts!