voratiq

voratiq

Run coding agents against each other. Merge the winner.

Stars: 54

Visit
 screenshot

Voratiq is a tool that allows users to run coding agents against each other and merge the winner. It enables users to select the best model for specific tasks, leading to higher quality code. Users can initialize a workspace, generate specs, run agent ensembles, review results, apply solutions, and clean up workspace. Voratiq positions users as architects and reviewers, shifting implementation onto an ensemble of agents. Each run is local, configurable, inspectable, and auditable, providing a detailed and structured approach to code quality improvement.

README:

Voratiq

Run coding agents against each other. Merge the winner.

voratiq run --spec .voratiq/specs/standardize-docker-test-scripts.md

Why? Because no single model is best for every task. We use selection because it leads to higher quality code.

Installation

Install via npm:

npm install -g voratiq

Requirements

  • Node 20+
  • git
  • 1+ AI coding agent (Claude >=2.0.55, Codex >=0.66.0, or Gemini >=0.19.4)
  • macOS: ripgrep
  • Linux (Debian/Ubuntu): bubblewrap, socat, ripgrep

See the sandbox runtime docs for guidance on the platform-specific dependencies.

Windows is not currently supported.

Quick Start

# Initialize workspace
voratiq init --yes

# Generate a spec
voratiq spec \
  --description "add dark mode toggle with localStorage persistence" \
  --agent <agent-id>

# Run agent ensemble against that spec
voratiq run --spec .voratiq/specs/add-dark-mode-toggle.md

# Review results
voratiq review --run <run-id> --agent <agent-id>

# Apply the best solution
voratiq apply --run <run-id> --agent <agent-id>

# Clean up workspace
voratiq prune --run <run-id>

For a detailed walkthrough, see the tutorial.

How It Works

Voratiq positions you as the architect and reviewer, and shifts implementation onto an ensemble of agents.

In practice, the same spec goes to all agents, evals run automatically, and you pick the winner.

Voratiq workflow

Every run (diffs, logs, eval results, and agent summaries) is local, configurable, inspectable, and fully auditable.

Documentation

Learn about the Voratiq workflow and CLI:

How to configure agents, evaluations, and execution environments:

  • Agents - Define which agents run and how to invoke them
  • Environment - Configure runtime environments
  • Evals - Define checks that gate agent output
  • Sandbox - Network and filesystem restrictions

License

Voratiq is available under the MIT License.

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for voratiq

Similar Open Source Tools

For similar tasks

For similar jobs