Run evals on Harbor tasks in the cloud.
Oddish extends Harbor with:
- Provider-aware queuing and automatic retries for LLM providers
- Real-time monitoring via dashboard or CLI
- Postgres-backed state and S3 storage for logs
Just replace harbor run with oddish run.
uv pip install oddishuv pip install "oddish @ git+https://github.com/abundant-ai/oddish.git#subdirectory=oddish"2. Generate an API key here
- API key generation is restricted during the beta. To request access, contact the maintainer.
export ODDISH_API_KEY="ok_..."# Run a single agent
oddish run -d terminal-bench@2.0 -a codex -m gpt-5.5 --n-trials 3# Or sweep multiple agents
oddish run -d terminal-bench@2.0 -c job.yamlExample job.yaml
oddish status