vvm
Write and run multi-agent workflows in one language
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core