versionhq 1.1.11.0__py3-none-any.whl → 1.1.11.2__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-1.1.11.0.dist-info → versionhq-1.1.11.2.dist-info}/METADATA +15 -11
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.2.dist-info}/RECORD +6 -6
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.2.dist-info}/LICENSE +0 -0
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.2.dist-info}/WHEEL +0 -0
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.2.dist-info}/top_level.txt +0 -0
versionhq/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.1.11.
|
3
|
+
Version: 1.1.11.2
|
4
4
|
Summary: LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -39,12 +39,12 @@ Classifier: Topic :: Software Development :: Build Tools
|
|
39
39
|
Requires-Python: >=3.12
|
40
40
|
Description-Content-Type: text/markdown
|
41
41
|
License-File: LICENSE
|
42
|
-
Requires-Dist: regex
|
42
|
+
Requires-Dist: regex==2024.11.6
|
43
43
|
Requires-Dist: requests>=2.32.3
|
44
|
-
Requires-Dist: pydantic
|
44
|
+
Requires-Dist: pydantic>=2.10.6
|
45
45
|
Requires-Dist: werkzeug>=3.1.3
|
46
46
|
Requires-Dist: typing
|
47
|
-
Requires-Dist: json-repair
|
47
|
+
Requires-Dist: json-repair
|
48
48
|
Requires-Dist: litellm>=1.55.8
|
49
49
|
Requires-Dist: openai>=1.57.0
|
50
50
|
Requires-Dist: composio-openai>=0.6.9
|
@@ -57,17 +57,21 @@ Requires-Dist: langchain>=0.3.14
|
|
57
57
|
Requires-Dist: langchain-openai>=0.2.14
|
58
58
|
Requires-Dist: composio-langchain>=0.6.12
|
59
59
|
Requires-Dist: chromadb>=0.6.3
|
60
|
-
Requires-Dist: docling>=2.16.0
|
61
|
-
Requires-Dist: json-repair>=0.35.0
|
62
60
|
Requires-Dist: wheel>=0.45.1
|
63
|
-
|
64
|
-
Requires-Dist:
|
61
|
+
Provides-Extra: docling
|
62
|
+
Requires-Dist: docling>=2.17.0; extra == "docling"
|
63
|
+
Provides-Extra: mem0ai
|
64
|
+
Requires-Dist: mem0ai>=0.1.48; extra == "mem0ai"
|
65
|
+
Provides-Extra: pdfplumber
|
66
|
+
Requires-Dist: pdfplumber>=0.11.5; extra == "pdfplumber"
|
67
|
+
Provides-Extra: pandas
|
68
|
+
Requires-Dist: pandas>=2.2.3; extra == "pandas"
|
65
69
|
|
66
70
|
# Overview
|
67
71
|
|
68
72
|

|
69
73
|
[](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml)
|
70
|
-

|
71
75
|

|
72
76
|

|
73
77
|
|
@@ -225,7 +229,6 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
|
|
225
229
|
## Technologies Used
|
226
230
|
**Schema, Data Validation**
|
227
231
|
- [Pydantic](https://docs.pydantic.dev/latest/): Data validation and serialization library for Python.
|
228
|
-
- [Pydantic_core](https://pypi.org/project/pydantic-core/): Core func packages for Pydantic.
|
229
232
|
- [Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
|
230
233
|
- [Docling](https://ds4sd.github.io/docling/): Document parsing
|
231
234
|
|
@@ -291,7 +294,8 @@ src/
|
|
291
294
|
```
|
292
295
|
uv venv
|
293
296
|
source .venv/bin/activate
|
294
|
-
uv
|
297
|
+
uv lock --upgrade
|
298
|
+
uv sync --all-extras
|
295
299
|
```
|
296
300
|
|
297
301
|
* In case of AssertionError/module mismatch, run Python version control using `.pyenv`
|
@@ -1,4 +1,4 @@
|
|
1
|
-
versionhq/__init__.py,sha256=
|
1
|
+
versionhq/__init__.py,sha256=hxbJxa8mGdUlu5VfCbdypygtU31S4CTYVPAtN4EFd78,951
|
2
2
|
versionhq/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
versionhq/_utils/i18n.py,sha256=TwA_PnYfDLA6VqlUDPuybdV9lgi3Frh_ASsb_X8jJo8,1483
|
4
4
|
versionhq/_utils/logger.py,sha256=U-MpeGueA6YS8Ptfy0VnU_ePsZP-8Pvkvi0tZ4s_UMg,1438
|
@@ -57,8 +57,8 @@ versionhq/tool/composio_tool_vars.py,sha256=FvBuEXsOQUYnN7RTFxT20kAkiEYkxWKkiVtg
|
|
57
57
|
versionhq/tool/decorator.py,sha256=C4ZM7Xi2gwtEMaSeRo-geo_g_MAkY77WkSLkAuY0AyI,1205
|
58
58
|
versionhq/tool/model.py,sha256=7ccEnje_8LuxLVeog6pL38nToArXQXk4KY7A9hfprDo,12239
|
59
59
|
versionhq/tool/tool_handler.py,sha256=2m41K8qo5bGCCbwMFferEjT-XZ-mE9F0mDUOBkgivOI,1416
|
60
|
-
versionhq-1.1.11.
|
61
|
-
versionhq-1.1.11.
|
62
|
-
versionhq-1.1.11.
|
63
|
-
versionhq-1.1.11.
|
64
|
-
versionhq-1.1.11.
|
60
|
+
versionhq-1.1.11.2.dist-info/LICENSE,sha256=7CCXuMrAjPVsUvZrsBq9DsxI2rLDUSYXR_qj4yO_ZII,1077
|
61
|
+
versionhq-1.1.11.2.dist-info/METADATA,sha256=0iCpugY32Szc4lVH-ZsvC9SxC2cKJ5eGi7dCCbylIuo,18251
|
62
|
+
versionhq-1.1.11.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
63
|
+
versionhq-1.1.11.2.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
|
64
|
+
versionhq-1.1.11.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|