AI Skill Hub 推荐使用:当前AI操代源 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
有子的操作源用的安全操作器,为一个安全操作器工具。当前AI操作器为一个安全操作器工具。
当前AI操代源 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
有子的操作源用的安全操作器,为一个安全操作器工具。当前AI操作器为一个安全操作器工具。
当前AI操代源 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g zoo-code # 方式二:npx 直接运行(无需安装) npx zoo-code --help # 方式三:项目依赖安装 npm install zoo-code # 方式四:从源码运行 git clone https://github.com/Zoo-Code-Org/Zoo-Code cd Zoo-Code npm install npm start
# 命令行使用
zoo-code --help
# 基本用法
zoo-code [options] <input>
# Node.js 代码中使用
const zoo_code = require('zoo-code');
const result = await zoo_code.run(options);
console.log(result);
# zoo-code 配置说明 # 查看配置选项 zoo-code --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ZOO_CODE_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://marketplace.visualstudio.com/items?itemName=ZooCodeOrganization.zoo-code"><img src="https://img.shields.io/badge/VS_Code_Marketplace-007ACC?style=flat&logo=visualstudiocode&logoColor=white" alt="VS Code Marketplace"></a> <a href="https://x.com/ZooCodeDev"><img src="https://img.shields.io/badge/ZooCode-000000?style=flat&logo=x&logoColor=white" alt="X"></a> <a href="https://youtube.com/@roocodeyt?feature=shared"><img src="https://img.shields.io/badge/YouTube-FF0000?style=flat&logo=youtube&logoColor=white" alt="YouTube"></a> <a href="https://discord.gg/VxfP4Vx3gX"><img src="https://img.shields.io/badge/Join%20Discord-5865F2?style=flat&logo=discord&logoColor=white" alt="Join Discord"></a> <a href="https://www.reddit.com/r/ZooCode/"><img src="https://img.shields.io/badge/Join%20r%2FZooCode-FF4500?style=flat&logo=reddit&logoColor=white" alt="Join r/ZooCode"></a> <a href="https://github.com/Zoo-Code-Org/Zoo-Code/issues"><img src="https://img.shields.io/badge/GitHub-Issues-181717?style=flat&logo=github&logoColor=white" alt="GitHub Issues"></a> </p> <p align="center"> <em>Get help fast → <a href="https://discord.gg/VxfP4Vx3gX">Join Discord</a> • Prefer async? → <a href="https://www.reddit.com/r/ZooCode/">Join r/ZooCode</a></em> </p>
Zoo Code's first feature release builds on the marketplace handoff with a new provider, the upstream sunset merge, and a round of user-facing fixes across chat, provider settings, and rendering.
- Add Xiaomi MiMo as a first-class API provider - Pull in the upstream Roo Code sunset merge and related platform updates - Fix MCP sign-in copy, Gemini full-tool requests, and OpenAI temperature handling for unsupported models - Fix Markdown single-tilde rendering and diagnostics temp-file naming - Improve provider defaults and region coverage for Z.AI, GLM, and Vertex AI
<details> <summary>🌐 Available languages</summary>
- English - Català - Deutsch - Español - Français - हिंदी - Bahasa Indonesia - Italiano - 日本語 - 한국어 - Nederlands - Polski - Português (BR) - Русский - Türkçe - Tiếng Việt - 简体中文 - 繁體中文 - ... </details>
---
git clone https://github.com/Zoo-Code-Org/Zoo-Code.git
pnpm install
There are several ways to run the Zoo Code extension:
To build and install the extension as a VSIX package directly into VSCode:
pnpm install:vsix [-y] [--editor=<command>]
This command will:
- Ask which editor command to use (code/cursor/code-insiders) - defaults to 'code' - Uninstall any existing version of the extension. - Build the latest VSIX package. - Install the newly built VSIX. - Prompt you to restart VS Code for changes to take effect.
Options:
- -y: Skip all confirmation prompts and use defaults - --editor=<command>: Specify the editor command (e.g., --editor=cursor or --editor=code-insiders)
If you prefer to install the VSIX package manually:
1. First, build the VSIX package:
pnpm vsix
2. A .vsix file will be generated in the bin/ directory (e.g., bin/zoo-code-<version>.vsix). 3. Install it manually using the VSCode CLI: code --install-extension bin/zoo-code-<version>.vsix
---
We use changesets for versioning and publishing. Check our CHANGELOG.md for release notes.
---
| <a href="https://www.youtube.com/watch?v=Mcq3r1EPZ-4"><img src="https://img.youtube.com/vi/Mcq3r1EPZ-4/maxresdefault.jpg" width="100%" alt="Installing the Extension"></a><br><b>Installing the Extension</b> | <a href="https://www.youtube.com/watch?v=ZBML8h5cCgo"><img src="https://img.youtube.com/vi/ZBML8h5cCgo/maxresdefault.jpg" width="100%" alt="Configuring Profiles"></a><br><b>Configuring Profiles</b> | <a href="https://www.youtube.com/watch?v=r1bpod1VWhg"><img src="https://img.youtube.com/vi/r1bpod1VWhg/maxresdefault.jpg" width="100%" alt="Codebase Indexing"></a><br><b>Codebase Indexing</b> |
| <a href="https://www.youtube.com/watch?v=iiAv1eKOaxk"><img src="https://img.youtube.com/vi/iiAv1eKOaxk/maxresdefault.jpg" width="100%" alt="Custom Modes"></a><br><b>Custom Modes</b> | <a href="https://www.youtube.com/watch?v=Ho30nyY332E"><img src="https://img.youtube.com/vi/Ho30nyY332E/maxresdefault.jpg" width="100%" alt="Checkpoints"></a><br><b>Checkpoints</b> | <a href="https://www.youtube.com/watch?v=HmnNSasv7T8"><img src="https://img.youtube.com/vi/HmnNSasv7T8/maxresdefault.jpg" width="100%" alt="Context Management"></a><br><b>Context Management</b> |
</div> <p align="center"> <a href="https://docs.zoocode.dev/tutorial-videos">More quick tutorial and feature videos...</a> </p>
当前AI操作器为一个安全操作器工具。当前AI操作器为一个安全操作器工具。当前AI操作器为一个安全操作器工具。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,当前AI操代源 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Zoo-Code |
| Topics | workflowtypescript |
| GitHub | https://github.com/Zoo-Code-Org/Zoo-Code |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-23 · 更新时间:2026-05-23 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端