versionhq 1.1.11.0__py3-none-any.whl → 1.1.11.1__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.1.dist-info}/METADATA +15 -10
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.1.dist-info}/RECORD +6 -6
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.1.dist-info}/LICENSE +0 -0
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.1.dist-info}/WHEEL +0 -0
- {versionhq-1.1.11.0.dist-info → versionhq-1.1.11.1.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.1
|
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,11 +39,11 @@ 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
|
-
Requires-Dist: typing
|
46
|
+
Requires-Dist: typing>=3.10.0.0
|
47
47
|
Requires-Dist: json-repair>=0.31.0
|
48
48
|
Requires-Dist: litellm>=1.55.8
|
49
49
|
Requires-Dist: openai>=1.57.0
|
@@ -57,17 +57,22 @@ 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
60
|
Requires-Dist: json-repair>=0.35.0
|
62
61
|
Requires-Dist: wheel>=0.45.1
|
63
|
-
|
64
|
-
Requires-Dist:
|
62
|
+
Provides-Extra: docling
|
63
|
+
Requires-Dist: docling>=2.17.0; extra == "docling"
|
64
|
+
Provides-Extra: mem0ai
|
65
|
+
Requires-Dist: mem0ai>=0.1.48; extra == "mem0ai"
|
66
|
+
Provides-Extra: pdfplumber
|
67
|
+
Requires-Dist: pdfplumber>=0.11.5; extra == "pdfplumber"
|
68
|
+
Provides-Extra: pandas
|
69
|
+
Requires-Dist: pandas>=2.2.3; extra == "pandas"
|
65
70
|
|
66
71
|
# Overview
|
67
72
|
|
68
73
|

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

|
71
76
|

|
72
77
|

|
73
78
|
|
@@ -225,7 +230,6 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
|
|
225
230
|
## Technologies Used
|
226
231
|
**Schema, Data Validation**
|
227
232
|
- [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
233
|
- [Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
|
230
234
|
- [Docling](https://ds4sd.github.io/docling/): Document parsing
|
231
235
|
|
@@ -291,7 +295,8 @@ src/
|
|
291
295
|
```
|
292
296
|
uv venv
|
293
297
|
source .venv/bin/activate
|
294
|
-
uv
|
298
|
+
uv lock --upgrade
|
299
|
+
uv sync --all-extras
|
295
300
|
```
|
296
301
|
|
297
302
|
* 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=8RQigLjUS2dzNnBTZY2lyx9iWOatzhZdSv3HBCa0mFk,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.1.dist-info/LICENSE,sha256=7CCXuMrAjPVsUvZrsBq9DsxI2rLDUSYXR_qj4yO_ZII,1077
|
61
|
+
versionhq-1.1.11.1.dist-info/METADATA,sha256=Cw6-Lu9N6fKUEzvHu_JOacYnYB-mPsIWRxdLVtNa7zg,18304
|
62
|
+
versionhq-1.1.11.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
63
|
+
versionhq-1.1.11.1.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
|
64
|
+
versionhq-1.1.11.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|