什麼是 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