Claude Skill
stainlu/openclaw-managed-agents
OpenClaw 托管代理是 Claude 托管代理与 ChatGPT 工作区代理的开源替代方案,支持任意模型与任意云平台,完全透明。
概览
仓库信息
安装这个 Skill
git clone https://github.com/stainlu/openclaw-managed-agentsRegistry 信息
项目简介
OpenClaw 托管代理是 Claude 托管代理与 ChatGPT 工作区代理的开源替代方案,支持任意模型与任意云平台,提供完全灵活透明的 AI 代理编排能力。
OpenClaw Managed Agents — the open alternative to Claude Managed Agents & ChatGPT Workspace Agents. Any model, any cloud, open source.
要点
- Claude 托管代理与 ChatGPT 工作区代理的开源替代方案
- 模型无关:支持任意 AI 模型
- 云平台无关:可在任意云上部署
- 完全透明且可定制
- 基于 TypeScript 构建,确保可靠性与可扩展性
使用场景
- 构建自定义 AI 代理工作流,避免供应商锁定
- 跨不同云平台部署多模型代理系统
- 用于研究的开源代理编排实验
- 用透明方案替代专有托管代理
README 摘要
# OpenClaw Managed Agents [](https://github.com/stainlu/openclaw-managed-agents/actions/workflows/test.yaml) [](https://github.com/stainlu/openclaw-managed-agents/actions/workflows/publish-images.yaml) [](https://www.npmjs.com/package/@stainlu/openclaw-managed-agents) [](https://pypi.org/project/openclaw-managed-agents/) [](./LICENSE) The open alternative to Claude Managed Agents. Run autonomous AI agents via API — any model, any cloud, open source. Built on [OpenClaw](https://github.com/openclaw/openclaw), the most popular open-source AI agent framework. ## Demo <video src="https://github.com/user-attachments/assets/84a2e1b1-ef6a-4f20-8cbe-4dc36a6c8b77" controls></video> ## What this is **The name says it:** `openclaw-managed-agents` = **OpenClaw** (the agent runtime — multi-provider, 53 built-in skills, MCP-native, Pi's durable JSONL event log) + **Managed Agents** (the four-primitive API shape — Agent / Environment / Session / Event — that Claude Managed Agents made standard). You POST an Agent (model + system prompt + tools + MCP servers), open a Session against it, send Events, stream back Events. Under the hood: one isolated Docker container per active session running OpenClaw, SQLite for orchestrator metadata, SSE for streaming, WebSocket control plane for cancel / model-override / tool-confirmation. Session state is durable even if the live container is la
话题
暂无话题