karanchawlakaranchawlaCommunityยท1 Agent Skills Included

vvm

Write and run multi-agent workflows in one language

Defines and executes multi-step agent workflows in a single readable language with explicit agent calls, semantic branching, and parallel execution. Removes the need to hand-wire prompts, retries, and state handling across scattered scripts. Includes validation, run inspection, and pluggable state backends so long workflows stay debuggable and reliable.
npx skills add karanchawla/vvm --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install VVM?โ–ผ

Run `npx skills add karanchawla/vvm --all -g -y` in your terminal to install the VVM skill globally.

What is VVM used for?โ–ผ

VVM is a small language for writing agentic workflows where the language model acts as the runtime, letting you define agents, control flow, and parallel execution in one file.

How do I run a VVM workflow?โ–ผ

Use /vvm-compile to validate a .vvm file, then /vvm-run to execute it, with optional state backends like filesystem, SQLite, or Postgres for long runs.

Can VVM run tasks in parallel?โ–ผ

Yes. VVM supports explicit parallelism through pmap and parallel blocks, so independent agent calls run concurrently instead of sequentially.

Do I need coding experience to use VVM?โ–ผ

Basic familiarity helps, but /vvm-generate can turn a plain-English description into a working VVM program, and the syntax is intentionally minimal.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’