hud-python 0.2.6__py3-none-any.whl → 0.2.7__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/__init__.py +13 -10
- hud/adapters/claude/adapter.py +30 -18
- hud/adapters/common/adapter.py +0 -1
- hud/adapters/common/types.py +129 -4
- hud/adapters/operator/adapter.py +23 -13
- hud/agent/base.py +5 -4
- hud/agent/claude.py +65 -13
- hud/agent/claude_plays_pokemon.py +2 -2
- hud/agent/langchain.py +8 -2
- hud/agent/operator.py +36 -11
- hud/agent/tests/test_base.py +2 -2
- hud/env/docker_client.py +24 -2
- hud/env/environment.py +86 -40
- hud/env/local_docker_client.py +50 -4
- hud/env/remote_client.py +22 -4
- hud/env/remote_docker_client.py +6 -2
- hud/gym.py +15 -4
- hud/job.py +91 -26
- hud/settings.py +6 -0
- hud/task.py +84 -6
- hud/taskset.py +63 -8
- hud/telemetry/exporter.py +4 -6
- hud/trajectory.py +3 -0
- hud/types.py +28 -2
- hud/utils/agent.py +37 -0
- hud/utils/common.py +142 -26
- hud/utils/config.py +11 -0
- hud/utils/tests/test_common.py +225 -0
- hud/utils/tests/test_version.py +1 -1
- hud/version.py +1 -1
- {hud_python-0.2.6.dist-info → hud_python-0.2.7.dist-info}/METADATA +9 -6
- {hud_python-0.2.6.dist-info → hud_python-0.2.7.dist-info}/RECORD +34 -33
- {hud_python-0.2.6.dist-info → hud_python-0.2.7.dist-info}/WHEEL +0 -0
- {hud_python-0.2.6.dist-info → hud_python-0.2.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
hud/__init__.py,sha256=
|
|
1
|
+
hud/__init__.py,sha256=kjjq-l2msg9HcfYQ4sL8c0-StQIlsl2qLwh8Tx0nKro,1210
|
|
2
2
|
hud/exceptions.py,sha256=pifKvSqxj9_g4NfARVyH5a-lTThhi9XW06tIXaBakQw,5526
|
|
3
|
-
hud/gym.py,sha256=
|
|
4
|
-
hud/job.py,sha256=
|
|
5
|
-
hud/settings.py,sha256=
|
|
6
|
-
hud/task.py,sha256=
|
|
7
|
-
hud/taskset.py,sha256=
|
|
8
|
-
hud/trajectory.py,sha256=
|
|
9
|
-
hud/types.py,sha256=
|
|
10
|
-
hud/version.py,sha256=
|
|
3
|
+
hud/gym.py,sha256=JNWlO2GXev0xIjoTI9HMEbcQgGpzc6fku7-RYoYAxHI,4996
|
|
4
|
+
hud/job.py,sha256=_OKcdeWdoT7f3wiR7fZFjTVJs0OZCfMrxEG_cXYR6v4,26965
|
|
5
|
+
hud/settings.py,sha256=rx2zc3abJmf9ztwMHRYf9rGqgGprdRPCRhvJstsgyzc,1674
|
|
6
|
+
hud/task.py,sha256=vDcjKUo8la0AUTP7mwMc2nYwe0tkbnrWwM9-Kvf3Ugg,8773
|
|
7
|
+
hud/taskset.py,sha256=9IRwHeAdsk_IEibayM-hElE3gTp0mgmi-huN67h9-tc,7019
|
|
8
|
+
hud/trajectory.py,sha256=ctAwrGIkdULr4xI6G-1Dp2fhDol4o_PmnPcqTzAEIUc,3797
|
|
9
|
+
hud/types.py,sha256=xqrBb4rPKVkoLVwnyGk4PUrVKayCjKcUD_--n4OrxIM,2954
|
|
10
|
+
hud/version.py,sha256=8RdhNwFca8e-uu1sKAl6TQ58wG5TSHVNqBIPUQXsYcU,104
|
|
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
|
-
hud/adapters/claude/adapter.py,sha256=
|
|
13
|
+
hud/adapters/claude/adapter.py,sha256=vCpotJ5gzQs4PP2iCXVavIcyG8c_4m1P6fuXStwUxSo,6675
|
|
14
14
|
hud/adapters/claude/tests/__init__.py,sha256=9GZj0rz4tTkiPnLfxTmyBPr-s8UZc3gph6WH8fs8T34,39
|
|
15
15
|
hud/adapters/claude/tests/test_adapter.py,sha256=cAdHEoqLngLiV7QwlWJ0KuNgb1vNv9WZTPQMnxhMDKI,18319
|
|
16
16
|
hud/adapters/common/__init__.py,sha256=BjdZWJVs_AKtpFrt-tNsdQRjnz7D97DFEQirJ-r0mp8,118
|
|
17
|
-
hud/adapters/common/adapter.py,sha256=
|
|
18
|
-
hud/adapters/common/types.py,sha256=
|
|
17
|
+
hud/adapters/common/adapter.py,sha256=GETzlsEl-uYkL-U4cQHBnfLAvm1dbXec4fKC2ypR1L0,5821
|
|
18
|
+
hud/adapters/common/types.py,sha256=DpBu30o32tFEcTdMF8j-IKLN9cNRA9Luko8FKIB8K20,9904
|
|
19
19
|
hud/adapters/common/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
20
|
hud/adapters/common/tests/test_adapter.py,sha256=rTD36LjvytHqMIyOLDyrn0RLIkd20s6f6dwoBEarJaw,8744
|
|
21
21
|
hud/adapters/operator/__init__.py,sha256=31vTRs268_TOLd-TeQRKau5bDYy78wxCNpJFhD5_l8U,104
|
|
22
|
-
hud/adapters/operator/adapter.py,sha256=
|
|
22
|
+
hud/adapters/operator/adapter.py,sha256=heATqYKrTZy4PIM22CfkhgIOPxugDpuF66wOQjZaaxE,3569
|
|
23
23
|
hud/adapters/operator/tests/__init__.py,sha256=yTsDVusVXZBQL6DnXpLgKQCBRuOYUAVQ8Blk_k5GETk,41
|
|
24
24
|
hud/adapters/operator/tests/test_adapter.py,sha256=4RAXwyxAtkh-1Mlt1zJayRkcv3LWaPNEhDVTpwOZd4A,12942
|
|
25
25
|
hud/agent/__init__.py,sha256=_OxMG3UW1vXSuixdpo09b1jexfWcUbfK44zto8t6_LE,453
|
|
26
|
-
hud/agent/base.py,sha256=
|
|
27
|
-
hud/agent/claude.py,sha256=
|
|
28
|
-
hud/agent/claude_plays_pokemon.py,sha256=
|
|
29
|
-
hud/agent/langchain.py,sha256=
|
|
30
|
-
hud/agent/operator.py,sha256=
|
|
26
|
+
hud/agent/base.py,sha256=hC3mVUMAWo5HHF2b576ScA9UQzsAzcCfPU9S8mDWthA,4080
|
|
27
|
+
hud/agent/claude.py,sha256=FBSKCxICO6XXYCuIrerVL89bVJ-5JxrZJBDeZgzAdJI,9886
|
|
28
|
+
hud/agent/claude_plays_pokemon.py,sha256=4TPibnTFhTb24ISRKAU3pA4waIcISTfZLOdfBMIMqxE,10085
|
|
29
|
+
hud/agent/langchain.py,sha256=H55JNHcGkdl-LVzZEqOFRkuuFEO0D8MI1jCNz9deoko,9012
|
|
30
|
+
hud/agent/operator.py,sha256=DDU2YOmNu00apt3W-k45Ybcl4lQ4vAw-v8NXv055Ut8,9387
|
|
31
31
|
hud/agent/misc/__init__.py,sha256=-ftYH1T5r7fXKKra6d8jXYmUz9KOTmYwBrPJU-V3S7g,71
|
|
32
32
|
hud/agent/misc/response_agent.py,sha256=3PPsZqNAyUo2ouSV0ylGQj9fJqojfSB2roq2DadUdG0,3048
|
|
33
33
|
hud/agent/tests/__init__.py,sha256=HbAW7FvSvzzKPU5LpveZceU8XTcDkRe1Bmte3OGi2f0,29
|
|
34
|
-
hud/agent/tests/test_base.py,sha256=
|
|
34
|
+
hud/agent/tests/test_base.py,sha256=MAHx4QWsX4y4jXDoA1sxWw8uFvL7lIzGlXrnHfOTmkw,8511
|
|
35
35
|
hud/env/__init__.py,sha256=wVEesXMXM5hcNXQHt0-PN4-9RnE69DEnQENS7uJSv_Y,266
|
|
36
36
|
hud/env/client.py,sha256=brhfLkWGSuvxl3vqGMCQT-vXfj8rUbJMhE3zJg9WMDA,869
|
|
37
|
-
hud/env/docker_client.py,sha256
|
|
38
|
-
hud/env/environment.py,sha256=
|
|
39
|
-
hud/env/local_docker_client.py,sha256=
|
|
40
|
-
hud/env/remote_client.py,sha256=
|
|
41
|
-
hud/env/remote_docker_client.py,sha256=
|
|
37
|
+
hud/env/docker_client.py,sha256=ReEByMKMrcrBnD4PifeQBOiX3Kn990pOcypUUtd2nC4,11178
|
|
38
|
+
hud/env/environment.py,sha256=WcZTkYwCH3khBD_PldPnarZ2rLfI2ZCH1-wdTjayzkU,16806
|
|
39
|
+
hud/env/local_docker_client.py,sha256=ewZYVDEv3cBXg3jzuouh6raj0W922rID0n6xkqc4qqE,11555
|
|
40
|
+
hud/env/remote_client.py,sha256=afLaQRSn9hge4arTkxYeus-a-T6DfeQ_EZBlPMRb2fM,6652
|
|
41
|
+
hud/env/remote_docker_client.py,sha256=RkuBtju_ycxma7ZSEbcN0tjwBTQvvorb4Ctggu09aio,9538
|
|
42
42
|
hud/evaluators/__init__.py,sha256=V5nktEAw3EDn2Y537pjia5Y1IjdLBIPrDjTs6YTCdX4,153
|
|
43
43
|
hud/evaluators/base.py,sha256=ALO9Rj-R_9HtHIHYp84bsQQD12De0XnCTwad78_T5-k,771
|
|
44
44
|
hud/evaluators/inspect.py,sha256=ZvrTXLpgibyvQ5aNXAMP4quyXISrRQHg9besDcuCx7U,692
|
|
@@ -57,7 +57,7 @@ hud/server/tests/test_requests.py,sha256=63YCbykcib5MxKxm-OgHJPLX3QC7hmgIwnWaYuk
|
|
|
57
57
|
hud/telemetry/__init__.py,sha256=ky48kuZD3Bt0vOf9FwZwkV_ka7O26Tvcxh7p1lMpsMk,582
|
|
58
58
|
hud/telemetry/_trace.py,sha256=W7S6CxwtmjNl4OZbA1SQHXsaNm072J9c-fjPjQomgOY,5135
|
|
59
59
|
hud/telemetry/context.py,sha256=PNbfrMgjeRTTg0nUKXYCflqn71I_cSjU8LXdvouUfc4,5209
|
|
60
|
-
hud/telemetry/exporter.py,sha256=
|
|
60
|
+
hud/telemetry/exporter.py,sha256=IWK7Ahj9EIlFvG3J54Gj55X3pFnBWYYNAyXv5CIWcpA,17752
|
|
61
61
|
hud/telemetry/mcp_models.py,sha256=YIArMtCVfC4NVvaEmUYs_kxDs0GQ-xtFFmB8jEGKaag,11342
|
|
62
62
|
hud/telemetry/instrumentation/__init__.py,sha256=vHmSqaJMMehgRNn6EN2SMoYDD12rSHkLeVmj7Uy1my0,88
|
|
63
63
|
hud/telemetry/instrumentation/mcp.py,sha256=xGAMdhTgM1ixHiDX7xkS9Ax1NCjK3u7pLWIbIh8WZIA,21925
|
|
@@ -66,19 +66,20 @@ hud/telemetry/tests/__init__.py,sha256=QMN8OzfrBUDbQESwrwHCqXLdDwCjYWX8BJcpeLUJf
|
|
|
66
66
|
hud/telemetry/tests/test_context.py,sha256=BGRDlXXC_VbpD4cYl_o9gRQDDKb2ox1das_ZuX14NC8,6531
|
|
67
67
|
hud/telemetry/tests/test_trace.py,sha256=JzmjNRtHdQFPqLm7hOPastENg-hMJo9p8bbxJ77iXyc,10687
|
|
68
68
|
hud/utils/__init__.py,sha256=oSl_gGoS272X2VFnBYX8hLxcP2xgGoBYQXAuLhtQgw8,260
|
|
69
|
-
hud/utils/
|
|
70
|
-
hud/utils/
|
|
69
|
+
hud/utils/agent.py,sha256=CpNgjKWMaNqo-EATH_vfJHIN53rEkZngm2LXfUFlldQ,1225
|
|
70
|
+
hud/utils/common.py,sha256=_3HNmSOsHWyexP6iXTuU2wMx3Fafeg5hZU3VXBmv0Ag,7780
|
|
71
|
+
hud/utils/config.py,sha256=L_sSYtEaOap-Gnb2iLPJPQc2rteyt6mjOdJUrktmFwM,4020
|
|
71
72
|
hud/utils/misc.py,sha256=CfOv_ftLty1iEo3Rxyz4AD4nmaBkhCJVO_W-FlcyDgI,1481
|
|
72
73
|
hud/utils/progress.py,sha256=suikwFM8sdSfkV10nAOEaInDhG4XKgOSvFePg4jSj1A,5927
|
|
73
74
|
hud/utils/telemetry.py,sha256=hrVIx2rUjSGyy9IVxTZ_3Jii83PiHjyFRd5ls2whimM,1863
|
|
74
75
|
hud/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
75
|
-
hud/utils/tests/test_common.py,sha256=
|
|
76
|
+
hud/utils/tests/test_common.py,sha256=KqDSMf7gWf1oYCiQ_BXsnvW1wUmyzbOzAT-HNoF7txs,9443
|
|
76
77
|
hud/utils/tests/test_config.py,sha256=dPlXYWuMrxX-NOYbf0vdJ27TJpfacKG8eiKOSGOcfDU,4079
|
|
77
78
|
hud/utils/tests/test_progress.py,sha256=QunwDgi_heQXhDgmC25zgjr-sFUu5FdJ_1aYigMKeIc,6351
|
|
78
79
|
hud/utils/tests/test_telemetry.py,sha256=t0An1RTBaE0dZVEpF4uwuq5k1R-PXFR5k4u71h60tx8,1224
|
|
79
|
-
hud/utils/tests/test_version.py,sha256=
|
|
80
|
+
hud/utils/tests/test_version.py,sha256=j6v7tM07H-ghzECNHNDAsLek3BlaPi_gaQIp2qWAL98,159
|
|
80
81
|
hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
81
|
-
hud_python-0.2.
|
|
82
|
-
hud_python-0.2.
|
|
83
|
-
hud_python-0.2.
|
|
84
|
-
hud_python-0.2.
|
|
82
|
+
hud_python-0.2.7.dist-info/METADATA,sha256=zcKhW8Xved3ea6bsOKbdCsFpFhAd-Ru6_z4zfo8Xwfs,9785
|
|
83
|
+
hud_python-0.2.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
84
|
+
hud_python-0.2.7.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
|
|
85
|
+
hud_python-0.2.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|