Anthropic Claude Managed Agents (cloud runtime) — list cloud sessions, check status, fetch a transcript, clean up
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-ruflo-a61a0634054d ,按照其中的说明把「managed-agent」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Manage Claude Managed Agent sessions (the cloud agent runtime; the local WASM runtime is the /wasm command).
mcp__plugin_ruflo-core_ruflo__managed_agent_list to show every Managed Agent session on this org (id, status, title) — note which are still running (i.e. still billing).mcp__plugin_ruflo-core_ruflo__managed_agent_status { sessionId } (idle/running/error) and mcp__plugin_ruflo-core_ruflo__managed_agent_events { sessionId } (full transcript + a summary: assistantText, toolUses).mcp__plugin_ruflo-core_ruflo__managed_agent_create then mcp__plugin_ruflo-core_ruflo__managed_agent_prompt (see the managed-agent skill for the full flow + the cost/cleanup notes).mcp__plugin_ruflo-core_ruflo__managed_agent_terminate { sessionId, environmentId? } — a cloud session bills until deleted.If managed_agent_* returns "needs ANTHROPIC_API_KEY" → no key/beta access; use the local /wasm runtime instead.