GooseTeam:实现 Goose 代理协作的协议与工具

GooseTeam:实现 Goose 代理协作的协议与工具

一个用于 Goose 代理协作的 MCP 服务器和协议。

快速入门

  1. 安装依赖:执行 npm install
  2. 构建项目:运行 npm run build
  3. 启动 SSE 代理:运行 npm run mcp-proxy
  4. 启动 Inspector:运行 npm run inspector,并在浏览器中访问 http://localhost:5173。
  5. 注册扩展:执行 goose configure 并添加远程扩展。
  6. 启动代理:运行 npm run agent 开始任务分配。
  7. 检查任务:在 Inspector 中点击 list_tasks 查看任务列表。
  8. 测试模型:使用 npm run agent:test 验证模型是否能正常工作。