hud-python 0.2.9__py3-none-any.whl → 0.2.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hud-python might be problematic. Click here for more details.
- hud/env/environment.py +3 -1
- hud/utils/tests/test_version.py +1 -1
- hud/version.py +1 -1
- {hud_python-0.2.9.dist-info → hud_python-0.2.10.dist-info}/METADATA +1 -1
- {hud_python-0.2.9.dist-info → hud_python-0.2.10.dist-info}/RECORD +7 -7
- {hud_python-0.2.9.dist-info → hud_python-0.2.10.dist-info}/WHEEL +0 -0
- {hud_python-0.2.9.dist-info → hud_python-0.2.10.dist-info}/licenses/LICENSE +0 -0
hud/env/environment.py
CHANGED
|
@@ -194,7 +194,9 @@ class Environment(BaseModel):
|
|
|
194
194
|
|
|
195
195
|
observation = Observation.model_validate(result["observation"], strict=True)
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
info = result.get("info", {})
|
|
198
|
+
|
|
199
|
+
return observation, 0, False, info
|
|
198
200
|
|
|
199
201
|
def _maybe_store_response(self, actions: list[CLA]) -> bool:
|
|
200
202
|
"""Store the final response into the environment.
|
hud/utils/tests/test_version.py
CHANGED
hud/version.py
CHANGED
|
@@ -7,7 +7,7 @@ hud/task.py,sha256=vDcjKUo8la0AUTP7mwMc2nYwe0tkbnrWwM9-Kvf3Ugg,8773
|
|
|
7
7
|
hud/taskset.py,sha256=9IRwHeAdsk_IEibayM-hElE3gTp0mgmi-huN67h9-tc,7019
|
|
8
8
|
hud/trajectory.py,sha256=ctAwrGIkdULr4xI6G-1Dp2fhDol4o_PmnPcqTzAEIUc,3797
|
|
9
9
|
hud/types.py,sha256=xqrBb4rPKVkoLVwnyGk4PUrVKayCjKcUD_--n4OrxIM,2954
|
|
10
|
-
hud/version.py,sha256=
|
|
10
|
+
hud/version.py,sha256=YhtAhomBvDAwgkjwAgLcLu1MtMuTg6PaYr0RKB3ROcI,105
|
|
11
11
|
hud/adapters/__init__.py,sha256=zz24KdC_e9TJPgWo6y57_8SzevEE5ak4Cm6tXzMxwRk,266
|
|
12
12
|
hud/adapters/claude/__init__.py,sha256=i7QEF-29FLb9qxp1eYtXs-adIk_tG54tL-9g6d3xodk,100
|
|
13
13
|
hud/adapters/claude/adapter.py,sha256=vCpotJ5gzQs4PP2iCXVavIcyG8c_4m1P6fuXStwUxSo,6675
|
|
@@ -35,7 +35,7 @@ hud/agent/tests/test_base.py,sha256=MAHx4QWsX4y4jXDoA1sxWw8uFvL7lIzGlXrnHfOTmkw,
|
|
|
35
35
|
hud/env/__init__.py,sha256=wVEesXMXM5hcNXQHt0-PN4-9RnE69DEnQENS7uJSv_Y,266
|
|
36
36
|
hud/env/client.py,sha256=brhfLkWGSuvxl3vqGMCQT-vXfj8rUbJMhE3zJg9WMDA,869
|
|
37
37
|
hud/env/docker_client.py,sha256=xKKzs_mUgv_9Ukm0tkc0YaC5UKb31fZ-6lGbVIxXdf0,11216
|
|
38
|
-
hud/env/environment.py,sha256=
|
|
38
|
+
hud/env/environment.py,sha256=kPJ3y58Ry-AJ5sTLZknuzKUzmlPA94sujG9pC6GZiM4,16847
|
|
39
39
|
hud/env/local_docker_client.py,sha256=ewZYVDEv3cBXg3jzuouh6raj0W922rID0n6xkqc4qqE,11555
|
|
40
40
|
hud/env/remote_client.py,sha256=afLaQRSn9hge4arTkxYeus-a-T6DfeQ_EZBlPMRb2fM,6652
|
|
41
41
|
hud/env/remote_docker_client.py,sha256=RkuBtju_ycxma7ZSEbcN0tjwBTQvvorb4Ctggu09aio,9538
|
|
@@ -77,9 +77,9 @@ hud/utils/tests/test_common.py,sha256=KqDSMf7gWf1oYCiQ_BXsnvW1wUmyzbOzAT-HNoF7tx
|
|
|
77
77
|
hud/utils/tests/test_config.py,sha256=dPlXYWuMrxX-NOYbf0vdJ27TJpfacKG8eiKOSGOcfDU,4079
|
|
78
78
|
hud/utils/tests/test_progress.py,sha256=QunwDgi_heQXhDgmC25zgjr-sFUu5FdJ_1aYigMKeIc,6351
|
|
79
79
|
hud/utils/tests/test_telemetry.py,sha256=t0An1RTBaE0dZVEpF4uwuq5k1R-PXFR5k4u71h60tx8,1224
|
|
80
|
-
hud/utils/tests/test_version.py,sha256=
|
|
80
|
+
hud/utils/tests/test_version.py,sha256=kLWQZWqHhS5i6f1f13iGqWExEJJ4x2Dn-DjZMUxsBOg,160
|
|
81
81
|
hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
|
-
hud_python-0.2.
|
|
83
|
-
hud_python-0.2.
|
|
84
|
-
hud_python-0.2.
|
|
85
|
-
hud_python-0.2.
|
|
82
|
+
hud_python-0.2.10.dist-info/METADATA,sha256=-NishBOrDyz-9CworEVC8ZboBW7TaIVtq8-vWT9U2NI,9786
|
|
83
|
+
hud_python-0.2.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
84
|
+
hud_python-0.2.10.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
|
|
85
|
+
hud_python-0.2.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|