File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.37.0 (2026-03-16)
5+
6+ ### Features
7+
8+ - Register HttpAgent in CLI with --agent http --agent-endpoint
9+ ([ #119 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/119 ) ,
10+ [ ` 2a64639 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/2a64639d375c43db1d5a67c744b4fca91a31f4d7 ) )
11+
12+ Adds ` http ` as a valid agent type across all three CLI subcommands (mock, run, live). Requires
13+ ` --agent-endpoint <URL> ` when used.
14+
15+ Usage: openadapt-evals run --agent http --agent-endpoint http://gpu-box:8080 openadapt-evals live
16+ --agent http --agent-endpoint http://gpu-box:8080
17+
18+ Co-authored-by: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
19+
20+
421## v0.36.0 (2026-03-16)
522
623### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.36 .0"
7+ version = " 0.37 .0"
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments