经 AI Skill Hub 精选评估,代码工作流 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
代码工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
代码工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install deck # 方式二:从源码编译 git clone https://github.com/cross-entropy-ai/deck cd deck cargo build --release # 二进制在 ./target/release/deck
# 查看帮助 deck --help # 基本运行 deck [options] <input> # 详细使用说明请查阅文档 # https://github.com/cross-entropy-ai/deck
# deck 配置说明 # 查看配置选项 deck --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DECK_CONFIG="/path/to/config.yml"
A tmux session sidebar inside your terminal: browse and switch sessions while the main area stays attached to the current session’s PTY—no full-screen “menu replaces your shell” workflow.

deck is a ratatui sidebar UI for tmux (the sidebar lists sessions).
deck is not a tmux replacement, a general system terminal app, or a window/pane manager;
deck helps you browse, switch, create, rename, kill, reorder, and filter sessions from the sidebar, and persists themes, layout, keybindings, and plugin commands in ~/.config/deck/config.json.
deck does not help you install or configure tmux, work safely in arbitrary nested tmux setups, or do what you normally do inside a session.
curl -fsSL https://raw.githubusercontent.com/cross-entropy-ai/deck/main/install.sh | sh
Or with Homebrew:
brew install cross-entropy-ai/tap/deck
Or download a pre-built binary from GitHub Releases.
cargo build --release
./target/release/deck
You still need tmux installed locally to run it.
deck
Requirements: tmux installed and available on PATH. If there are no sessions, deck tries to create a detached session named default so it can start.
Config: ~/.config/deck/config.json
deck runs two panes. The sidebar lists your tmux sessions with working directory, git branch, and idle time. The main pane stays attached to the focused session so the terminal never disappears behind a menu.
高质量的开源AI工作流项目
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:代码工作流 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | deck |
| 原始描述 | 开源AI工作流:Tmux sidebar for vibe coding. Manage sessions and monitor agents at a glance。⭐10 · Rust |
| Topics | RustAITmux工作流 |
| GitHub | https://github.com/cross-entropy-ai/deck |
| 语言 | Rust |
收录时间:2026-05-25 · 更新时间:2026-05-30 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端