litellm/docs/my-website/docs/projects/Harbor.md
Cesar Garcia 86350fe6d7
docs: add Google ADK and Harbor to projects (#17352)
Both frameworks integrate with LiteLLM:
- Google ADK uses LiteLLM for model-agnostic agent building
- Harbor uses LiteLLM for agent evaluation across providers
2025-12-02 22:27:04 -08:00

771 B

Harbor

Harbor is a framework from the creators of Terminal-Bench for evaluating and optimizing agents and language models. It uses LiteLLM to call 100+ LLM providers.

# Install
pip install harbor

# Run a benchmark with any LiteLLM-supported model
harbor run --dataset terminal-bench@2.0 \
   --agent claude-code \
   --model anthropic/claude-opus-4-1 \
   --n-concurrent 4

Key features:

  • Evaluate agents like Claude Code, OpenHands, Codex CLI

  • Build and share benchmarks and environments

  • Run experiments in parallel across cloud providers (Daytona, Modal)

  • Generate rollouts for RL optimization

  • GitHub

  • Documentation