Skip to content

Commit e8711c8

Browse files
author
semantic-release
committed
chore: release 0.37.0
1 parent 2a64639 commit e8711c8

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.36.0"
7+
version = "0.37.0"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)