Skip to main content
Harbor is an agent-environment framework from the Laude Institute: agent orchestration and grading are unified in a single Trial.run() call, and a task is fully described by four files (instruction.md, Dockerfile, test.sh, task.toml), so mixed task suites — SWE-bench, Terminal-Bench, custom tasks — train through one endpoint. Miles integrates Harbor as an agent-function integration: the agent function hands each session’s OpenAI-compatible URL to Harbor, which runs the per-task sandbox, runs the agent against that URL, and grades the result; the grade becomes the sample’s reward through a custom reward hook.

Try it

Two execution modes; each example README is the complete guide for its mode: