DovePaw — Claude Code 个人AI Agent编排运行时

lxiol

原文链接:https://github.com/PixelPaw-Labs/DovePaw

DovePaw 是什么

DovePaw 是一个 macOS 桌面应用,用于构建、调度和编排私有 Claude Code Agent。基于 Claude Agent SDK、A2A 协议、launchd 调度和 Electron UI,让重复工程任务变成可复用的自动化 Agent 工作流。

GitHub: https://github.com/PixelPaw-Labs/DovePaw | ⭐ 5 | TypeScript

核心特性

  • Agent 脚本工作流 — 每个 Agent 是一个 main.ts 文件,TypeScript 处理确定性部分,Claude CLI 处理判断部分
  • A2A 多Agent协作 — 每个 Agent 独立 Express 进程,通过 A2A 协议 SSE 连接,支持 ask_/start_/await_ 三种调用模式
  • launchd 定时调度 — Agent 可按计划在后台无人值守运行
  • 双模式运行 — 聊天触发(用户指令)和批量模式(定时无参数)共用同一脚本
  • Electron UI — 设置界面、持久侧边栏、嵌入式浏览器面板、会话历史

典型应用场景

  • Dependabot PR 自动分类和安全补丁
  • Pull Request 自动审查
  • 工程摘要自动生成
  • UI 变更检查(嵌入式浏览器)
  • 多Agent任务传递和委托

技术栈

TypeScript 6.x + Claude Agent SDK 0.2.x + A2A Protocol + Next.js 16 + Electron

⚠️ 注意:作者计划因 Agent SDK 定价变更(2026年6月15日起独立计费),将 Dove 编排器与 Claude Agent SDK 解耦。

  • 标题: DovePaw — Claude Code 个人AI Agent编排运行时
  • 作者: lxiol
  • 创建于 : 2026-06-10 22:55:28
  • 更新于 : 2026-06-30 17:05:34
  • 链接: https://blog.lxiol.cn/2026/06/10/GitHub-PixelPaw-LabsDovePaw-Personal-AI-agent-orchestration-runtime-for-Claude-C/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
目录
DovePaw — Claude Code 个人AI Agent编排运行时