File size: 1,319 Bytes
a8ab5ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: cli-bench
version: "1.0"
description: |
  CLI-Bench evaluates AI agents on their ability to use command-line tools
  to accomplish real-world tasks across developer platforms and services.
  Tasks span single-tool operations, multi-tool orchestration, and complex
  workflows involving fictional CLIs.

task_count: 40
difficulty_distribution:
  easy: 20
  medium: 10
  hard: 10

categories:
  - devops
  - project_mgmt
  - communication
  - data_ops
  - custom_cli
  - composite

tools:
  real_world:
    - gh          # GitHub CLI
    - slack       # Slack CLI
    - linear      # Linear CLI
    - notion      # Notion CLI
    - google      # Google Workspace (Gmail, Calendar, Drive)
    - jira        # Jira CLI
    - microsoft   # Microsoft 365
  fictional:
    - kforge      # Artifact/deployment management
    - flowctl     # Workflow/approval engine
    - meshctl     # Service mesh control
    - datapipe    # ETL pipeline builder
    - alertmgr    # Alert/incident management

scoring:
  dimensions:
    outcome: "Did the agent achieve the desired end state?"
    efficiency: "Did the agent use a reasonable number of commands?"
    recovery: "Did the agent handle errors or unexpected states gracefully?"
  default_weights:
    outcome: 0.6
    efficiency: 0.2
    recovery: 0.2

created: "2026-03-12"