CodeMachine-CLI Agent工作流 是 AI Skill Hub 本期精选Agent工作流之一。已获得 2.5k 颗 GitHub Star,综合评分 7.8 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
CodeMachine-CLI Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
CodeMachine-CLI Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g codemachine-cli # 方式二:npx 直接运行(无需安装) npx codemachine-cli --help # 方式三:项目依赖安装 npm install codemachine-cli # 方式四:从源码运行 git clone https://github.com/moazbuilds/CodeMachine-CLI cd CodeMachine-CLI npm install npm start
# 命令行使用
codemachine-cli --help
# 基本用法
codemachine-cli [options] <input>
# Node.js 代码中使用
const codemachine_cli = require('codemachine-cli');
const result = await codemachine_cli.run(options);
console.log(result);
# codemachine-cli 配置说明 # 查看配置选项 codemachine-cli --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CODEMACHINE_CLI_CONFIG="/path/to/config.yml"
<p align="center"> <img src="https://raw.githubusercontent.com/moazbuilds/CodeMachine-CLI/main/images/banner.png" alt="CodeMachine Banner" width="100%"> </p>
<p align="center"> <code>npm i -g codemachine</code> </p>
<p align="center"> <strong>CodeMachine is an open-source tool that orchestrates AI coding agents into repeatable, long-running workflows. ⚡️<br></p></strong>
---
Every time you use an AI coding agent, you're running a workflow. Fix a bug? You ask questions, reproduce, analyze, plan, implement, test. Build a feature? You research, design, code, review.
The workflow lives in your head. You guide the agent through it, step by step, session by session. But every time you start, you rebuild it from scratch. You re-explain the process. You remember to ask the right questions. You manage when to clear context, when to push forward, when to loop back.
<p align="center"><strong>CodeMachine lets you capture that workflow and run it again.</strong></p>
<p align="center"> <a href="https://www.youtube.com/watch?v=G7OTG9iSvYw" target="_blank"> <img src="https://raw.githubusercontent.com/moazbuilds/CodeMachine-CLI/main/images/video-thumbnail.png" alt="Watch CodeMachine Demo"> </a> </p>
设计思路先进的AI工作流编排工具,TypeScript实现保证质量。2.5k星认可度合理,但维护频率需关注。适合构建复杂AI协作系统。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,CodeMachine-CLI Agent工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | CodeMachine-CLI |
| 原始描述 | 开源AI工作流:CodeMachine is an open-source tool that orchestrates AI coding agents into repea。⭐2.5k · TypeScript |
| Topics | AI代理工作流编排代码生成CLI工具TypeScript |
| GitHub | https://github.com/moazbuilds/CodeMachine-CLI |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端