Skip to main content

πŸš€ Quick Start

This guide will help you get started with the Wegent platform quickly.


πŸ“‹ Prerequisites​

Before you begin, ensure your system has:

  • Docker and Docker Compose

⚑ One-Click Start​

curl -fsSL https://raw.githubusercontent.com/wecode-ai/Wegent/main/install.sh | bash

Then open http://localhost:3000 in your browser.

Optional: Enable RAG features with docker compose --profile rag up -d


πŸ“¦ Built-in Agents​

TeamPurpose
chat-teamGeneral AI assistant + Mermaid diagrams
translatorMulti-language translation
dev-teamGit workflow: branch β†’ code β†’ commit β†’ PR
wiki-teamCodebase Wiki documentation generation

πŸ—οΈ Architecture​

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

πŸ“– Next Steps​

Congratulations on starting Wegent! Here's what to explore next:

πŸ“š Learn More​

🎨 Create Custom Agents​

πŸ’» Development & Extension​


πŸ”§ Troubleshooting​

Service Failed to Start?​

# View service logs
docker compose logs -f

# Restart services
docker compose restart

Cannot Access Web Interface?​

  • Ensure port 3000 is not occupied
  • Check if Docker containers are running: docker compose ps

API Connection Failed?​

  • Ensure backend service is running
  • Visit http://localhost:8000/api/docs to check API status

πŸ“ž Get Help​


Happy coding! πŸŽ‰