versionhq 1.2.4.15__py3-none-any.whl → 1.2.4.18__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/llm/llm_vars.py +5 -4
- {versionhq-1.2.4.15.dist-info → versionhq-1.2.4.18.dist-info}/METADATA +4 -4
- {versionhq-1.2.4.15.dist-info → versionhq-1.2.4.18.dist-info}/RECORD +7 -7
- {versionhq-1.2.4.15.dist-info → versionhq-1.2.4.18.dist-info}/WHEEL +1 -1
- {versionhq-1.2.4.15.dist-info → versionhq-1.2.4.18.dist-info}/licenses/LICENSE +0 -0
- {versionhq-1.2.4.15.dist-info → versionhq-1.2.4.18.dist-info}/top_level.txt +0 -0
versionhq/__init__.py
CHANGED
versionhq/llm/llm_vars.py
CHANGED
@@ -48,7 +48,8 @@ ENDPOINTS = [
|
|
48
48
|
# Resaoning and text generation models
|
49
49
|
MODELS = {
|
50
50
|
"openai": [
|
51
|
-
"gpt-4.5-preview-2025-02-27",
|
51
|
+
# "gpt-4.5-preview-2025-02-27",
|
52
|
+
"gpt-4.1",
|
52
53
|
"gpt-4",
|
53
54
|
"gpt-4o",
|
54
55
|
"gpt-4o-mini",
|
@@ -58,6 +59,7 @@ MODELS = {
|
|
58
59
|
"o1-preview",
|
59
60
|
],
|
60
61
|
"gemini": [
|
62
|
+
"gemini/gemini-2.5-pro-exp-03-25",
|
61
63
|
"gemini/gemini-2.0-flash",
|
62
64
|
"gemini/gemini-2.0-flash-thinking-exp",
|
63
65
|
"gemini/gemini-2.0-flash-lite-preview-02-05",
|
@@ -98,8 +100,7 @@ MODELS = {
|
|
98
100
|
"azure/whisper",
|
99
101
|
"azure/whisper-2",
|
100
102
|
"azure/gpt-4o-mini-audio-preview",
|
101
|
-
|
102
|
-
"azure/DeepSeek-V3",
|
103
|
+
"azure/DeepSeek-V3-0324",
|
103
104
|
"azure/DeepSeek-R1",
|
104
105
|
"azure/Llama-3.3-70B-Instruct",
|
105
106
|
"azure/Llama-3.2-11B-Vision-Instruct",
|
@@ -130,7 +131,7 @@ MODELS = {
|
|
130
131
|
"azure/Cohere-rerank-v3.5",
|
131
132
|
],
|
132
133
|
"azure_ai": [
|
133
|
-
"
|
134
|
+
"azure/DeepSeek-V3-0324",
|
134
135
|
"azure_ai/DeepSeek-R1",
|
135
136
|
"azure_ai/Llama-3.3-70B-Instruct",
|
136
137
|
"azure_ai/Llama-3.2-11B-Vision-Instruct",
|
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.4.
|
3
|
+
Version: 1.2.4.18
|
4
4
|
Summary: Autonomous agent networks for task automation with multi-step reasoning.
|
5
|
-
Author-email: Kuriko Iwai <
|
5
|
+
Author-email: Kuriko Iwai <krik8235@gmail.com>
|
6
6
|
License: MIT License
|
7
7
|
|
8
8
|
Copyright (c) 2024-2025 Version IO Sdn. Bhd.
|
@@ -25,8 +25,8 @@ License: MIT License
|
|
25
25
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
26
26
|
SOFTWARE.
|
27
27
|
|
28
|
-
Project-URL: Homepage, https://
|
29
|
-
Project-URL: Documentation, https://
|
28
|
+
Project-URL: Homepage, https://versionhq.vercel.app
|
29
|
+
Project-URL: Documentation, https://versionhq.github.io/multi-agent-system
|
30
30
|
Project-URL: Repository, https://github.com/versionHQ/multi-agent-system
|
31
31
|
Project-URL: Issues, https://github.com/versionHQ/multi-agent-system/issues
|
32
32
|
Keywords: autonomic agent networks,deep agent,agentic orchestration framework
|
@@ -1,4 +1,4 @@
|
|
1
|
-
versionhq/__init__.py,sha256=
|
1
|
+
versionhq/__init__.py,sha256=JVaAnl7xq8Q66glU97nle2BFgfZMJyZowtyTvNo_QUo,3346
|
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=wi9ZhdNA-BzsWHEwrl0yP3ZNoqGJSLzZGyuJH04DJjQ,8293
|
@@ -39,7 +39,7 @@ versionhq/knowledge/source.py,sha256=-hEUPtJUHHMx4rUKtiHl19J8xAMw-WVBw34zwa2jZ08
|
|
39
39
|
versionhq/knowledge/source_docling.py,sha256=XpavmLvh4dLcuTikj8MCE9KG52oQMafy7_wBneliMK0,4994
|
40
40
|
versionhq/knowledge/storage.py,sha256=Kd-4r6aWM5EDaoXrzKXbgi1hY6tysSQARPGXM95qMmU,8266
|
41
41
|
versionhq/llm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
42
|
-
versionhq/llm/llm_vars.py,sha256=
|
42
|
+
versionhq/llm/llm_vars.py,sha256=P_QtskeDUji4TdSG2GS4cJI2KmjXa24B4d30knA5XYg,9313
|
43
43
|
versionhq/llm/model.py,sha256=1dDObVKJ3M-zK0oCxivG_aTXgcx_M05h1AbVtlGf57I,18697
|
44
44
|
versionhq/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
45
45
|
versionhq/memory/contextual_memory.py,sha256=QEMVvHuEXxY7M6-12S8HhyFKf108KfX8Zzt7paPW048,3882
|
@@ -75,8 +75,8 @@ versionhq/tool/gpt/_enum.py,sha256=iBtH964dyv6d326VXSJsthB7EKxFXLcZVQPfvaCtbdk,4
|
|
75
75
|
versionhq/tool/gpt/cua.py,sha256=vdrPest2wWntMEKyvXcsR4WeivP5edE8B4rKqQbgHHY,19108
|
76
76
|
versionhq/tool/gpt/file_search.py,sha256=r5JVlf-epKB8DDXyrzlkezguHUMir0JW-77LUHoy-w8,5813
|
77
77
|
versionhq/tool/gpt/web_search.py,sha256=bpqEQopbq9KtqQ_0W7QAAJ5TyoKGiVM94-SMp5oqNFE,3483
|
78
|
-
versionhq-1.2.4.
|
79
|
-
versionhq-1.2.4.
|
80
|
-
versionhq-1.2.4.
|
81
|
-
versionhq-1.2.4.
|
82
|
-
versionhq-1.2.4.
|
78
|
+
versionhq-1.2.4.18.dist-info/licenses/LICENSE,sha256=cRoGGdM73IiDs6nDWKqPlgSv7aR4n-qBXYnJlCMHCeE,1082
|
79
|
+
versionhq-1.2.4.18.dist-info/METADATA,sha256=fiUqn8NsVCNrTY72U8fF1DC89ZXhoQPU6yijMNus05E,21433
|
80
|
+
versionhq-1.2.4.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
81
|
+
versionhq-1.2.4.18.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
|
82
|
+
versionhq-1.2.4.18.dist-info/RECORD,,
|
File without changes
|
File without changes
|