VOLY —
a flock of agents

Control plane for AI coding agents: multi-agent orchestration, a billing fallback chain, and cost control. Cheaper, more reliable, measurable.

GitHub
9+
model providers
6
executors
5
roles in the flock
$0
re-run on cache hit

Orchestration

A lead orchestrator splits the task into roles and assigns each a model and skills. Sub-agents run by dependencies.

Fallback

Billing fallback chain: claude-code → wrangler → zen. Out of credits — the task doesn't fail.

Telemetry

Tokens, cost, and cache hits for every run. Spend limits, cost policy, and a savings report.

Open source

Apache 2.0, Python 3.10+. Project-agnostic: the target project is passed via --cwd.

How a task flies

One entry point — CLI, Web UI, or CI. From there, the route depends on task complexity.

voly run "implement auth refactor" --cwd /path/to/project
complex · ≥2 capabilities

Multi-agent · A2A

The lead orchestrator assigns each role a model tier and skills. The flock flies by dependencies, passing results down the chain.

simple code task

Executor · fallback chain

claude-code Anthropic ✗ billing
wrangler Workers AI ✗ billing
zen free ✓ running

Out of billing — the next executor in the chain picks up the task. All three write files into --cwd.

AIGateway.chat() the only exit to models
DLP Cache Rate limit Spend limit Provider Telemetry

Executors

Who runs the task and what happens when billing runs out.

ExecutorWrites filesBillingIn the chain
claude-codeyesAnthropic1st
wrangleryesCF Workers AI2nd
zenyesfree3rd
cursoryesCursorstandalone
opencodeyesopencode.aistandalone
deepseek / mimono — text onlyAPIoutside the chain

Savings you can see

VOLY counts every token: caching, routing, and fallback turn into concrete numbers, not gut feelings.

voly savings
spent today $4.20 / $20.00 limit
cache hits 62% → saved $6.85
model routing premium → cheap: $3.10
task re-runs 8 tasks from cache: $0.00
total this week saved $41.70

* example output — numbers depend on your tasks

Quick start

A full control plane running locally in a couple of minutes. Requires Python 3.10+ and API keys in .env.

git clone https://github.com/voly-codes/voly.git && cd voly
python3 -m venv .venv && source .venv/bin/activate
pip install -e ".[ui,dev]"
voly init && voly ui
# then — the dashboard at localhost:7788

Higher together

Build, run, and scale your AI agents with VOLY.

Learn more