Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
demesne-mcp
command
|
|
|
demesne-sidecar
command
demesne-sidecar runs the demesne-managed vendor proxy inside a per-sandbox sidecar container.
|
demesne-sidecar runs the demesne-managed vendor proxy inside a per-sandbox sidecar container. |
|
internal
|
|
|
agents
Package agents defines the vendor-neutral provider abstraction used by sandbox_agent.
|
Package agents defines the vendor-neutral provider abstraction used by sandbox_agent. |
|
egress
Package egress defines the shared egress-mode vocabulary used by both the sandbox and agents packages without creating an import cycle.
|
Package egress defines the shared egress-mode vocabulary used by both the sandbox and agents packages without creating an import cycle. |
|
mcpproxy
Package mcpproxy implements the host-side MCP aggregator: it reads the user's Claude Code and Codex MCP configs, spawns the configured stdio MCP server subprocesses lazily on demand, and serves a per-upstream Streamable HTTP MCP endpoint on host loopback.
|
Package mcpproxy implements the host-side MCP aggregator: it reads the user's Claude Code and Codex MCP configs, spawns the configured stdio MCP server subprocesses lazily on demand, and serves a per-upstream Streamable HTTP MCP endpoint on host loopback. |
|
proxies
Package proxies defines the registry of host-side proxies that the per-sandbox sidecar runs.
|
Package proxies defines the registry of host-side proxies that the per-sandbox sidecar runs. |
|
proxies/goproxy
Package goproxy implements the per-sandbox Go module proxy.
|
Package goproxy implements the per-sandbox Go module proxy. |
|
proxies/mcp
Package mcp implements the per-sandbox sidecar's MCP tunnel.
|
Package mcp implements the per-sandbox sidecar's MCP tunnel. |
|
sandbox
Package sandbox — job lifecycle core.
|
Package sandbox — job lifecycle core. |
|
sandbox/browserimage
Package browserimage builds the demesne-owned `browser` sandbox image: the upstream mcr.microsoft.com/playwright base ships version-matched browser binaries and Node but not the `playwright` JS package, so the embedded Dockerfile adds it via `npm install -g playwright@1.60.0` and sets NODE_PATH so CommonJS `require('playwright')` resolves from any cwd (including the read-only /in mount).
|
Package browserimage builds the demesne-owned `browser` sandbox image: the upstream mcr.microsoft.com/playwright base ships version-matched browser binaries and Node but not the `playwright` JS package, so the embedded Dockerfile adds it via `npm install -g playwright@1.60.0` and sets NODE_PATH so CommonJS `require('playwright')` resolves from any cwd (including the read-only /in mount). |
|
sandbox/mediaimage
Package mediaimage builds the demesne-owned `media` sandbox image: FROM ubuntu:24.04 carrying a broad media toolbox — ffmpeg + ImageMagick + libvips + audio tooling (sox/lame/flac/opus-tools), plus mediainfo/exiftool/jpegoptim/pngquant/optipng/etc.
|
Package mediaimage builds the demesne-owned `media` sandbox image: FROM ubuntu:24.04 carrying a broad media toolbox — ffmpeg + ImageMagick + libvips + audio tooling (sox/lame/flac/opus-tools), plus mediainfo/exiftool/jpegoptim/pngquant/optipng/etc. |
Click to show internal directories.
Click to hide internal directories.