hud-python 0.4.10__py3-none-any.whl → 0.4.11__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/tools/response.py +7 -0
- hud/utils/tests/test_version.py +1 -1
- hud/version.py +1 -1
- {hud_python-0.4.10.dist-info → hud_python-0.4.11.dist-info}/METADATA +1 -1
- {hud_python-0.4.10.dist-info → hud_python-0.4.11.dist-info}/RECORD +8 -8
- {hud_python-0.4.10.dist-info → hud_python-0.4.11.dist-info}/WHEEL +0 -0
- {hud_python-0.4.10.dist-info → hud_python-0.4.11.dist-info}/entry_points.txt +0 -0
- {hud_python-0.4.10.dist-info → hud_python-0.4.11.dist-info}/licenses/LICENSE +0 -0
hud/tools/response.py
CHANGED
|
@@ -36,6 +36,13 @@ class ResponseTool(BaseTool):
|
|
|
36
36
|
return blocks
|
|
37
37
|
"""
|
|
38
38
|
|
|
39
|
+
def __init__(self, name: str, title: str, description: str):
|
|
40
|
+
super().__init__(
|
|
41
|
+
name=name or "response",
|
|
42
|
+
title=title or "Response Tool",
|
|
43
|
+
description=description or "Send a text response or list of messages to the environment",
|
|
44
|
+
)
|
|
45
|
+
|
|
39
46
|
@abstractmethod
|
|
40
47
|
async def __call__(
|
|
41
48
|
self,
|
hud/utils/tests/test_version.py
CHANGED
hud/version.py
CHANGED
|
@@ -2,7 +2,7 @@ hud/__init__.py,sha256=BjAhZtsHbGN371Q8t3o4v4jltedkmDE85xW0yOILU9g,397
|
|
|
2
2
|
hud/datasets.py,sha256=8lqC840kcNx01D2CcWZCd1j0eZTpepILmQrvohZIZYU,12056
|
|
3
3
|
hud/settings.py,sha256=WIJDsyrfwBZGcaGT46YUOpW8xjBZl3siXXprd92ASAg,2039
|
|
4
4
|
hud/types.py,sha256=pQWOPYXUZ2hhK0h-AHBc3DCj5tkbRXHqKZnsQQIcSFA,4237
|
|
5
|
-
hud/version.py,sha256=
|
|
5
|
+
hud/version.py,sha256=rJC2LSEkxuxl1MmKAIVTGUVWSRNnH7oyOTTIv6ayiJY,105
|
|
6
6
|
hud/agents/__init__.py,sha256=UoIkljWdbq4bM0LD-mSaw6w826EqdEjOk7r6glNYwYQ,286
|
|
7
7
|
hud/agents/base.py,sha256=qN9D7hozC45lA6wAwKgCr0xH6FXTsxeX0Hg9ttV-HlM,24682
|
|
8
8
|
hud/agents/claude.py,sha256=snbYFPW-KAkw4n9Rdz7dC2f46RuSHJKC53HPm8SucFM,14273
|
|
@@ -97,7 +97,7 @@ hud/tools/base.py,sha256=avk6dLHEmlOMfozTzga4SbjCuAN0n5zyLwIn6OfLN60,14984
|
|
|
97
97
|
hud/tools/bash.py,sha256=LJViMGb3lTGBm_gequVVTM7ySh1Xh9bOOIZXU29Lmrw,5209
|
|
98
98
|
hud/tools/edit.py,sha256=N0AYFXp07-vAJy2li7lvHOL6hfgJOU4LL3iLSZrbRWU,12745
|
|
99
99
|
hud/tools/playwright.py,sha256=lF7NxyEu8YbB7tpmCoTf8p9HxIrejahC67x3Xs0Jjb4,15007
|
|
100
|
-
hud/tools/response.py,sha256=
|
|
100
|
+
hud/tools/response.py,sha256=aETnwrrzft3NgBM3ZV6orD_lR15gHLC8Wj3esV7sALs,2089
|
|
101
101
|
hud/tools/types.py,sha256=g-CWnUUDSxxIfUy54S1bpY1nfTzdYO1R_nPKYReABjQ,2734
|
|
102
102
|
hud/tools/utils.py,sha256=bfVyYMcBOJvr1QdptCjVb6jaHVGIL5WUxmY59kzMekQ,1447
|
|
103
103
|
hud/tools/computer/__init__.py,sha256=3tQBXPtGX0WPCwFXzEs3-duwg0rPEgj_0-K7aHskeQE,367
|
|
@@ -134,10 +134,10 @@ hud/utils/tests/test_async_utils.py,sha256=RkdSnYErRV3Jn7dfg6CPlcE1RSUL__2B627oI
|
|
|
134
134
|
hud/utils/tests/test_init.py,sha256=2QLQSGgyP9wJhOvPCusm_zjJad0qApOZi1BXpxcdHXQ,383
|
|
135
135
|
hud/utils/tests/test_progress.py,sha256=QSF7Kpi03Ff_l3mAeqW9qs1nhK50j9vBiSobZq7T4f4,7394
|
|
136
136
|
hud/utils/tests/test_telemetry.py,sha256=5jl7bEx8C8b-FfFUko5pf4UY-mPOR-9HaeL98dGtVHM,2781
|
|
137
|
-
hud/utils/tests/test_version.py,sha256=
|
|
137
|
+
hud/utils/tests/test_version.py,sha256=7xPjaAidQyVH50si92ZApISbx0GOBzRx3ZIWWEy43QE,160
|
|
138
138
|
hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
139
|
-
hud_python-0.4.
|
|
140
|
-
hud_python-0.4.
|
|
141
|
-
hud_python-0.4.
|
|
142
|
-
hud_python-0.4.
|
|
143
|
-
hud_python-0.4.
|
|
139
|
+
hud_python-0.4.11.dist-info/METADATA,sha256=d0lDFyvwDvhKR1kC05SK9FzwbfDih2SBewuHABs3ae0,20165
|
|
140
|
+
hud_python-0.4.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
141
|
+
hud_python-0.4.11.dist-info/entry_points.txt,sha256=jJbodNFg1m0-CDofe5AHvB4zKBq7sSdP97-ohaQ3ae4,63
|
|
142
|
+
hud_python-0.4.11.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
|
|
143
|
+
hud_python-0.4.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|