AI Skill Hub 强烈推荐:AI工作流终端 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
实时监控AI工作流,跟踪代币使用、成本和速度
AI工作流终端 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
实时监控AI工作流,跟踪代币使用、成本和速度
AI工作流终端 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/nashory/agent-cockpit@latest # 方式二:从源码编译 git clone https://github.com/nashory/agent-cockpit cd agent-cockpit go build -o agent-cockpit . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/nashory/agent-cockpit/releases
# 查看帮助 agent-cockpit --help # 基本运行 agent-cockpit [options] <input> # 详细使用说明请查阅文档 # https://github.com/nashory/agent-cockpit
# agent-cockpit 配置说明 # 查看配置选项 agent-cockpit --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENT_COCKPIT_CONFIG="/path/to/config.yml"
npx, or Python.today / weekly / monthly / trends / statusline, JSON output, and CSV export.cockpit report --svg renders a receipt card you can post anywhere.Homebrew (macOS & Linux):
brew install nashory/tap/agent-cockpit
cockpit
Or track main with brew install --HEAD nashory/tap/agent-cockpit.
Windows (no Homebrew). Grab the prebuilt binary from the latest release: download cockpit-<version>-windows-amd64.zip (or -arm64), unzip it, and run cockpit.exe. Add its folder to your PATH to call cockpit from any shell.
Or do the whole thing in PowerShell:
$ver = (Invoke-RestMethod https://api.github.com/repos/nashory/agent-cockpit/releases/latest).tag_name
Invoke-WebRequest "https://github.com/nashory/agent-cockpit/releases/download/$ver/cockpit-$ver-windows-amd64.zip" -OutFile cockpit.zip
Expand-Archive cockpit.zip -DestinationPath . -Force
.\cockpit-$ver-windows-amd64\cockpit.exe
macOS/Linux users who skip Homebrew can grab the matching .tar.gz from the same release page.
With Go (any platform, needs Go installed):
go install github.com/nashory/agent-cockpit/cmd/cockpit@latest
From source:
git clone https://github.com/nashory/agent-cockpit.git
cd agent-cockpit
make build && ./cockpit
```bash cockpit # open the dashboard cockpit live --refresh 2s # live mode (refreshes on file changes)
cockpit config init cockpit config schema # print config JSON schema cockpit config validate # validate config.toml cockpit doctor # show detected log locations ```
Configuration is optional. To customize paths or pricing, create a config file:
| OS | Path |
|---|---|
| macOS / Linux | ~/.config/agent-cockpit/config.toml |
| Windows | %APPDATA%\agent-cockpit\config.toml |
```toml timezone = "local" refresh_interval = "3s" currency = "USD"
[budget]
高质量的AI工作流管理工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,AI工作流终端 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | agent-cockpit |
| 原始描述 | 开源AI工作流:Live terminal cockpit for token usage, cost, and speed across your coding agents。⭐6 · Go |
| Topics | aigocliworkflow |
| GitHub | https://github.com/nashory/agent-cockpit |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-06-11 · 更新时间:2026-06-11 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端