Aimux AI编码工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 6.8 分,整体质量稳定。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
基于Go语言开发的开源AI工作流管理工具,提供TUI仪表盘用于管理多种AI编码Agent会话(Claude、Codex、Gemini)。适合需要统一管理AI助手工作流的开发者和技术团队,支持工作流编排和会话管理。
Aimux AI编码工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
基于Go语言开发的开源AI工作流管理工具,提供TUI仪表盘用于管理多种AI编码Agent会话(Claude、Codex、Gemini)。适合需要统一管理AI助手工作流的开发者和技术团队,支持工作流编排和会话管理。
Aimux AI编码工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/zanetworker/aimux@latest # 方式二:从源码编译 git clone https://github.com/zanetworker/aimux cd aimux go build -o aimux . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/zanetworker/aimux/releases
# 查看帮助 aimux --help # 基本运行 aimux [options] <input> # 详细使用说明请查阅文档 # https://github.com/zanetworker/aimux
# aimux 配置说明 # 查看配置选项 aimux --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AIMUX_CONFIG="/path/to/config.yml"
<p align="center"> <img src="assets/logo.png" width="128" alt="aimux logo"> <br> <strong>aimux</strong><br> <sub>Tame the agent sprawl.</sub> <br><br> <sub>See all your agents. Trace what they did. Judge if it was good.</sub> </p>
<p align="center"> <a href="https://github.com/zanetworker/aimux/releases/latest"><img src="https://img.shields.io/github/v/release/zanetworker/aimux?style=flat-square" alt="Release"></a> <img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="License"> <img src="https://img.shields.io/badge/go-1.24%2B-00ADD8?style=flat-square&logo=go" alt="Go 1.24+"> <a href="https://zanetworker.github.io/aimux/"><img src="https://img.shields.io/badge/docs-online-FF3131?style=flat-square" alt="Docs"></a> </p>
<p align="center"> <img src="assets/demo.gif" alt="aimux demo" width="800"> </p>
One agent just silently deleted your auth config. Another rewrote 47 files. aimux shows you exactly what happened, and lets you judge if it was good.
|
Discovery & Monitoring - Auto-discovers Claude, Codex, and Gemini agents - Live status: active, idle, waiting, error - Per-agent CPU%, memory, token usage, and cost tracking - Model-aware pricing (Opus, Sonnet, Haiku, GPT, Gemini) - Cross-session search ("which agent edited auth.go?") </td> <td width="50%"> Tracing & Code Review - Turn-by-turn trace of prompts, responses, tool calls - PR-style diff review panel with file tree hierarchy - Inline diffs for Edit/Write tool calls with syntax coloring - Live diff pane alongside session terminal (auto-refreshes) - Annotate turns as GOOD / BAD / WASTE with notes - Export to MLflow, Jaeger, or any OTLP backend </td> </tr> <tr> <td> Two Interfaces - TUI: keyboard-driven, split-pane trace + live session - Web: card grid, filtering, session history, trace + diff panels - Dark and light themes (web dashboard) - Plugin system for custom dashboard tabs </td> <td> Agent Management - Launch and spawn agents from CLI or UI - Star/pin sessions to find them later across restarts - Profiles: save named flag bundles for repeated use - Session history with browse, search, path filter, and resume - LLM-powered title generation for untitled sessions - Kubernetes support: run agents on K8s pods </td> </tr> </table> <p align="center"> <img src="assets/annotations.png" alt="Trace with annotations" width="380"> <img src="assets/costs.png" alt="Cost tracking" width="380"> </p> Quick Start
Requires tmux. Auto-discovers running Claude, Codex, and Gemini agents.
🎯 aiskill88 AI 点评
B 级
2026-05-23
新兴工作流工具,TUI设计适合开发者,支��多模型集成管理。但项目成熟度偏低,需观察后续维护情况。 📚 实用指南(长尾问题)
适合谁
最佳实践
常见错误
部署方案
⚡ 核心功能
👥 适合谁
⭐ 最佳实践
⚠️ 常见错误
👥 适合人群🎯 使用场景
⚖️ 优点与不足✅ 优点
⚠️ 不足
⚠️ 使用须知
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。 建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。 📄 License 说明
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。 🔗 相关工具推荐📚 相关教程推荐 📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQaimux 是一款Go开发的AI辅助工具。开源AI工作流:TUI dashboard for managing AI coding agent sessions (Claude, Codex, Gemini)。⭐9 · Go 主要应用场景包括:管理多个AI编码Agent会话、编排AI工作流、统一控制Claude/Gemini等模型。
💡 AI Skill Hub 点评
经综合评估,Aimux AI编码工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。 🌐 原始信息
🔗 原始来源
🐙 GitHub 仓库 https://github.com/zanetworker/aimux
🌐 官方网站 https://aimux.ai
收录时间:2026-05-23 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。 🤖 交给 Agent 安装 · Aimux AI编码工作流选择 Agent 类型,复制安装指令后粘贴到对应客户端 claude skill install https://github.com/zanetworker/aimux
|