AI Skill Hub 强烈推荐:零栈AI工作流 是一款优质的Agent工作流。已获得 1.1k 颗 GitHub Star,AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
零栈AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
零栈AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install zerostack # 方式二:从源码编译 git clone https://github.com/gi-dellav/zerostack cd zerostack cargo build --release # 二进制在 ./target/release/zerostack
# 查看帮助 zerostack --help # 基本运行 zerostack [options] <input> # 详细使用说明请查阅文档 # https://github.com/gi-dellav/zerostack
# zerostack 配置说明 # 查看配置选项 zerostack --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ZEROSTACK_CONFIG="/path/to/config.yml"
---
code, plan, review, debug, etc.) to tailor the agent's behavior to the task without having to manage Skills./worktree to move the agent from one worktree to another.NOTE: Windows support is not tested is any way, but feel free to try and open an issue if you encounter any bugs!
In order to install zerostack, you must have Cargo and git installed. Then, run:
```bash
```bash
/loop Implement the user authentication system
/loop stop
/loop status
/loop <prompt> — Start a loop with the given prompt/loop stop — Stop the active loop/loop status — Show current loop stateEach iteration includes the original task, the evolving LOOP_PLAN.md, a summary of the previous iteration, and any validation output. Non-slash input is blocked while a loop is active.
The worktrees integrations offers 3 slash commands:
| Command | Description |
|---|---|
/worktree <name> | Create a git worktree on branch <name> and move into it (skips creating it if it already exists) |
/wt-merge [branch] | Merge the worktree branch into [branch] (default: main/master), push, clean up, and return to the main repo |
/wt-exit | Return to the main repo without merging |
/worktree feature-x creates a new branch and worktree directory and moves you there./wt-merge tells the agent to merge the branch, push, clean up, and return to the main repo./wt-exit immediately returns to the main repo without merging.```bash
Install bubblewrap for --sandbox, which runs every bash command inside an isolated environment to protect your system from accidental or malicious damage:
```bash
See docs/CONFIG.md for config file location, accepted keys, provider aliases, permission rules, and MCP server configuration.
You can run /prompt autoconfig in order to use a specialized agent that allows to navigate the documentation and customize your zerostack setup.
In ~/.local/share/zerostack/config.json:
{
"acp_servers": {
"my-editor": {
"host": "127.0.0.1",
"port": 7243
}
}
}
ACP mode requires setting up an LLM provider (the standard --provider, --model, and API key env vars apply). Without it, zerostack cannot process prompts.
export OPENROUTER_API_KEY="[api_key]"
cargo install zerostack --features acp
zerostack provides a branch-per-task workflow using git worktrees. You can create, work in, merge, and exit worktrees entirely from the chat UI.
NOTE The git worktrees integration is an experimental feature.
/btw <message> asks a quick "by the way" question in parallel with the main agent, without interrupting it. Like /queue, it works even while the agent is busy. It forks the current context (including a trace of the agent's in-flight turn, when one is running) and answers using four read-only tools (read, grep, find_files, list_dir); it cannot write files or run commands. It then prints the reply inline. Nothing is written to conversation history, and its token usage is tracked separately in the status bar as btw:…. Press Ctrl-C to cancel an in-flight /btw without disturbing the main agent.
You can point a question at a specific file with @: pick /btw from the command menu, then type @ to open the file picker (for example /btw then @src/main.rs then "how does this work?"), and /btw reads the file you reference.
高性能AI工作流,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
总体来看,零栈AI工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | zerostack |
| Topics | AIRust工作流智能代理 |
| GitHub | https://github.com/gi-dellav/zerostack |
| License | GPL-3.0 |
| 语言 | Rust |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端