Skip to content

快速开始

前置条件

  • Go 1.25+(从源码构建时需要)
  • LLM API Key(OpenAI、Anthropic、DeepSeek 等)

快速启动

方式一:下载二进制文件

GitHub Releases 下载对应平台的二进制文件。

bash
# Linux/macOS
chmod +x yunque-agent-linux-amd64
./yunque-agent-linux-amd64

# Windows
yunque-agent-windows-amd64.exe

方式二:Docker

bash
# 轻量模式(SQLite,无外部依赖)
docker compose --profile lite up -d

# 全栈模式(PostgreSQL + pgvector + Web UI)
docker compose --profile full up -d

方式三:从源码构建

bash
git clone https://github.com/LittleXiaYuan/Tori.git
cd yunque-agent
cp .env.example .env  # 编辑填入你的 LLM_API_KEY
make build
./dist/yunque-agent

配置

创建 .env 文件,至少需要:

env
LLM_API_KEY=your-api-key-here

代理默认在 9090 端口启动。访问 http://localhost:9090 打开仪表板。

下一步

© 2025 云鸢科技(青岛)有限公司 × Dream Lab