versionhq 1.1.10.9__tar.gz → 1.1.11.1__tar.gz

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.
Files changed (106) hide show
  1. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/.github/workflows/publish_testpypi.yml +1 -1
  2. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/.github/workflows/run_tests.yml +2 -2
  3. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/.gitignore +9 -3
  4. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/PKG-INFO +25 -16
  5. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/README.md +13 -9
  6. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/pyproject.toml +19 -8
  7. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/requirements.txt +13 -238
  8. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/__init__.py +1 -1
  9. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/agent/default_agents.py +6 -1
  10. versionhq-1.1.11.1/src/versionhq/task/TEMPLATES/Description.py +5 -0
  11. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq.egg-info/PKG-INFO +25 -16
  12. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq.egg-info/requires.txt +14 -5
  13. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/uv.lock +301 -126
  14. versionhq-1.1.10.9/src/versionhq/task/TEMPLATES/Description.py +0 -5
  15. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/.github/workflows/publish.yml +0 -0
  16. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/.github/workflows/security_check.yml +0 -0
  17. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/.pre-commit-config.yaml +0 -0
  18. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/.python-version +0 -0
  19. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/LICENSE +0 -0
  20. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/SECURITY.md +0 -0
  21. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/db/preprocess.py +0 -0
  22. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/requirements-dev.txt +0 -0
  23. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/runtime.txt +0 -0
  24. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/setup.cfg +0 -0
  25. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/_utils/__init__.py +0 -0
  26. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/_utils/i18n.py +0 -0
  27. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/_utils/logger.py +0 -0
  28. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/_utils/process_config.py +0 -0
  29. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/_utils/usage_metrics.py +0 -0
  30. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/_utils/vars.py +0 -0
  31. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
  32. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
  33. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/agent/__init__.py +0 -0
  34. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/agent/model.py +0 -0
  35. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/agent/parser.py +0 -0
  36. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/agent/rpm_controller.py +0 -0
  37. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/cli/__init__.py +0 -0
  38. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/clients/__init__.py +0 -0
  39. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/clients/customer/__init__.py +0 -0
  40. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/clients/customer/model.py +0 -0
  41. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/clients/product/__init__.py +0 -0
  42. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/clients/product/model.py +0 -0
  43. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/clients/workflow/__init__.py +0 -0
  44. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/clients/workflow/model.py +0 -0
  45. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/knowledge/__init__.py +0 -0
  46. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/knowledge/_utils.py +0 -0
  47. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/knowledge/embedding.py +0 -0
  48. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/knowledge/model.py +0 -0
  49. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/knowledge/source.py +0 -0
  50. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/knowledge/source_docling.py +0 -0
  51. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/knowledge/storage.py +0 -0
  52. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/llm/__init__.py +0 -0
  53. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/llm/llm_vars.py +0 -0
  54. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/llm/model.py +0 -0
  55. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/memory/__init__.py +0 -0
  56. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/memory/contextual_memory.py +0 -0
  57. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/memory/model.py +0 -0
  58. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/storage/__init__.py +0 -0
  59. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/storage/base.py +0 -0
  60. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
  61. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/storage/mem0_storage.py +0 -0
  62. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/storage/rag_storage.py +0 -0
  63. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/storage/task_output_storage.py +0 -0
  64. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/storage/utils.py +0 -0
  65. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/task/__init__.py +0 -0
  66. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/task/evaluate.py +0 -0
  67. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/task/formatter.py +0 -0
  68. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/task/log_handler.py +0 -0
  69. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/task/model.py +0 -0
  70. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/task/structured_response.py +0 -0
  71. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/team/__init__.py +0 -0
  72. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/team/model.py +0 -0
  73. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/team/team_planner.py +0 -0
  74. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/tool/__init__.py +0 -0
  75. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/tool/cache_handler.py +0 -0
  76. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/tool/composio_tool.py +0 -0
  77. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/tool/composio_tool_vars.py +0 -0
  78. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/tool/decorator.py +0 -0
  79. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/tool/model.py +0 -0
  80. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq/tool/tool_handler.py +0 -0
  81. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq.egg-info/SOURCES.txt +0 -0
  82. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq.egg-info/dependency_links.txt +0 -0
  83. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/src/versionhq.egg-info/top_level.txt +0 -0
  84. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/__init__.py +0 -0
  85. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/agent/__init__.py +0 -0
  86. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/agent/agent_test.py +0 -0
  87. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/cli/__init__.py +0 -0
  88. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/clients/customer_test.py +0 -0
  89. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/clients/product_test.py +0 -0
  90. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/clients/workflow_test.py +0 -0
  91. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/conftest.py +0 -0
  92. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/knowledge/__init__.py +0 -0
  93. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/knowledge/knowledge_test.py +0 -0
  94. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/knowledge/mock_report_compressed.pdf +0 -0
  95. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/llm/__init__.py +0 -0
  96. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/llm/llm_test.py +0 -0
  97. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/memory/__init__.py +0 -0
  98. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/memory/memory_test.py +0 -0
  99. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/task/__init__.py +0 -0
  100. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/task/task_test.py +0 -0
  101. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/team/Prompts/Demo_test.py +0 -0
  102. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/team/__init__.py +0 -0
  103. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/team/team_test.py +0 -0
  104. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/tool/__init__.py +0 -0
  105. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/tool/composio_test.py +0 -0
  106. {versionhq-1.1.10.9 → versionhq-1.1.11.1}/tests/tool/tool_test.py +0 -0
