Skip to content

UAAL

Universal Autonomous Agent Language VM for stack-based bytecode execution.

Overview

@holoscript/uaal is the execution engine for the uAA2++ protocol and related agent workflows, designed to run cognitive cycles in a deterministic virtual-machine style environment.

Installation

bash
npm install @holoscript/uaal

Use When

  • You need a VM for autonomous agent execution.
  • You want protocol-driven cognitive cycles separated from scene runtime code.
  • You are building agent systems that need bytecode-style execution.

Key Capabilities

  • Stack-based virtual machine for agent logic.
  • Foundation for uAA2++ protocol execution.
  • Designed to pair with scene runtimes through bridge packages.

See Also

Released under the MIT License.