{"id":35747446,"url":"https://github.com/voratiq/voratiq","last_synced_at":"2026-04-21T06:12:00.682Z","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-21T06:12:00.674Z","avatar_url":"https://github.com/voratiq.png","language":"TypeScript","funding_links":[],"categories":["Adjacent agent systems and specialized experiments"],"sub_categories":["Multiplatform"],"readme":"# Voratiq\n\nRun workflows, delegate to swarms, and verify outputs before you apply them.\n\nVoratiq provides composable operators for structured multi-agent workflows, with durable artifacts and session history that keep each step inspectable as work unfolds.\n\n## Installation\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.111](https://github.com/anthropics/claude-code?tab=readme-ov-file#get-started), Codex [\u003e=0.122.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 platform-specific dependencies.\n\nWindows is not currently supported.\n\n\u003c/details\u003e\n\n## Quick Start\n\nFrom a git repo root, run:\n\n```bash\nvoratiq\n```\n\nThat opens an interactive agent session with access to Voratiq's operators.\n\nFrom there, the agent can:\n\n- run multi-step workflows with explicit stages\n- delegate work to swarms of agents\n- verify outputs before applying them\n- use different workflow architectures for different tasks\n- inspect session history and artifacts\n\nFor more information, see the [getting started](https://github.com/voratiq/voratiq/blob/main/docs/getting-started.md) guide.\n\n## Documentation\n\nStart here:\n\n- [Getting Started](https://github.com/voratiq/voratiq/blob/main/docs/getting-started.md) - Which workflow to use and how to run it\n- [How It Works](https://github.com/voratiq/voratiq/blob/main/docs/how-it-works.md) - Operators, verification, and artifacts\n- [CLI Reference](https://github.com/voratiq/voratiq/blob/main/docs/cli-reference.md) - Commands and options\n- [Troubleshooting](https://github.com/voratiq/voratiq/blob/main/docs/troubleshooting.md) - Common setup and runtime issues\n\nConfiguration:\n\n- [Agents](https://github.com/voratiq/voratiq/blob/main/docs/configs/agents.md) - Agent catalog and invocation details\n- [Environment](https://github.com/voratiq/voratiq/blob/main/docs/configs/environment.md) - Runtime dependencies for agent execution\n- [Sandbox](https://github.com/voratiq/voratiq/blob/main/docs/configs/sandbox.md) - Network and filesystem restrictions\n- [Orchestration](https://github.com/voratiq/voratiq/blob/main/docs/configs/orchestration.md) - Which agents participate at each workflow stage\n- [Verification](https://github.com/voratiq/voratiq/blob/main/docs/configs/verification.md) - How verification is configured across stages\n\n## License\n\nVoratiq is available under the [MIT License](https://github.com/voratiq/voratiq/blob/main/LICENSE).\n","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"}