智能代理操作系统 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
智能代理操作系统 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
智能代理操作系统 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g agentos # 方式二:npx 直接运行(无需安装) npx agentos --help # 方式三:项目依赖安装 npm install agentos # 方式四:从源码运行 git clone https://github.com/SapienXai/AgentOS cd AgentOS npm install npm start
# 命令行使用
agentos --help
# 基本用法
agentos [options] <input>
# Node.js 代码中使用
const agentos = require('agentos');
const result = await agentos.run(options);
console.log(result);
# agentos 配置说明 # 查看配置选项 agentos --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENTOS_CONFIG="/path/to/config.yml"
The screenshots below show the current product flow in the order a new visitor is most likely to explore it.
LaunchpadGuided onboarding for OpenClaw, models, and the first workspace. |
Control PlaneLive graph, task flow, and inspector visibility in one place. |
Agent BuilderCreate agents from scratch, presets, or imports. |
Agent ChatTalk to agents directly and turn intent into action. |
Add ModelsConnect providers and discover models without leaving AgentOS. |
Workspace WizardShape a workspace from one prompt and a guided flow. |
Workspace SurfacesConnect Telegram, Discord, Slack, and more to every workspace. |
|
empty, clone, existing), templates, team presets, model profiles, and kickoff missions.AGENTS.md, SOUL.md, IDENTITY.md, TOOLS.md, HEARTBEAT.md, MEMORY.md, docs/, memory/, deliverables/, skills/, and .openclaw/project-shell/.worker, setup, browser, monitoring, custom) plus heartbeat, file-access, install-scope, and network controls.pnpmPATHIf OpenClaw is installed in a non-standard location:
export OPENCLAW_BIN=/absolute/path/to/openclaw
GitHub Release installer:
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/SapienXai/AgentOS/main/install.sh | bash
agentos start --open
agentos stop
agentos doctor
Windows PowerShell:
iwr https://raw.githubusercontent.com/SapienXai/AgentOS/main/install.ps1 | iex
agentos start --open
agentos stop
agentos doctor
Install a specific published version:
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/SapienXai/AgentOS/main/install.sh | AGENTOS_VERSION=0.5.7 bash
Windows PowerShell:
$env:AGENTOS_VERSION='0.5.7'; iwr https://raw.githubusercontent.com/SapienXai/AgentOS/main/install.ps1 | iex
Package manager install:
```bash pnpm add -g @sapienx/agentos
Use the packaged launcher:
pnpm add -g @sapienx/agentos
agentos start --open
agentos doctor
Run the app locally from this repository:
pnpm install
pnpm dev
If OpenClaw is not ready yet, AgentOS starts in an explicit onboarding or fallback path instead of pretending a live control plane exists.
| Route | Method | Purpose |
|---|---|---|
/api/snapshot | GET | Return the normalized AgentOS snapshot |
/api/stream | GET | Stream snapshot updates over SSE |
/api/diagnostics | GET | Return gateway diagnostics, capabilities, and presence |
/api/mission | POST | Dispatch a mission to a real OpenClaw agent |
/api/agents | GET, POST, PATCH, DELETE | Read and mutate agents |
/api/workspaces | GET, POST, PATCH, DELETE | Read and mutate workspace projects |
/api/runtimes/:runtimeId | GET | Load transcript-backed runtime output |
/api/onboarding | POST | Install or start OpenClaw and verify readiness |
/api/onboarding/models | POST | Discover models, refresh readiness, set a default model, or guide provider login |
/api/update | POST | Run openclaw update and stream output |
/api/gateway/control | POST | Start, stop, or restart the OpenClaw gateway |
/api/planner | POST | Create a new workspace planning draft |
/api/planner/:planId | GET, PUT | Load or save a planning draft |
/api/planner/:planId/turn | POST | Process a planner conversation turn |
/api/planner/:planId/simulate | POST | Simulate the planner team |
/api/planner/:planId/deploy | POST | Deploy a planned workspace |
/api/reset | POST | Preview or execute an AgentOS reset or full uninstall flow |
/api/settings/gateway | PATCH | Update the OpenClaw gateway endpoint |
/api/settings/workspace-root | PATCH | Update the default workspace root |
/api/system/open-terminal | POST | Open a supported OpenClaw command in Terminal on macOS |
/api/files/reveal | POST | Reveal a local file in Finder, Explorer, or the platform file manager |
高质量的开源AI工作流项目
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,智能代理操作系统 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | AgentOS |
| 原始描述 | 开源AI工作流:Human Control Layer for AI Agents. Built on OpenClaw by SapienX。⭐13 · TypeScript |
| Topics | AIagentworkflowtypescript |
| GitHub | https://github.com/SapienXai/AgentOS |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-27 · 更新时间:2026-05-27 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端