Sign inSign up

olegselajev241/herdr-crew-kit:0.2.0

Manifest digest

sha256:9a6d16d8e9f9650cc7e4f42cca551b2cd6d6c86035c15861645a6822b94b1dc2

Last pushed

11 days by olegselajev241

Type

Sandbox Kit

Manifest digest

sha256:9a6d16d8e9f9650cc7e4f42cca551b2cd6d6c86035c15861645a6822b94b1dc2

SANDBOX KIT
REQUIRES SECRETS

Task sandbox running a nested Herdr server and a crew of coding agents (Claude Code, Codex, pi with Google models) in rotating roles: a sandboxed orchestrator that holds the goal, plus planner, implementer, and QC. The host only delivers goals and arbitrates resources.


Arguments
NameRequiredDefaultDescription
gemini_modelOptionalgemini-3.8-flash

Google model the pi role pins with --provider google --model

imageOptionaldocker.io/olegselajev241/herdr-crew:latest

Herdr crew template image (published, linux/arm64; for local builds pass herdr-crew:local after scripts/sbx/build-crew-template.sh)

rolesOptionalorchestrator=claude,planner=codex,implementer=claude,qc=pi

Role assignment for this task; the host rotates this per task and guarantees qc differs from implementer


Credentials
NameServiceRequiredDescription
ANTHROPIC_API_KEYanthropicOptional
OPENAI_API_KEYopenaiOptional
GEMINI_API_KEYgeminiRequired

Network Egress

api.anthropic.com

statsig.anthropic.com

api.openai.com

auth.openai.com

chatgpt.com

generativelanguage.googleapis.com

github.com

api.github.com

raw.githubusercontent.com

objects.githubusercontent.com

release-assets.githubusercontent.com

registry.npmjs.org

archive.ubuntu.com

security.ubuntu.com

ports.ubuntu.com

download.docker.com

Run in a Sandbox

sbx run docker.io/olegselajev241/herdr-crew-kit:0.2.0

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx