Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 2.25 KB

File metadata and controls

107 lines (66 loc) · 2.25 KB
sidebar_position
1

🚀 快速开始

本指南将帮助您快速上手 Wegent 平台。


📋 前置要求

在开始之前,请确保您的系统已安装:

  • DockerDocker Compose

⚡ 一键启动

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

然后在浏览器中访问 http://localhost:3000

可选:启用 RAG 功能 docker compose --profile rag up -d


📦 预置智能体

团队 用途
chat-team 通用 AI 助手 + Mermaid 图表
translator 多语言翻译
dev-team Git 工作流:分支 → 编码 → 提交 → PR
wiki-team 代码库 Wiki 文档生成

🏗️ 架构

Frontend (Next.js) → Backend (FastAPI) → Executor Manager → Executors (ClaudeCode/Agno/Dify/Chat)

核心概念:

  • Ghost (提示词) + Shell (执行环境) + Model = Bot
  • 多个 Bot + 协作模式 = Team

📖 下一步

现在您已经成功启动了 Wegent!接下来可以:

📚 深入学习

🎨 创建自定义智能体

💻 开发与扩展


🔧 常见问题

服务启动失败?

# 查看服务日志
docker compose logs -f

# 重启服务
docker compose restart

无法访问 Web 界面?

  • 确保端口 3000 未被占用
  • 检查 Docker 容器是否正常运行:docker compose ps

API 连接失败?


📞 获取帮助


祝您使用愉快!🎉