VM Bridge
Bridge between Holo VM scene execution and UAAL cognitive agent cycles.
Overview
@holoscript/vm-bridge connects the scene-oriented virtual machine layer with the agent-oriented UAAL layer so autonomous systems can perceive and mutate spatial worlds in real time.
Installation
bash
npm install @holoscript/vm-bridgeUse When
- Agents need direct access to live scene state.
- You want to connect cognitive cycles to spatial execution.
- You are building autonomous systems that reason about and modify worlds.
Key Capabilities
- Coordination layer between scene and agent VMs.
- Enables live perception and mutation loops.
- Useful for advanced autonomous world behaviors.