versionhq 1.2.4.8__py3-none-any.whl → 1.2.4.9__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.
- versionhq/__init__.py +1 -1
- versionhq/tool/rag_tool.py +1 -2
- {versionhq-1.2.4.8.dist-info → versionhq-1.2.4.9.dist-info}/METADATA +4 -4
- {versionhq-1.2.4.8.dist-info → versionhq-1.2.4.9.dist-info}/RECORD +7 -7
- {versionhq-1.2.4.8.dist-info → versionhq-1.2.4.9.dist-info}/WHEEL +1 -1
- {versionhq-1.2.4.8.dist-info → versionhq-1.2.4.9.dist-info/licenses}/LICENSE +0 -0
- {versionhq-1.2.4.8.dist-info → versionhq-1.2.4.9.dist-info}/top_level.txt +0 -0
versionhq/__init__.py
CHANGED
versionhq/tool/rag_tool.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
import re
|
2
|
-
import requests
|
3
2
|
import gzip
|
4
3
|
import http.client
|
5
4
|
import urllib.request
|
@@ -69,7 +68,7 @@ class RagTool(BaseTool):
|
|
69
68
|
text = self._sanitize_source_code(source_code=res)
|
70
69
|
return text
|
71
70
|
|
72
|
-
except
|
71
|
+
except urllib.request.HTTPError as e:
|
73
72
|
Logger().log(level="error", message=f"HTTP error occurred: {str(e)}", color="red")
|
74
73
|
return None
|
75
74
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.4.
|
3
|
+
Version: 1.2.4.9
|
4
4
|
Summary: Autonomous agent networks for task automation with multi-step reasoning.
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -45,7 +45,6 @@ Requires-Python: >=3.11
|
|
45
45
|
Description-Content-Type: text/markdown
|
46
46
|
License-File: LICENSE
|
47
47
|
Requires-Dist: regex==2024.11.6
|
48
|
-
Requires-Dist: requests>=2.32.3
|
49
48
|
Requires-Dist: pydantic>=2.10.6
|
50
49
|
Requires-Dist: typing>=0.0.0
|
51
50
|
Requires-Dist: json-repair>=0.0.0
|
@@ -81,6 +80,7 @@ Requires-Dist: pytest-playwright>=0.7.0; extra == "tools"
|
|
81
80
|
Provides-Extra: torch
|
82
81
|
Requires-Dist: torch>=2.6.0; extra == "torch"
|
83
82
|
Requires-Dist: torchvision>=0.21.0; extra == "torch"
|
83
|
+
Dynamic: license-file
|
84
84
|
|
85
85
|
# Overview
|
86
86
|
|
@@ -209,7 +209,7 @@ A `TaskGraph` represents tasks as `nodes` and their execution dependencies as `e
|
|
209
209
|
|
210
210
|
`Agent Networks` can handle `TaskGraph` objects by optimizing their formations.
|
211
211
|
|
212
|
-
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png">
|
212
|
+
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png" width="300px">
|
213
213
|
|
214
214
|
<hr />
|
215
215
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
versionhq/__init__.py,sha256=
|
1
|
+
versionhq/__init__.py,sha256=uE8lK7LtevHxcohNowYGB7BvxIvjB1BjZMxl0icb-ak,3333
|
2
2
|
versionhq/_prompt/auto_feedback.py,sha256=bbj37yTa11lRHpx-sV_Wmpb4dVnDBB7_v8ageUobHXY,3780
|
3
3
|
versionhq/_prompt/constants.py,sha256=DOwUFnVVObEFqgnaMCDnW8fnw1oPMgS8JAqOiTuqleI,932
|
4
4
|
versionhq/_prompt/model.py,sha256=wJlDM9yzrqlXWxyw4HkYQzPii2MPfqkgTF3qhXoJN2M,8038
|
@@ -64,7 +64,7 @@ versionhq/tool/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
64
|
versionhq/tool/cache_handler.py,sha256=iL8FH7X0G-cdT0uhJwzuhLDaadTXOdfybZcDy151-es,1085
|
65
65
|
versionhq/tool/decorator.py,sha256=C4ZM7Xi2gwtEMaSeRo-geo_g_MAkY77WkSLkAuY0AyI,1205
|
66
66
|
versionhq/tool/model.py,sha256=ve9C4WyiRjQigOU0hRWVxtSUWAQNntlmeW-_DL0_lJY,12328
|
67
|
-
versionhq/tool/rag_tool.py,sha256=
|
67
|
+
versionhq/tool/rag_tool.py,sha256=o6N6eM4hlsneYwsU6m0rfwomOC0Gi0_Zmn-yT_Lg-Yw,3831
|
68
68
|
versionhq/tool/tool_handler.py,sha256=2m41K8qo5bGCCbwMFferEjT-XZ-mE9F0mDUOBkgivOI,1416
|
69
69
|
versionhq/tool/composio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
70
70
|
versionhq/tool/composio/model.py,sha256=GIFKso_e_4a3BdaulqU_i6Y9JFAExNBjzHUHR_zZeSI,8577
|
@@ -74,8 +74,8 @@ versionhq/tool/gpt/_enum.py,sha256=VaONDFZJNVe30Wf3Pl9s0XvxP_Xxqv3RNFcnqyigGFk,5
|
|
74
74
|
versionhq/tool/gpt/cua.py,sha256=5yrgz_fc3IH_uB70J51wmRBWkfH53Qx-a29nmwWyOcs,12078
|
75
75
|
versionhq/tool/gpt/file_search.py,sha256=r5JVlf-epKB8DDXyrzlkezguHUMir0JW-77LUHoy-w8,5813
|
76
76
|
versionhq/tool/gpt/web_search.py,sha256=bpqEQopbq9KtqQ_0W7QAAJ5TyoKGiVM94-SMp5oqNFE,3483
|
77
|
-
versionhq-1.2.4.
|
78
|
-
versionhq-1.2.4.
|
79
|
-
versionhq-1.2.4.
|
80
|
-
versionhq-1.2.4.
|
81
|
-
versionhq-1.2.4.
|
77
|
+
versionhq-1.2.4.9.dist-info/licenses/LICENSE,sha256=cRoGGdM73IiDs6nDWKqPlgSv7aR4n-qBXYnJlCMHCeE,1082
|
78
|
+
versionhq-1.2.4.9.dist-info/METADATA,sha256=lWJY3ArOb_22PKvbzjFWbMpASHhzvDhKFLm3GAlR-8M,21348
|
79
|
+
versionhq-1.2.4.9.dist-info/WHEEL,sha256=tTnHoFhvKQHCh4jz3yCn0WPTYIy7wXx3CJtJ7SJGV7c,91
|
80
|
+
versionhq-1.2.4.9.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
|
81
|
+
versionhq-1.2.4.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|