← 返回
开发者工具 中文

TeamPilot

Set up and operate TeamPilot from zero on a clean machine. Use when cloning the TeamPilot repository, installing dependencies, starting the multi-agent runti...
在全新环境中从零搭建并运行TeamPilot,适用于克隆仓库、安装依赖、启动多智能体运行时等场景。
moolean
开发者工具 clawhub v0.1.1 1 版本 99802.4 Key: 无需
★ 0
Stars
📥 505
下载
💾 5
安装
1
版本
#latest

概述

Bootstrap and run TeamPilot end-to-end.

Zero-to-run setup (clean environment)

  1. Ensure prerequisites:
    • git --version
    • node --version (recommend Node 20+)
    • npm --version
  2. Clone repository:
    • git clone team-pilot
    • cd team-pilot
  3. Install dependencies:
    • npm install
  4. Start service:
    • npm run up
  5. Open web UI:
    • http://localhost:3333

If EADDRINUSE appears, stop the process occupying port 3333 or start with another port:

  • PORT=3334 npm run up
  • then open http://localhost:3334

First mission (recommended flow)

  1. In Mission Control, select a template.
  2. Set execution mode:
    • auto for smoke tests
    • manual for deterministic demos and controlled outputs
  3. Fill mission goal and launch.
  4. Confirm graph starts changing (agent lane → task lane → result lane).

Manual mode operation standard

For each task, update in two steps:

  1. task_started (status=running, progress around 20-60)
  2. task_done (status=done, progress=100, complete output)

Endpoint:

  • POST /api/tasks/:taskId/update

Suggested payload fields:

  • status, progress, output, score, eventType, assignee

Replay workflow

  1. Switch to Replay mode.
  2. Load a run with frames > 1.
  3. Scrub slider to inspect each frame.
  4. Open node detail to verify input/output at each step.

Minimal API checklist

  • POST /api/missions (create mission)
  • GET /api/state (live state)
  • POST /api/tasks/:taskId/update (manual updates)
  • GET /api/runs (list traces)
  • GET /api/runs/:missionId (load replay trace)
  • POST /api/missions/:missionId/mode (auto/manual switch)

Troubleshooting

  • UI opens but no updates:
  • verify server log has no crash
  • verify WebSocket /ws is connected
  • Replay seems flat:
  • ensure selected run has frames > 1
  • ensure task updates were posted to /api/tasks/:taskId/update
  • Mission stuck queued:
  • check dependency chain and assignee spelling
  • in manual mode, ensure leader is sending task updates

Output quality bar (content pipelines)

  • PLAN: goal, structure, acceptance criteria
  • RESEARCH: sources, extracted facts, citations
  • VERIFY: confidence, risks, uncertainty
  • BUILD: complete final draft
  • DELIVER: publish-ready summary + readiness note

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-30 17:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,188
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,803
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,209