什么是 wave-executor?
EPIC 级批处理管道的全新流程编排。通过 Claude Agent SDK 每波生成一个新的 Bun 进程,防止长时间运行的会话中与 GC 相关的崩溃。 来源:oimiragieo/agent-studio。
EPIC 级批处理管道的全新流程编排。通过 Claude Agent SDK 每波生成一个新的 Bun 进程,防止长时间运行的会话中与 GC 相关的崩溃。
通过命令行快速安装 wave-executor AI 技能到你的开发环境
来源:oimiragieo/agent-studio。
Wave Executor runs EPIC-tier batch pipelines by spawning a fresh Claude Code process per wave via the Claude Agent SDK. Each wave gets a clean Bun runtime with zero accumulated spawn() or abortsignal state, preventing the JSC garbage collector use-after-free crash (oven-sh/bun, anthropics/claude-code#21875, #27003) that occurs when a single Bun process handles thousands of concurrent subagent spawns.
This is the framework's implementation of the Ralph Wiggum pattern: iteration over fresh processes with file-based coordination.
Key invariant: no single Bun process accumulates more than 100 spawns.
EPIC 级批处理管道的全新流程编排。通过 Claude Agent SDK 每波生成一个新的 Bun 进程,防止长时间运行的会话中与 GC 相关的崩溃。 来源:oimiragieo/agent-studio。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/oimiragieo/agent-studio --skill wave-executorEPIC 级批处理管道的全新流程编排。通过 Claude Agent SDK 每波生成一个新的 Bun 进程,防止长时间运行的会话中与 GC 相关的崩溃。 来源:oimiragieo/agent-studio。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oimiragieo/agent-studio --skill wave-executor 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oimiragieo/agent-studio