Skip to main content
AgentCompass passes model connection settings with each run. It does not require a global model registry or LLM gateway for the direct runtime.

Environment Variables

Use shell variable names with underscores:
Do not use names like model-base-url; hyphens are not valid shell variable identifiers. Replace EMPTY with the real key if your local GLM-5.2 endpoint enforces authentication.

OpenAI-Compatible Chat Endpoint

Supported Protocols

Check the live list with:
Current protocol ids are documented in Supported Components. Harnesses choose a compatible protocol from the model spec.

Judge Model Parameters

Benchmarks that use LLM-as-judge scoring receive the judge model through --benchmark-params.

Common Failures