Skip to main content
Some evaluations delegate the agent loop to an external service. In the current runtime this is a harness-level pattern: the terminus2 harness can talk to a remote agent service through an endpoint parameter, while AgentCompass still owns task preparation, result normalization, summaries, and analysis.

Prerequisites

  • The external agent service is running and reachable.
  • The harness accepts a service endpoint. For terminus2, pass it through --harness-params or set harnesses.terminus2.endpoint in the config.
  • Model endpoint variables are exported.

Command Pattern

The endpoint can also be set once in config/defaults.yaml under harnesses.terminus2.endpoint; service_url and url are accepted as aliases.

What To Verify