Skip to main content
Use this cookbook to verify that AgentCompass, Docker execution, your local GLM-5.2 endpoint, and result writing work before running larger benchmarks.

Prerequisites

  • AgentCompass is installed from the repository root.
  • MODEL_BASE_URL points to a local OpenAI-compatible GLM-5.2 endpoint, such as http://localhost:8000/v1.
  • MODEL_API_KEY is exported. Use a real key if your local endpoint requires one, or EMPTY for local servers that ignore API keys.
  • Docker is installed, the daemon is running, and the host can pull SWE-bench task images.
  • SWE-bench and mini-SWE-agent dependencies are installed:

Command

What This Does

Expected Outputs

Results are written to results/swebench_verified/glm-5.2/<timestamp>/.

Common Adjustments