One-click install
npx skills add https://github.com/karanchawla/vvm --skill vvm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vvm
Source: https://github.com/karanchawla/vvm/tree/main/skills/vvm
Command: npx skills add https://github.com/karanchawla/vvm --skill vvm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

VVM enables orchestrating complex AI workflows by letting the LLM act as the runtime, coordinating multiple agents with semantic control flow and memory persistence.

Core Features & Use Cases

  • Actor-aware orchestration: semantic predicates, pattern matching, and explicit memory patches to guide decisions.
  • Memory-backed execution: digest and ledger memory with patch channels, providing continuity across runs while keeping prompts bounded.
  • Portability: runtime-agnostic design that works across in-context and filesystem state modes for debugging and auditing.

Quick Start

Run a minimal VVM program to observe memory patches emitted and the resulting outputs.

Frequently Asked Questions about vvm

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

FAQPage Schema
How do I run LLM-powered agent workflows with memory persistence?

You can run LLM-powered agent workflows with memory persistence by using the LLM as a runtime to execute structured programs. This approach supports memory-backed prompts, semantic control flow, and deterministic parallelism for robust multi-agent coordination.

What is the best way to coordinate multi-agent workflows using an LLM runtime?

The best way to coordinate multi-agent workflows using an LLM runtime is through actor-aware orchestration. This method utilizes semantic predicates, pattern matching, and explicit memory patches to guide agent decisions and ensure continuity across runs.

How does patch-based memory work in multi-agent LLM execution?

Patch-based memory in multi-agent LLM execution works by enforcing structured updates through memory patches. It uses digest and ledger memory with patch channels to provide continuity across runs while keeping prompts bounded.

Can I audit and debug LLM agent workflows using a filesystem state mode?

Yes, you can audit and debug LLM agent workflows using an optional filesystem state mode. This runtime-agnostic design works across in-context and filesystem states, providing portability and auditability for your multi-agent execution.

What are the limitations of using semantic control flow for agent orchestration?

A limitation of using semantic control flow for agent orchestration is that it requires patch-based memory updates to function correctly. Users must manage memory_mode variants like continue, dry_run, or fresh to ensure deterministic parallelism and avoid unexpected state overwrites.