sha256:8db2a3301930fa2427a3bd70c739bd2822df25539a13e5fc80237bc40b3afa7e
Last pushed
3 days by cdupuis
Type
Sandbox Kit
Manifest digest
sha256:8db2a3301930fa2427a3bd70c739bd2822df25539a13e5fc80237bc40b3afa7e
schemaVersion: "3"
displayName: Codex ACP
description: Runs the Codex ACP adapter inside a Codex sandbox over stdio.
version: 1.0.0
kind: mixin
requires:
- codex
capabilities:
- type: com.docker.sandbox/network-policy@1
config:
runtime:
allow:
- registry.npmjs.org
- api.github.com
- gist.github.com
- github.com
- raw.githubusercontent.com
- type: com.docker.sandbox/lifecycle@1
config:
files:
- content: |
#!/bin/bash
set -e
if [ -z "$CODEX_PATH" ]; then
export CODEX_PATH=codex
fi
exec npx -y @agentclientprotocol/[email protected] "$@"
description: Launch the Codex ACP adapter with the sandboxed Codex binary.
mode: "0755"
path: /home/agent/.local/bin/codex-acp
- type: com.docker.sandbox/agent-context@1
config:
contentFile: /usr/share/sandbox/kit/codex-acp/codex-acp-context.md