Run Harbor Framework evaluations in Hypeman sandboxes.
uv tool install harbor --with harbor-hypemanSet the Hypeman credentials used by the generated Python SDK:
export HYPEMAN_API_KEY=...
export HYPEMAN_BASE_URL=https://hypeman.example.comHYPEMAN_BASE_URL is optional when Hypeman is available at the SDK default, http://localhost:4973.
Pass the third-party environment import path to Harbor:
harbor run \
--dataset terminal-bench@2.0 \
--agent codex \
--model openai/gpt-5.6 \
--env harbor_hypeman:HypemanEnvironmentThe backend supports task environments defined by either:
[environment].docker_imageintask.tomlenvironment/Dockerfile
CPU, memory, and storage values map to Hypeman vCPUs, base memory, and writable overlay size. Harbor public and no-network modes map to attached and detached Hypeman networking.
- Dockerfile builds are cached by Harbor environment content hash and rebuilt with
--force-build. - Commands execute once through Hypeman's WebSocket API; transport failures after dispatch are not retried.
- Hypeman currently returns merged stdout/stderr. Harbor receives that output as
stdoutandstderr=None. - Uploads and downloads use Hypeman's archive-aware WebSocket copy API.
stop(delete=False)stops and preserves the instance;stop(delete=True)deletes it.
- Docker Compose or sidecar services
- network allowlists or runtime network-policy changes
- GPUs, TPUs, and Windows containers
- interactive
harbor ... --attach