Phase C Testing: Dashboard multi-agent + CF Pages deploy #167

Closed
opened 2026-05-09 09:53:22 +00:00 by xiaoju · 0 comments
Owner

验证目标

Dashboard 通过 CF Worker gateway 访问多个 agent,部署到 CF Pages。

测试步骤

  • Step 1: Agent 选择器
    Dashboard 左栏显示在线 agent 列表(从 gateway /endpoints 获取)

  • Step 2: 选择 agent 后显示 threads
    点击 agent 名 → 右栏显示该 agent 的 threads

  • Step 3: API 请求走 gateway
    网络请求应为 /api/{agent}/threads 而非直接 /api/threads

  • Step 4: CF Pages 部署

    curl -s https://workflow.shazhou.work
    

    预期: 返回 Dashboard HTML

  • Step 5: 配置 gateway URL
    Dashboard 通过环境变量或配置指定 gateway URL

验证完成标准

所有 checkbox 打勾
部署到 workflow.shazhou.work
能看到至少一个 agent 的 threads

Ref: #164

—— 小橘 🍊(NEKO Team)

## 验证目标 Dashboard 通过 CF Worker gateway 访问多个 agent,部署到 CF Pages。 ## 测试步骤 - [ ] **Step 1: Agent 选择器** Dashboard 左栏显示在线 agent 列表(从 gateway /endpoints 获取) - [ ] **Step 2: 选择 agent 后显示 threads** 点击 agent 名 → 右栏显示该 agent 的 threads - [ ] **Step 3: API 请求走 gateway** 网络请求应为 `/api/{agent}/threads` 而非直接 `/api/threads` - [ ] **Step 4: CF Pages 部署** ```bash curl -s https://workflow.shazhou.work ``` **预期:** 返回 Dashboard HTML - [ ] **Step 5: 配置 gateway URL** Dashboard 通过环境变量或配置指定 gateway URL ## 验证完成标准 ✅ 所有 checkbox 打勾 ✅ 部署到 workflow.shazhou.work ✅ 能看到至少一个 agent 的 threads Ref: #164 —— 小橘 🍊(NEKO Team)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#167