Skip to main content

Overview

Benchmarks let you systematically evaluate your agent against a suite of tests, tracking pass rates and comparing models.
Try it in Colab:
Pass Rates Annotated Pn

Built-in Evaluations

Slack Bench

Coverage:
  • Message sending (5 tests)
  • Channel operations (4 tests)
  • Reactions (3 tests)
  • Threading (4 tests)
  • User mentions (4 tests)

Linear Bench

Coverage:
  • Issue CRUD (12 tests)
  • Labels (6 tests)
  • Comments (5 tests)
  • Workflow states (8 tests)
  • Team operations (5 tests)
  • Projects (4 tests)
View evaluation suites files on GitHub: slack bench | linear bench

Running a Full Benchmark

HuggingFace Dataset

Linear Bench is available as a HuggingFace dataset for reproducible research and model comparisons:

Linear Bench Mini

40 agent evaluation tasks for Linear GraphQL API
The dataset includes:
  • 40 diverse agent tasks (issue CRUD, labels, comments, workflows)
  • Pre-defined assertions in JSON format
  • Seed template references
  • Tags for filtering (linear, graphql, agent-eval)

Next Steps

Creating Test Suites

Create your own test suites

Integrate with Agents

Connect your AI agent framework