ruview-rvagent

Integrate rvAgent with RVF for RuView agentic flows and BFLD event handling.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Ivanblancoinusual-2106/ruview-3D --skill ruview-rvagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ruview-rvagent
Source: https://github.com/Ivanblancoinusual-2106/ruview-3D/tree/main/RuView-main/plugins/ruview/skills/ruview-rvagent
Command: npx skills add https://github.com/Ivanblancoinusual-2106/ruview-3D --skill ruview-rvagent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit integrates rvAgent with RVF, enabling agentic flows in RuView for cross-cog coordination, live event processing, and persistent state management.

Core Features & Use Cases

  • Cross-Cog Coordination: Facilitates communication between different cognitive processes.
  • Live Event Processing: Handles real-time BFLD / pose / vitals events.
  • Persistent State Management: Stores agent state alongside sensing data in RVF containers.
  • Use Case: For a scenario where an agent needs to react to BFLD presence in a kitchen and page a carer, or when coordinating between different cognitive processes for event synthesis.

Quick Start

Install the plugin and use the @ruvnet/rvagent tools to interact with RVF and rvAgent, adjusting the sensing-server URL via the RVAGENT_SENSING_URL environment variable.

Frequently Asked Questions about ruview-rvagent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable cross-cog coordination for real-time event processing in RuView?

Cross-cog coordination in RuView is enabled by integrating rvAgent with RVF, allowing different cognitive processes to communicate and synthesize live events. This facilitates seamless communication and event synthesis across multiple agent components.

Can I use rvAgent with RVF for persistent agent state management?

Yes, rvAgent integrates with RVF to provide persistent agent state management by storing agent state alongside sensing data in RVF containers. This ensures state continuity across different cognitive processes and live event cycles.

What do I need to set up before integrating rvAgent with RVF for agentic flows?

Before integrating rvAgent with RVF for agentic flows, you need both rvAgent and RVF properly set up in your environment. You must also configure the sensing-server URL via the RVAGENT_SENSING_URL environment variable.

How does cross-cog coordination work when reacting to BFLD presence events?

Cross-cog coordination works by facilitating communication between different cognitive processes to react to BFLD presence events, such as paging a carer when presence is detected in a kitchen. The rvAgent and RVF integration handles the real-time event synthesis and agent response.

Are there limitations when using rvAgent for real-time BFLD and vitals event processing?

The rvAgent and RVF integration requires proper setup of both systems and correct configuration of the RVAGENT_SENSING_URL environment variable to function. Without a properly configured sensing server, live BFLD and vitals event processing will not execute correctly.