Daily Digest - 2026-05-09
采集 95 条有效(GitHub 全部成功;HN 1 条 502;arXiv 3 条 429)。筛选 12 条高信号。
今日高信号
1. bytedance/deer-flow — 字节跳动长周期 SuperAgent
- 来源:https://github.com/bytedance/deer-flow
- 规模:⭐66175 · Python
- 摘要:开源长周期 SuperAgent 框架,集研究、编码、创作为一体。支持 sandbox、memory、tools、skills、subagents 和 message gateway,处理从分钟级到小时级的任务。
- 为什么值得看:字节的 agent 基础设施方向标杆。66K star 说明市场认可度高。分层 agent 架构 + sandbox 隔离 + skill 复用的设计值得深入学习。
2. gsd-build/get-shit-done — Context Engineering + Spec-driven 系统
- 来源:https://github.com/gsd-build/get-shit-done
- 规模:⭐61028 · JavaScript
- 摘要:轻量级 meta-prompting、context engineering 和 spec-driven 开发系统,面向 Claude Code。
- 为什么值得看:61K star,context engineering 的标杆实践。spec → plan → execute 流水线的设计思路直接可用于 vibe coding agent 项目。
3. nexu-io/open-design — 本地优先的开源 AI 设计工具
- 来源:https://github.com/nexu-io/open-design
- 规模:⭐34511 · TypeScript
- 摘要:Anthropic Claude Design 的本地优先开源替代。19 个 Skills、71 个设计系统,生成 web/desktop/mobile 原型,支持 Claude Code / Codex / Cursor / Gemini。
- 为什么值得看:skill 系统的设计(19 Skills)和跨 agent 工具兼容性值得参考。展示了成熟的 skill ecosystem。
4. multica-ai/multica — 管理型 Agent 平台
- 来源:https://github.com/multica-ai/multica
- 规模:⭐26390 · TypeScript
- 摘要:开源 managed agents 平台。将 coding agents 变成真正的队友——分配任务、追踪进度、积累技能。
- 为什么值得看:从"单次 coding session"到"可管理的 agent 团队"。任务分配、进度追踪、技能积累是 agent 进入团队的关键能力。
5. vm0-ai/vm0 — 可信赖的 AI teammate
- 来源:https://github.com/vm0-ai/vm0
- 规模:⭐1105 · TypeScript
- 摘要:可信赖的 AI teammate,用于真实工作。
- 为什么值得看:定位"trustworthy"而非"powerful",强调 agent 可靠性和可信赖性。这是 agent 从 demo 走向生产的关键维度。
6. Datus-ai/Datus-agent — AI-native SQL 客户端
- 来源:https://github.com/Datus-ai/Datus-agent
- 规模:⭐1228 · Python
- 摘要:面向现代数据栈的 CLI SQL 客户端,AI-native context engineering for data。
- 为什么值得看:context engineering 在垂直领域(数据工程)的具体落地。展示如何将 CE 概念应用到特定工作流。
7. Mentat-Lab/preclinical — 医疗 AI 安全测试平台
- 来源:https://github.com/Mentat-Lab/preclinical
- 规模:⭐17 · TypeScript
- 摘要:开源医疗 AI 安全测试平台。模拟对抗性患者交互,存储转录,按安全标准评分。
- 为什么值得看:agent safety 评估的参考实现。"模拟对抗 → 转录 → 评分"的测试范式可泛化到其他高风险 agent 场景。
8. codeaholicguy/ai-devkit — 通用 AI Agent Skills 工具包
- 来源:https://github.com/codeaholicguy/ai-devkit
- 规模:⭐1186 · TypeScript
- 摘要:通用 CLI 工具包,为 Cursor、Claude Code、Codex 等 AI agent 提供 structured skills。
- 为什么值得看:跨工具的 skill 标准化尝试。如果 agent skill 有统一格式,skill 就可以在不同 agent 间复用。
9. cskwork/symphony-multi-agent — 多 Agent 编排器
- 来源:https://github.com/cskwork/symphony-multi-agent
- 规模:Python
- 摘要:OpenAI Symphony 的多 agent fork,同时驱动 Codex、Claude Code 和 Gemini CLI,带 Jira 式 Kanban TUI。
- 为什么值得看:多 agent 编排的实用实现。一个 orchestrator 管理多个不同厂商的 coding agent,是 agent 工厂模式的前沿探索。
10. sattyamjjain/agent-airlock — AI Agent 安全防火墙
- 来源:https://github.com/sattyamjjain/agent-airlock
- 规模:⭐6 · Python
- 摘要:开源 AI agent 安全防火墙——验证 tool calls、剥离 ghost arguments、类型安全、PII 遮蔽、RBAC、成本追踪、sandbox 隔离。支持 LangChain、OpenAI Agents SDK、PydanticAI、CrewAI。
- 为什么值得看:agent 安全层的参考实现。tool call 验证和 ghost argument 检测是防止 prompt injection 的关键手段。
11. aliyun/alibabacloud-api-mcp-server — 阿里云 MCP Server
- 来源:https://github.com/aliyun/alibabacloud-api-mcp-server
- 规模:⭐16 · Python
- 摘要:阿里云 MCP Server,通过 MCP 为 AI 应用提供阿里云服务集成,支持数万个 OpenAPI。
- 为什么值得看:大厂正式发布 MCP Server 是重要信号。MCP 正在成为 cloud API 的标准接入层。
12. ThreeMoonsLab/agents-shipgate — Agent 发布就绪检查门
- 来源:https://github.com/ThreeMoonsLab/agents-shipgate
- 规模:⭐2 · Python
- 摘要:AI agent tool surface 的静态发布就绪门。CLI + GitHub Action。扫描 MCP、OpenAPI、OpenAI Agents SDK、Anthropic、Google ADK、LangChain、CrewAI。
- 为什么值得看:agent 的 CI/CD 质量门禁。类似 API linter 但针对 agent tool 定义。
观察清单
- aaronlab/browsertrace:https://github.com/aaronlab/browsertrace — AI 浏览器 agent 的本地飞行记录器(截图 + I/O + 失败时间线)。
- Lucineer/capitaine:https://github.com/Lucineer/capitaine — "repo 即 agent"模式:fork → Codespaces → agent 就活。
- thevibeworks/ccx:https://github.com/thevibeworks/ccx — coding agent 会话查看器。
- Su-Terry/Cairn:https://github.com/Su-Terry/Cairn — VS Code 扩展,为 coding agent 实验打 waypoint。
- ravitemer/mcp-registry:https://github.com/ravitemer/mcp-registry — 社区 MCP Server 注册表。
- 01jiyuge/DAG-:https://github.com/01jiyuge/DAG- — 基于 LangGraph 的企业级 agent 编排引擎(HPD-Agent)。