managed-agent

Installation
SKILL.md

Managed Agent (Anthropic cloud runtime)

ruflo-agent has two agent runtimes behind one mental model:

Runtime Tools Use it when
WASM (local, rvagent) wasm_agent_* / wasm_gallery_* fast, free, ephemeral, offline, untrusted code in a sandbox
Managed (Anthropic cloud) managed_agent_* (this skill) long-running / async work (minutes–hours), a real cloud container with pre-installed packages + network, persistent filesystem + transcript across turns

This skill drives the managed runtime — Anthropic's Claude Managed Agents (beta). The model: Agent (model + system + tools + MCP servers + skills) → Environment (container template) → Session (running instance) → Events (turns / tool-use / status, persisted server-side). See docs/adr/0001-wasm-contract.md and project ADR-115.

Prerequisites

  • ANTHROPIC_API_KEY (or CLAUDE_API_KEY) in the environment, with Claude Managed Agents beta access.
  • If absent, every managed_agent_* tool returns a structured "use wasm_agent_create for a local no-key runtime" error — fall back to the WASM skill.

Steps

Installs
256
Repository
ruvnet/ruflo
GitHub Stars
58.6K
First Seen
May 12, 2026
managed-agent — ruvnet/ruflo