跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Ruflo Agent

插件 已验证 活跃
属于: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 个 Skill 0 个 MCP
目的

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.

功能

  • 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

使用场景

  • 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

非目标

  • 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

先决条件

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

安装

请先添加 Marketplace

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

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码