Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Ruflo Agent

Plugin Verifiziert Aktiv
Teil von:Ruflo

Agent runtimes for ruflo — local WASM-sandboxed agents (rvagent: 10 wasm_agent_*/wasm_gallery_* MCP tools, built on @ruvector/rvagent-wasm + @ruvector/ruvllm-wasm per ADR-070) plus Anthropic Claude Managed Agents as a cloud backend (managed_agent_* MCP tools per ADR-115). One interface, local-vs-cloud runtimes.

3 Skills 0 MCPs
Zweck

To offer a unified interface for developers to interact with both local, sandboxed WASM agents and cloud-hosted managed agents, providing flexibility and choice for different agent workloads.

Funktionen

  • Unified interface for local WASM and cloud managed agents
  • Local WASM agents for sandboxed, untrusted code execution
  • Cloud managed agents for long-running, network-enabled tasks
  • Tooling for agent lifecycle management (create, prompt, terminate)
  • Agent gallery for sharing and discovering WASM agents

Anwendungsfälle

  • Running untrusted code safely in a WASM sandbox
  • Developing and testing agent configurations locally
  • Executing long-running or asynchronous tasks in a cloud container
  • Managing agent sessions, transcripts, and resources in the cloud
  • Sharing and discovering WASM agents within a community gallery

Nicht-Ziele

  • Providing a direct interface to underlying WASM VMs or cloud infrastructure APIs
  • Managing agent lifecycles outside of the provided toolkits
  • Enabling direct file system access for WASM agents beyond their sandbox
  • Replacing the need for API keys or cloud beta access for managed agents

Voraussetzungen

  • ANTHROPIC_API_KEY or CLAUDE_API_KEY with Claude Managed Agents beta access (for cloud runtime)
  • WASM runtime dependencies (for local WASM runtime)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-agent@ruflo

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen