Sign inSign up

docker/hsp:codex-kit-latest

Manifest digest

sha256:bd2280a163340ed95932ee024e17ceeadd181b4d246eee7fcc5e4398cb3258a2

Last pushed

12 days by docker

Type

Sandbox Kit

Manifest digest

sha256:bd2280a163340ed95932ee024e17ceeadd181b4d246eee7fcc5e4398cb3258a2

SANDBOX KIT
REQUIRES SECRETS

HSP-capable variant of the built-in `codex` sandbox kit -- the same `codex` CLI, plus a wrapper entrypoint and sidecar shim (this repo's `codex/`) that expose the Harness Steering Protocol (hsp/1) by attaching to Codex's own `app-server` as a second JSON-RPC client and steering the live thread the human TUI is on. Built to test/demo the Agentic Platform's custom-kit-only HSP capability (APT-1382). Everything below this point through the `agentInstructions` block is copied verbatim from the built-in `codex` kit spec (docker/sandboxes, sandboxlib/agentkits/agents/codex/spec.yaml) -- see this repo's codex/README.md ("Codex CLI adapter and sandbox kit: codex-hsp-kit"), for the diff summary; the only changes are this description, `sandbox.image`, and `sandbox.entrypoint`.


Credentials
NameServiceRequiredDescription
OPENAI_API_KEYopenaiOptional

Network Egress

api.openai.com:443

openai.com:443

auth.openai.com:443

chatgpt.com:443

files.openai.com:443

registry.npmjs.org:443

api.github.com:443

github.com:443

codeload.github.com:443

archive.ubuntu.com:80

security.ubuntu.com:80

ports.ubuntu.com:80

download.docker.com:443

Run in a Sandbox

sbx run docker.io/docker/hsp:codex-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