每个人都是一颗世界种子。
WorldSprout 是一个社区驱动的 AI Agent 项目约定标准。从一颗种子开始,长成你自己的世界。
如果你只想让 AI 更好地理解你的项目——在你的项目根目录放一个 AGENTS.md 文件就行了。这是被 30+ AI 工具支持的开放标准,WorldSprout 不要求你安装任何东西。
如果你想系统地管理 AI Agent 协作——WorldSprout 提供了三步升级:
world init— 一键生成带.agents/骨架的项目world guide— 检测你的项目类型,推荐合适的规则和技能world fragment— 从社区 Registry 获取现成的 Agent 规范
- 零前提:Layer 1 不要求任何外部依赖
- 渐进式:从 Level 0(一个 AGENTS.md 文件)到 Level 4(完整 kernel + 约束校验)
- 正交分层:Layer 定义关注点范围,Level 定义功能深度
- 开放标准优先:AGENTS.md 是独立社区标准,WorldSprout 是兼容扩展
| 仓库 | 内容 |
|---|---|
| worldsprout | 参考实现:world CLI + sproutlib |
| spec | WorldSprout 规范 v1.0 |
| registry | Fragment 索引、社区共享规则与技能 |
# 安装
pip install worldsprout
# 初始化项目
world init my-project
# 查看推荐
world guide查看 GOVERNANCE.md 了解 RFC 流程和维护者模型。