Skip to content

Commit fb745b6

Browse files
committed
Merge branch 'main' into feat/vlm-support
2 parents 01d2358 + 0036512 commit fb745b6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openpipe-art"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "The OpenPipe Agent Reinforcement Training (ART) library"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/art/trajectories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Trajectory(pydantic.BaseModel):
4343
additional_histories: list[History] = []
4444
reward: float
4545
metrics: dict[str, float | int | bool] = {}
46+
auto_metrics: dict[str, float | int | bool] = {}
4647
metadata: dict[str, MetadataValue] = {}
4748
logs: list[str] = []
4849
start_time: datetime = pydantic.Field(default_factory=datetime.now, exclude=True)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)