bash git clone https://github.com/HKUDS/OpenHarness.git cd OpenHarness uv sync --extra dev bash Anthropic (default) export ANTHROPIC API KEY=$ANTHROPIC API KEY Moonshot / Kimi (Anthropic-compatible) export ANTHROPIC BASE URL=https://api.moonshot.cn/anthropic export ANTHROPIC API KEY=$MOONSHOT API KEY export ANTHROPIC MODEL=kimi-k2.5 Vertex-compatible gateway export ANTHROPIC BASE URL=https://your-vertex-gateway/anthropic export ANTHROPIC API KEY=$GCP API KEY Bedrock-compatible gateway export ANTHROPIC BASE URL=https://your-bedrock-gateway export ANTHROPIC API KEY=$AWS API KEY bash oh # launch…