Plasma Open-Sources Fractal: A Local CLI Tool for Recursive Agent Trees
Plasma AI 正式开源了命令行工具 Fractal(基于 Apache 2.0 协议)。该工具的核心目标是解决复杂编程任务往往无法塞进单个智能体上下文窗口的痛点,它能够将单个 Claude Code 或 Codex 会话转化为一棵可持续扩展的递归智能体树,通过层级化的任务分解来应对高难度开发需求。
核心机制与约束
Fractal 中的每个节点都拥有独立的 git 分支、worktree、记忆和生命周期,并按照“准备、规划、执行、审查、提交”这五步循环运转。在生成子任务节点时,父节点会逐层分配预算。系统通过根节点统一预算来限制整体运行,并允许对深度、分叉数、迭代次数和墙钟时间设定硬限制。
技术架构
该工具完全在本地运行,没有特殊的托管运行时或“魔法”后台。其底层协调、持久化和终端会话管理完全依赖标准本地工具:git worktrees、tmux 会话以及本地 SQLite 数据库。
2026-07-22 ~ 2026-07-22 · 7 related posts
- Plasma AI Open-Sources Fractal: A Tool for Hierarchical Agent Loops — rohanpaul_ai · 2026-07-22
- [source] Plasma open-sources Fractal, a local recursive agent tree for complex coding tasks — rohanpaul_ai · 2026-07-22
- Fractal gives each node its own branch, lifecycle, and five-step agent loop — rohanpaul_ai · 2026-07-22
- Fractal adds root budgets, Markdown memory files, and hard caps for recursive agents — rohanpaul_ai · 2026-07-22
- Fractal runs entirely on git worktrees, tmux, and a local SQLite database — rohanpaul_ai · 2026-07-22
- A local AI coding project uses git worktrees, tmux, and SQLite instead of a magic runtime — rohanpaul_ai · 2026-07-22
1 near-duplicate retellings: rohanpaul_ai