hud-python 0.1.1__py3-none-any.whl → 0.1.3__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 CHANGED
@@ -9,7 +9,7 @@ from hud.environment import Environment, EvalSet, Observation, TaskResult
9
9
  from hud.gym import Gym
10
10
  from hud.run import Run
11
11
 
12
- __version__ = "0.1.1"
12
+ __version__ = "0.1.3"
13
13
 
14
14
  __all__ = [
15
15
  "Environment",
@@ -78,6 +78,10 @@ class PositionFetch(CLAAction):
78
78
  type: Literal["position"] = "position"
79
79
 
80
80
 
81
+ class CustomAction(CLAAction):
82
+ type: Literal["custom"] = "custom"
83
+ action: str
84
+
81
85
  # Union of all possible actions
82
86
  CLA = Annotated[
83
87
  Union[
@@ -90,6 +94,7 @@ CLA = Annotated[
90
94
  DragAction,
91
95
  ScreenshotFetch,
92
96
  PositionFetch,
97
+ CustomAction,
93
98
  ],
94
99
  Field(discriminator="type"),
95
100
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hud-python
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: SDK for the HUD evaluation platform.
5
5
  Project-URL: Homepage, https://github.com/Human-Data/hud-sdk
6
6
  Project-URL: Bug Tracker, https://github.com/Human-Data/hud-sdk/issues
@@ -1,4 +1,4 @@
1
- hud/__init__.py,sha256=8zbB2Wts-sHJ6pLPxwFDvM3Fo1RNT2r5m1H1NpMvyeA,414
1
+ hud/__init__.py,sha256=UTnVItfjPKBBRZG6xEGEKqQVjWffg0_0www6Ctl8buQ,414
2
2
  hud/client.py,sha256=7WHXTQhVK-T9Rj4ZooADE_c1pah5Bc1DJ9ZRqUyUnuQ,5724
3
3
  hud/environment.py,sha256=9r8eK3OVqr-wpPGlhnrpuDt-z6FIp3S3oukTZ7swN3o,8899
4
4
  hud/gym.py,sha256=aanBHtlsXrJwrFax9SbXWwk_By-X8wE3M9deS-E_s4c,463
@@ -9,13 +9,13 @@ hud/adapters/claude/__init__.py,sha256=i7QEF-29FLb9qxp1eYtXs-adIk_tG54tL-9g6d3xo
9
9
  hud/adapters/claude/adapter.py,sha256=ekYZixANKfx-4lENlXGaomh6Ecw4SRKtLWD5quGNWdM,5782
10
10
  hud/adapters/common/__init__.py,sha256=BjdZWJVs_AKtpFrt-tNsdQRjnz7D97DFEQirJ-r0mp8,118
11
11
  hud/adapters/common/adapter.py,sha256=SCtOuRjW5Szzd45LXCaqDEaKr2lhA-nIqSEMJ9KLsKI,5799
12
- hud/adapters/common/types.py,sha256=d9tIF06tjK7VCb-yBJ9epwHlXRHlObo9YWetrv33s8c,4511
12
+ hud/adapters/common/types.py,sha256=Kgj0ZhiWOU6V95qxrvf-mMCvodLV_6rGBHwP1FQdMBk,4620
13
13
  hud/server/__init__.py,sha256=VPrhyyqg3inge9J7BjcmDBNJRuvkCA9ZDXS_R5Q8ZtY,129
14
14
  hud/server/requests.py,sha256=pPPaMpwqmA1RyWwzQN1ybgAnbSHJLeeIaW6MJwhJYks,6052
15
15
  hud/utils/__init__.py,sha256=0m8klSLnMLeIJT23ipBXfFACk4hNWPsA6ZNqZDpv6oY,99
16
16
  hud/utils/config.py,sha256=dze0BGE4q14omjj9822kL9BeiIgWQvJyuU29A2wa1SE,193
17
17
  hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
- hud_python-0.1.1.dist-info/METADATA,sha256=rH6sSZl4J7sfQdUp2QxNRUp9scqRMG2TxI390KD3Lr4,4785
19
- hud_python-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
- hud_python-0.1.1.dist-info/licenses/LICENSE,sha256=IVdfcZ8xq5apYGJS5GzRLLbm9r03Aecxd03isi-3P9k,1075
21
- hud_python-0.1.1.dist-info/RECORD,,
18
+ hud_python-0.1.3.dist-info/METADATA,sha256=ItmPsPFJswFooMFQp4LDcXk8MMeOeLONneiy9G9em1U,4785
19
+ hud_python-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
+ hud_python-0.1.3.dist-info/licenses/LICENSE,sha256=IVdfcZ8xq5apYGJS5GzRLLbm9r03Aecxd03isi-3P9k,1075
21
+ hud_python-0.1.3.dist-info/RECORD,,