{"id":35747446,"url":"https://github.com/voratiq/voratiq","last_synced_at":"2026-04-05T23:10:21.939Z","repository":{"id":328220830,"uuid":"1113806091","full_name":"voratiq/voratiq","owner":"voratiq","description":"Agent ensembles to design, generate, and select the best code for every task.","archived":false,"fork":false,"pushed_at":"2026-03-11T02:47:06.000Z","size":1938,"stargazers_count":59,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-11T08:18:23.311Z","etag":null,"topics":["agents","ai","cli","code-generation","evals","multi-agent","orchestration-framework","sandboxing","spec-driven-development"],"latest_commit_sha":null,"homepage":"https://voratiq.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voratiq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-10T13:44:07.000Z","updated_at":"2026-03-11T02:47:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/voratiq/voratiq","commit_stats":null,"previous_names":["voratiq/voratiq"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/voratiq/voratiq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voratiq%2Fvoratiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voratiq%2Fvoratiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voratiq%2Fvoratiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voratiq%2Fvoratiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voratiq","download_url":"https://codeload.github.com/voratiq/voratiq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voratiq%2Fvoratiq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30455006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"online","status_checked_at":"2026-03-13T02:00:07.565Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","cli","code-generation","evals","multi-agent","orchestration-framework","sandboxing","spec-driven-development"],"created_at":"2026-01-06T18:15:45.999Z","updated_at":"2026-04-05T23:10:21.934Z","avatar_url":"https://github.com/voratiq.png","language":"TypeScript","readme":"# Voratiq\n\nAgent ensembles to design, generate, and select the best code for every task.\n\n![`voratiq auto --spec .voratiq/spec/categorical-performance-by-taxonomy.md`](https://raw.githubusercontent.com/voratiq/voratiq/main/assets/run-demo.png)\n\nNo single model wins every task. Run several, keep the best result. [Here's why that works](https://voratiq.com/blog/selection-rather-than-prediction/).\n\n## Installation\n\nInstall via npm:\n\n```bash\nnpm install -g voratiq\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eRequirements\u003c/summary\u003e\n\n- Node 20+\n- git\n- 1+ AI coding agent (Claude [\u003e=2.1.63](https://github.com/anthropics/claude-code?tab=readme-ov-file#get-started), Codex [\u003e=0.107.0](https://github.com/openai/codex?tab=readme-ov-file#quickstart), or Gemini [\u003e=0.31.0](https://github.com/google-gemini/gemini-cli?tab=readme-ov-file#quick-install))\n- macOS: `ripgrep`\n- Linux (Debian/Ubuntu): `bubblewrap`, `socat`, `ripgrep`\n\nSee the [sandbox runtime docs](https://github.com/anthropic-experimental/sandbox-runtime/blob/1bafa66a2c3ebc52569fc0c1a868e85e778f66a0/README.md#platform-specific-dependencies) for guidance on the platform-specific dependencies.\n\nWindows is not currently supported.\n\n\u003c/details\u003e\n\n## Quick Start\n\nGet started with a single command:\n\n```bash\nvoratiq\n```\n\nThis drops you into an interactive session with an agent of your choice.\n\nThat agent gets access to Voratiq tools for orchestration and verification.\n\nDescribe what you want built, and the agent can use those tools to:\n\n- turn your request into a structured execution plan\n- delegate work to a custom-designed swarm or a multi-stage workflow\n- verify outputs and compare alternatives before choosing what to keep\n- track outcomes across runs to learn which agents and workflows work best\n\nYou keep the native interactive workflow, with more execution depth and control.\n\n## Documentation\n\nStart here:\n\n- [Tutorial](https://github.com/voratiq/voratiq/blob/main/docs/tutorial.md) - End-to-end walkthrough\n- [CLI Reference](https://github.com/voratiq/voratiq/blob/main/docs/cli-reference.md) - Commands and options\n- [Core Concepts](https://github.com/voratiq/voratiq/blob/main/docs/core-concepts.md) - Workflow model and design rationale\n\nConfiguration:\n\n- [Agents](https://github.com/voratiq/voratiq/blob/main/docs/configs/agents.md) - Agent catalog and invocation details\n- [Orchestration](https://github.com/voratiq/voratiq/blob/main/docs/configs/orchestration.md) - Which agents run at each stage\n- [Verification](https://github.com/voratiq/voratiq/blob/main/docs/configs/verification.md) - How agent outputs are checked and scored before selection\n- [Environment](https://github.com/voratiq/voratiq/blob/main/docs/configs/environment.md) - Runtime dependencies for agents\n- [Sandbox](https://github.com/voratiq/voratiq/blob/main/docs/configs/sandbox.md) - Network and filesystem restrictions\n\n## License\n\nVoratiq is available under the [MIT License](https://github.com/voratiq/voratiq/blob/main/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoratiq%2Fvoratiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoratiq%2Fvoratiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoratiq%2Fvoratiq/lists"}