@@ -22,7 +22,7 @@ jobs:
22
22
 
23
23
  - name: Build release distributions
24
24
  run: |
25
- uv venv --python 3.13.1
25
+ uv venv --python 3.12.8
26
26
  source .venv/bin/activate
27
27
  uv pip install --upgrade pip twine
28
28
  uv pip install -r requirements.txt
@@ -37,8 +37,8 @@ jobs:
37
37
  run: |
38
38
  uv venv --python 3.12.8
39
39
  source .venv/bin/activate
40
- uv pip install --upgrade pip pytest
41
- uv pip install -r requirements.txt
40
+ uv lock --upgrade
41
+ uv sync --all-extras
42
42
 
43
43
  - name: Run tests
44
44
  run: uv run pytest tests -vv --cache-clear
@@ -5,17 +5,23 @@ entity_memory.py
5
5
 
6
6
  train.py
7
7
 
8
- memo.txt
9
-
10
8
  dist/
9
+ lib/
11
10
  build/
12
11
  .pypirc
13
12
  uploads/
14
13
  sample_dataset/
15
14
  chroma.sqlite3
16
15
  *egg-info/
16
+ test/
17
+ db/
18
+ rc-tests/*
19
+ temp/*
20
+ .vscode/*
21
+ assets/*
22
+ memo.txt
17
23
 
18
- __pycache__/
24
+ __pycache__
19
25
  .ruff_cache/
20
26
  .pytest_cache/
21
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: versionhq
3
- Version: 1.1.10.9
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
- Requires-Dist: pdfplumber>=0.11.5
64
- Requires-Dist: mem0ai>=0.1.48
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
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
69
74
  [![Publisher](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml/badge.svg)](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml)
70
- ![PyPI](https://img.shields.io/badge/PyPI->=v1.1.10-blue)
75
+ ![PyPI](https://img.shields.io/badge/PyPI->=v1.1.11.1-blue)
71
76
  ![python ver](https://img.shields.io/badge/Python->=3.12-purple)
72
77
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
73
78
 
@@ -162,7 +167,7 @@ You can specify which formation you want them to generate, or let the agent deci
162
167
 
163
168
  task = Task(
164
169
  description="Amazing task",
165
- pydantic_custom_output=CustomOutput,
170
+ pydantic_output=CustomOutput,
166
171
  callback=dummy_func,
167
172
  callback_kwargs=dict(message="Hi! Here is the result: ")
168
173
  )
@@ -171,14 +176,17 @@ You can specify which formation you want them to generate, or let the agent deci
171
176
  print(res)
172
177
  ```
173
178
 
174
- This will return `TaskOutput` that stores a response in string, JSON dict, and Pydantic model: `CustomOutput` formats with a callback result.
179
+ This will return `TaskOutput` instance that stores a response in plane text, JSON serializable dict, and Pydantic model: `CustomOutput` formats with a callback result, tool output (if given), and evaluation results (if given).
175
180
 
176
181
  ```
177
182
  res == TaskOutput(
178
- raw="{\\"test1\\": \\"random str\\", \\"test2\\": [\\"item1\\", \\"item2\\"]}",
179
- json_dict={"test1": "random str", "test2": ["item1", "item2"]},
180
- pydantic=CustomOutput(test1="random str", test2=["item 1", "item 2"]),
181
- callback_output="Hi! Here is the result: random str, item 1, item 2",
183
+ task_id=UUID('<TASK UUID>')
184
+ raw='{\"test1\":\"random str\", \"test2\":[\"str item 1\", \"str item 2\", \"str item 3\"]}',
185
+ json_dict={'test1': 'random str', 'test2': ['str item 1', 'str item 2', 'str item 3']},
186
+ pydantic=<class '__main__.CustomOutput'>
187
+ tool_output=None,
188
+ callback_output='Hi! Here is the result: random str, str item 1, str item 2, str item 3',
189
+ evaluation=None
182
190
  )
183
191
  ```
184
192
 
@@ -222,7 +230,6 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
222
230
  ## Technologies Used
223
231
  **Schema, Data Validation**
224
232
  - [Pydantic](https://docs.pydantic.dev/latest/): Data validation and serialization library for Python.
225
- - [Pydantic_core](https://pypi.org/project/pydantic-core/): Core func packages for Pydantic.
226
233
  - [Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
227
234
  - [Docling](https://ds4sd.github.io/docling/): Document parsing
228
235
 
@@ -288,7 +295,8 @@ src/
288
295
  ```
289
296
  uv venv
290
297
  source .venv/bin/activate
291
- uv pip sync
298
+ uv lock --upgrade
299
+ uv sync --all-extras
292
300
  ```
293
301
 
294
302
  * In case of AssertionError/module mismatch, run Python version control using `.pyenv`
@@ -404,6 +412,7 @@ Common issues and solutions:
404
412
  - API key errors: Ensure all API keys in the `.env` file are correct and up to date. Make sure to add `load_dotenv()` on the top of the python file to apply the latest environment values.
405
413
  - Database connection issues: Check if the Chroma DB is properly initialized and accessible.
406
414
  - Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
415
+ - Issues related to the Python version: Docling/Pytorch is not ready for Python 3.13 as of Jan 2025. Use Python 3.12.x as default by running `uv venv --python 3.12.8` and `uv python pin 3.12.8`.
407
416
  - Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
408
417
  - Issues related to the AI agents or RAG system: Check the `output.log` file for detailed error messages and stack traces.
409
418
  - Issues related to `Python quit unexpectedly`: Check [this stackoverflow article](https://stackoverflow.com/questions/59888499/macos-catalina-python-quit-unexpectedly-error).
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
4
4
  [![Publisher](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml/badge.svg)](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml)
5
- ![PyPI](https://img.shields.io/badge/PyPI->=v1.1.10-blue)
5
+ ![PyPI](https://img.shields.io/badge/PyPI->=v1.1.11.1-blue)
6
6
  ![python ver](https://img.shields.io/badge/Python->=3.12-purple)
7
7
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
8
8
 
@@ -97,7 +97,7 @@ You can specify which formation you want them to generate, or let the agent deci
97
97
 
98
98
  task = Task(
99
99
  description="Amazing task",
100
- pydantic_custom_output=CustomOutput,
100
+ pydantic_output=CustomOutput,
101
101
  callback=dummy_func,
102
102
  callback_kwargs=dict(message="Hi! Here is the result: ")
103
103
  )
@@ -106,14 +106,17 @@ You can specify which formation you want them to generate, or let the agent deci
106
106
  print(res)
107
107
  ```
108
108
 
109
- This will return `TaskOutput` that stores a response in string, JSON dict, and Pydantic model: `CustomOutput` formats with a callback result.
109
+ This will return `TaskOutput` instance that stores a response in plane text, JSON serializable dict, and Pydantic model: `CustomOutput` formats with a callback result, tool output (if given), and evaluation results (if given).
110
110
 
111
111
  ```
112
112
  res == TaskOutput(
113
- raw="{\\"test1\\": \\"random str\\", \\"test2\\": [\\"item1\\", \\"item2\\"]}",
114
- json_dict={"test1": "random str", "test2": ["item1", "item2"]},
115
- pydantic=CustomOutput(test1="random str", test2=["item 1", "item 2"]),
116
- callback_output="Hi! Here is the result: random str, item 1, item 2",
113
+ task_id=UUID('<TASK UUID>')
114
+ raw='{\"test1\":\"random str\", \"test2\":[\"str item 1\", \"str item 2\", \"str item 3\"]}',
115
+ json_dict={'test1': 'random str', 'test2': ['str item 1', 'str item 2', 'str item 3']},
116
+ pydantic=<class '__main__.CustomOutput'>
117
+ tool_output=None,
118
+ callback_output='Hi! Here is the result: random str, str item 1, str item 2, str item 3',
119
+ evaluation=None
117
120
  )
118
121
  ```
119
122
 
@@ -157,7 +160,6 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
157
160
  ## Technologies Used
158
161
  **Schema, Data Validation**
159
162
  - [Pydantic](https://docs.pydantic.dev/latest/): Data validation and serialization library for Python.
160
- - [Pydantic_core](https://pypi.org/project/pydantic-core/): Core func packages for Pydantic.
161
163
  - [Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
162
164
  - [Docling](https://ds4sd.github.io/docling/): Document parsing
163
165
 
@@ -223,7 +225,8 @@ src/
223
225
  ```
224
226
  uv venv
225
227
  source .venv/bin/activate
226
- uv pip sync
228
+ uv lock --upgrade
229
+ uv sync --all-extras
227
230
  ```
228
231
 
229
232
  * In case of AssertionError/module mismatch, run Python version control using `.pyenv`
@@ -339,6 +342,7 @@ Common issues and solutions:
339
342
  - API key errors: Ensure all API keys in the `.env` file are correct and up to date. Make sure to add `load_dotenv()` on the top of the python file to apply the latest environment values.
340
343
  - Database connection issues: Check if the Chroma DB is properly initialized and accessible.
341
344
  - Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
345
+ - Issues related to the Python version: Docling/Pytorch is not ready for Python 3.13 as of Jan 2025. Use Python 3.12.x as default by running `uv venv --python 3.12.8` and `uv python pin 3.12.8`.
342
346
  - Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
343
347
  - Issues related to the AI agents or RAG system: Check the `output.log` file for detailed error messages and stack traces.
344
348
  - Issues related to `Python quit unexpectedly`: Check [this stackoverflow article](https://stackoverflow.com/questions/59888499/macos-catalina-python-quit-unexpectedly-error).
@@ -11,11 +11,11 @@ version = {attr = "versionhq.__version__"}
11
11
  [tool.setuptools.packages.find]
12
12
  where = ["src"]
13
13
  include = ["*"]
14
- exclude = ["test*", "__pycache__"]
14
+ exclude = ["test*", "__pycache__", "*.egg-info"]
15
15
 
16
16
  [project]
17
17
  name = "versionhq"
18
- version = "1.1.10.9"
18
+ version = "1.1.11.1"
19
19
  authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
20
20
  description = "LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows"
21
21
  readme = "README.md"
@@ -23,11 +23,11 @@ requires-python = ">=3.12"
23
23
  license = {file = "LICENSE"}
24
24
  keywords = ["orchestration framework", "orchestration", "ai agent", "multi-agent system", "RAG", "agent"]
25
25
  dependencies = [
26
- "regex",
26
+ "regex==2024.11.6",
27
27
  "requests>=2.32.3",
28
- "pydantic",
28
+ "pydantic>=2.10.6",
29
29
  "werkzeug>=3.1.3",
30
- "typing",
30
+ "typing>=3.10.0.0",
31
31
  "json-repair>=0.31.0",
32
32
  "litellm>=1.55.8",
33
33
  "openai>=1.57.0",
@@ -41,11 +41,8 @@ dependencies = [
41
41
  "langchain-openai>=0.2.14",
42
42
  "composio-langchain>=0.6.12",
43
43
  "chromadb>=0.6.3",
44
- "docling>=2.16.0",
45
44
  "json-repair>=0.35.0",
46
45
  "wheel>=0.45.1",
47
- "pdfplumber>=0.11.5",
48
- "mem0ai>=0.1.48",
49
46
  ]
50
47
  classifiers = [
51
48
  "Programming Language :: Python",
@@ -62,6 +59,20 @@ Documentation = "https://chief-oxygen-8a2.notion.site/Documentation-17e923685cf9
62
59
  Repository = "https://github.com/versionHQ/multi-agent-system"
63
60
  Issues = "https://github.com/versionHQ/multi-agent-system/issues"
64
61
 
62
+ [project.optional-dependencies]
63
+ docling = [
64
+ "docling>=2.17.0",
65
+ ]
66
+ mem0ai = [
67
+ "mem0ai>=0.1.48",
68
+ ]
69
+ pdfplumber = [
70
+ "pdfplumber>=0.11.5",
71
+ ]
72
+ pandas = [
73
+ "pandas>=2.2.3",
74
+ ]
75
+
65
76
  [tool.uv]
66
77
  dev-dependencies = [
67
78
  "mypy>=1.10.0",