Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 2.41 KB

File metadata and controls

107 lines (66 loc) · 2.41 KB
sidebar_position
1

🚀 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

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

🏗️ 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?


📞 Get Help


Happy coding! 🎉