| sidebar_position |
|---|
1 |
This guide will help you get started with the Wegent platform quickly.
Before you begin, ensure your system has:
- Docker and Docker Compose
curl -fsSL https://raw.githubusercontent.com/wecode-ai/Wegent/main/install.sh | bashThen open http://localhost:3000 in your browser.
Optional: 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
Congratulations on starting Wegent! Here's what to explore next:
- Detailed Installation Guide - Learn about production deployment
- Core Concepts - Understand Ghost, Bot, Team, and more
- Architecture Overview - Learn about Wegent's architecture
- Agent Settings - Configure agents, bots, prompts, and collaboration modes
- Collaboration Models - Learn about multi-bot collaboration
- Development Setup - Set up local development environment
# View service logs
docker compose logs -f
# Restart services
docker compose restart- Ensure port 3000 is not occupied
- Check if Docker containers are running:
docker compose ps
- Ensure backend service is running
- Visit http://localhost:8000/api/docs to check API status
Happy coding! 🎉