沈马成(Macheng Shen)公开开源 / 公开入口索引(2026-09-25 核验,全部链接 HTTP 200)

⭐ 最能直接上手的 5 个

  1. agent-continuity-demo — 多 agent 协作四原语(共享记忆/权限边界/动作回执/工作认领)最小可运行演示,纯 Python 标准库,约 1 秒跑完;上手:clone 后 ./demo.sh。https://github.com/starshard-ai/agent-continuity-demo
  2. zhizi-agent-os — 一条命令把 Claude Code 变成个人「智子」助手(Lite 给非技术用户,Pro 加技能/hooks/子 agent),自带 key;上手:curl -fsSL https://raw.githubusercontent.com/starshard-ai/zhizi-agent-os/main/install.sh | bash。https://github.com/starshard-ai/zhizi-agent-os
  3. reviewer-wheels — Claude Code 多 agent 编码的验证技能包(漂移检查、对抗式评审、复用编译、前端冒烟门、委派边界);上手:/plugin marketplace add starshard-ai/reviewer-wheels。https://github.com/starshard-ai/reviewer-wheels
  4. fleet-coordination-protocol(FCP v0)— 架在任意 agent 运行时之上的薄协调层:共享事实、工作认领、不可逆动作前回执、信念冲突隔离;上手:pip install git+https://github.com/starshard-ai/fleet-coordination-protocol.git。https://github.com/starshard-ai/fleet-coordination-protocol
  5. starshard-communication — 用户自有的个人 agent 通信底座(收件箱、寻址、信任分级、策略、回执)+ SPEC-0003 agent 间身份认证与安全消息;有可跑的参考路由器。https://github.com/starshard-ai/starshard-communication

A. 可直接 clone / 安装的工具

B. 协议 / 规范

C. 理论 / 研究

D. 索引 / 总入口