New task

Configure an agent task and launch parallel runs.

Each agent runs in an isolated microVM

Network access

Allow agents to reach external APIs

Run tests

Execute test suite after each agent run

What will happen

Create 5 isolated microVMs

Each VM gets 2 vCPU, 4GB RAM, and a fresh filesystem snapshot.

Clone repo

Shallow clone with full git history available.

Run agents in parallel

Agents explore different strategies independently. No shared state between VMs.

Collect patches

Git diffs are captured and signed after each run.

Compare outputs

Rank by test pass rate, diff size, and agent confidence.

Security

All VMs are isolated with no shared kernel namespaces. Secrets are injected at boot and never persisted to disk. Network egress is logged and optionally restricted to an allow-list.