Sign inSign up

olegselajev241/herdr-crew-kit:0.4.1

Manifest digest

sha256:2cffbcf27330683021b38d58f7ada5c33156407f736e3515369b18a72c9ae1a0

Last pushed

6 days by olegselajev241

Type

Sandbox Kit

Manifest digest

sha256:2cffbcf27330683021b38d58f7ada5c33156407f736e3515369b18a72c9ae1a0

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

claude.ai

console.anthropic.com

platform.claude.com

downloads.claude.ai

claude.com

code.claude.com

api.openai.com

openai.com

auth.openai.com

chatgpt.com

files.openai.com

codeload.github.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 herdr-crew --kit docker.io/olegselajev241/herdr-crew-kit:latest

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