versionhq 1.2.2.10__tar.gz → 1.2.3.0__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 (159) hide show
  1. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.github/workflows/publish.yml +1 -1
  2. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.github/workflows/publish_testpypi.yml +1 -1
  3. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.github/workflows/run_tests.yml +1 -1
  4. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.gitignore +2 -0
  5. versionhq-1.2.3.0/.python-version +1 -0
  6. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/PKG-INFO +10 -10
  7. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/README.md +2 -7
  8. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/index.md +1 -7
  9. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/quickstart.md +1 -1
  10. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/pyproject.toml +25 -3
  11. versionhq-1.2.3.0/runtime.txt +2 -0
  12. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/__init__.py +1 -1
  13. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/rag_tool.py +5 -1
  14. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq.egg-info/PKG-INFO +10 -10
  15. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq.egg-info/requires.txt +8 -1
  16. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/uv.lock +1310 -465
  17. versionhq-1.2.2.10/.python-version +0 -1
  18. versionhq-1.2.2.10/runtime.txt +0 -2
  19. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.env.sample +0 -0
  20. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.github/workflows/deploy_docs.yml +0 -0
  21. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.github/workflows/security_check.yml +0 -0
  22. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/.pre-commit-config.yaml +0 -0
  23. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/LICENSE +0 -0
  24. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/SECURITY.md +0 -0
  25. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/db/preprocess.py +0 -0
  26. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/CNAME +0 -0
  27. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/_logos/favicon.ico +0 -0
  28. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/_logos/logo192.png +0 -0
  29. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/agent/config.md +0 -0
  30. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/agent/index.md +0 -0
  31. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/agent/task-handling.md +0 -0
  32. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/agent-network/config.md +0 -0
  33. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/agent-network/form.md +0 -0
  34. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/agent-network/index.md +0 -0
  35. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/agent-network/ref.md +0 -0
  36. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/knowledge.md +0 -0
  37. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/llm/index.md +0 -0
  38. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/memory.md +0 -0
  39. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/rag-tool.md +0 -0
  40. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task/evaluation.md +0 -0
  41. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task/index.md +0 -0
  42. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task/reference.md +0 -0
  43. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task/response-field.md +0 -0
  44. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task/task-execution.md +0 -0
  45. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task/task-output.md +0 -0
  46. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task/task-strc-response.md +0 -0
  47. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/task-graph/index.md +0 -0
  48. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/core/tool.md +0 -0
  49. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/stylesheets/main.css +0 -0
  50. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/docs/tags.md +0 -0
  51. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/mkdocs.yml +0 -0
  52. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/requirements-dev.txt +0 -0
  53. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/requirements.txt +0 -0
  54. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/setup.cfg +0 -0
  55. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/_utils/__init__.py +0 -0
  56. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/_utils/i18n.py +0 -0
  57. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/_utils/llm_as_a_judge.py +0 -0
  58. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/_utils/logger.py +0 -0
  59. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/_utils/process_config.py +0 -0
  60. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/_utils/usage_metrics.py +0 -0
  61. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/_utils/vars.py +0 -0
  62. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
  63. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
  64. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent/__init__.py +0 -0
  65. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent/inhouse_agents.py +0 -0
  66. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent/model.py +0 -0
  67. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent/parser.py +0 -0
  68. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent/rpm_controller.py +0 -0
  69. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent_network/__init__.py +0 -0
  70. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent_network/formation.py +0 -0
  71. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/agent_network/model.py +0 -0
  72. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/cli/__init__.py +0 -0
  73. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/clients/__init__.py +0 -0
  74. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/clients/customer/__init__.py +0 -0
  75. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/clients/customer/model.py +0 -0
  76. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/clients/product/__init__.py +0 -0
  77. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/clients/product/model.py +0 -0
  78. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/clients/workflow/__init__.py +0 -0
  79. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/clients/workflow/model.py +0 -0
  80. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/knowledge/__init__.py +0 -0
  81. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/knowledge/_utils.py +0 -0
  82. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/knowledge/embedding.py +0 -0
  83. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/knowledge/model.py +0 -0
  84. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/knowledge/source.py +0 -0
  85. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/knowledge/source_docling.py +0 -0
  86. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/knowledge/storage.py +0 -0
  87. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/llm/__init__.py +0 -0
  88. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/llm/llm_vars.py +0 -0
  89. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/llm/model.py +0 -0
  90. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/memory/__init__.py +0 -0
  91. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/memory/contextual_memory.py +0 -0
  92. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/memory/model.py +0 -0
  93. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/storage/__init__.py +0 -0
  94. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/storage/base.py +0 -0
  95. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
  96. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/storage/mem0_storage.py +0 -0
  97. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/storage/rag_storage.py +0 -0
  98. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/storage/task_output_storage.py +0 -0
  99. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/storage/utils.py +0 -0
  100. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task/TEMPLATES/Description.py +0 -0
  101. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task/__init__.py +0 -0
  102. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task/evaluation.py +0 -0
  103. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task/formatter.py +0 -0
  104. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task/model.py +0 -0
  105. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task/structured_response.py +0 -0
  106. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task_graph/__init__.py +0 -0
  107. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task_graph/colors.py +0 -0
  108. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task_graph/draft.py +0 -0
  109. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/task_graph/model.py +0 -0
  110. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/__init__.py +0 -0
  111. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/cache_handler.py +0 -0
  112. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/composio_tool.py +0 -0
  113. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/composio_tool_vars.py +0 -0
  114. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/decorator.py +0 -0
  115. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/model.py +0 -0
  116. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq/tool/tool_handler.py +0 -0
  117. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq.egg-info/SOURCES.txt +0 -0
  118. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq.egg-info/dependency_links.txt +0 -0
  119. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/src/versionhq.egg-info/top_level.txt +0 -0
  120. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/__init__.py +0 -0
  121. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/_sample/sample.csv +0 -0
  122. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/_sample/sample.json +0 -0
  123. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/agent/__init__.py +0 -0
  124. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/agent/agent_test.py +0 -0
  125. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/agent/doc_test.py +0 -0
  126. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/agent_network/Prompts/Demo_test.py +0 -0
  127. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/agent_network/__init__.py +0 -0
  128. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/agent_network/agent_network_test.py +0 -0
  129. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/agent_network/doc_test.py +0 -0
  130. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/cli/__init__.py +0 -0
  131. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/clients/customer_test.py +0 -0
  132. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/clients/product_test.py +0 -0
  133. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/clients/workflow_test.py +0 -0
  134. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/conftest.py +0 -0
  135. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/doc_test.py +0 -0
  136. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/formation_test.py +0 -0
  137. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/knowledge/__init__.py +0 -0
  138. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/knowledge/knowledge_test.py +0 -0
  139. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/knowledge/mock_report_compressed.pdf +0 -0
  140. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/llm/__init__.py +0 -0
  141. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/llm/llm_connection_test.py +0 -0
  142. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/llm/llm_test.py +0 -0
  143. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/memory/__init__.py +0 -0
  144. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/memory/memory_test.py +0 -0
  145. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task/__init__.py +0 -0
  146. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task/doc_eval_test.py +0 -0
  147. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task/doc_taskoutput_test.py +0 -0
  148. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task/doc_test.py +0 -0
  149. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task/eval_test.py +0 -0
  150. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task/task_test.py +0 -0
  151. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task_graph/__init__.py +0 -0
  152. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task_graph/doc_test.py +0 -0
  153. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/task_graph/task_graph_test.py +0 -0
  154. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/tool/__init__.py +0 -0
  155. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/tool/composio_test.py +0 -0
  156. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/tool/doc_test.py +0 -0
  157. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/tool/rag_tool_test.py +0 -0
  158. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/tool/tool_test.py +0 -0
  159. {versionhq-1.2.2.10 → versionhq-1.2.3.0}/tests/usecase_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.12.8
25
+ uv venv
26
26
  source .venv/bin/activate
27
27
  uv pip install --upgrade pip twine
28
28
  uv pip install -r requirements.txt
@@ -22,7 +22,7 @@ jobs:
22
22
 
23
23
  - name: Build release distributions
24
24
  run: |
25
- uv venv --python 3.12.8
25
+ uv venv
26
26
  source .venv/bin/activate
27
27
  uv pip install --upgrade pip twine
28
28
  uv pip install -r requirements.txt
@@ -37,7 +37,7 @@ jobs:
37
37
 
38
38
  - name: Set up the project
39
39
  run: |
40
- uv venv --python 3.12.8
40
+ uv venv
41
41
  source .venv/bin/activate
42
42
  uv lock --upgrade
43
43
  uv sync --all-extras --no-extra pygraphviz
@@ -1,6 +1,8 @@
1
1
  deploy.py
2
2
  destinations.py
3
3
 
4
+ auth/
5
+
4
6
  refine.py
5
7
 
6
8
  train.py
@@ -0,0 +1 @@
1
+ 3.13.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: versionhq
3
- Version: 1.2.2.10
3
+ Version: 1.2.3.0
4
4
  Summary: An agentic orchestration framework for building agent networks that handle task automation.
5
5
  Author-email: Kuriko Iwai <kuriko@versi0n.io>
6
6
  License: MIT License
@@ -34,13 +34,14 @@ Classifier: Programming Language :: Python
34
34
  Classifier: Programming Language :: Python :: 3
35
35
  Classifier: Programming Language :: Python :: 3.11
36
36
  Classifier: Programming Language :: Python :: 3.12
37
+ Classifier: Programming Language :: Python :: 3.13
37
38
  Classifier: License :: OSI Approved :: MIT License
38
39
  Classifier: Operating System :: OS Independent
39
40
  Classifier: Development Status :: 3 - Alpha
40
41
  Classifier: Intended Audience :: Developers
41
42
  Classifier: Intended Audience :: Information Technology
42
43
  Classifier: Topic :: Software Development :: Build Tools
43
- Requires-Python: <3.13,>=3.11
44
+ Requires-Python: >=3.11
44
45
  Description-Content-Type: text/markdown
45
46
  License-File: LICENSE
46
47
  Requires-Dist: regex==2024.11.6
@@ -67,8 +68,12 @@ Requires-Dist: composio-core==0.7.0
67
68
  Requires-Dist: networkx>=3.4.2
68
69
  Requires-Dist: matplotlib>=3.10.0
69
70
  Requires-Dist: boto3>=1.37.1
71
+ Provides-Extra: torch
72
+ Requires-Dist: torch>=2.6.0; extra == "torch"
73
+ Requires-Dist: torchvision>=0.21.0; extra == "torch"
74
+ Requires-Dist: pytorch-triton-xpu>=3.2.0; sys_platform == "linux" and extra == "torch"
70
75
  Provides-Extra: docling
71
- Requires-Dist: docling>=2.17.0; extra == "docling"
76
+ Requires-Dist: docling>=2.25.2; extra == "docling"
72
77
  Provides-Extra: mem0ai
73
78
  Requires-Dist: mem0ai>=0.1.55; extra == "mem0ai"
74
79
  Provides-Extra: pdfplumber
@@ -91,7 +96,7 @@ Requires-Dist: scikit-learn>=1.6.1; extra == "eval"
91
96
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
92
97
  [![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)
93
98
  ![PyPI](https://img.shields.io/badge/PyPI-v1.2.2+-blue)
94
- ![python ver](https://img.shields.io/badge/Python-3.11|3.12-purple)
99
+ ![python ver](https://img.shields.io/badge/Python-3.11|3.12|3.13-purple)
95
100
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
96
101
 
97
102
 
@@ -252,7 +257,7 @@ agent.update(
252
257
  pip install versionhq
253
258
  ```
254
259
 
255
- (Python 3.11 / 3.12)
260
+ (Python 3.11 | 3.12 | 3.13)
256
261
 
257
262
 
258
263
  ### Launching an agent
@@ -384,7 +389,6 @@ Tasks can be delegated to a manager, peers within the agent network, or a comple
384
389
 
385
390
  **Deployment**
386
391
 
387
- * **Python**: Primary programming language. v3.12.x is recommended
388
392
  * [uv](https://docs.astral.sh/uv/): Python package installer and resolver
389
393
  * [pre-commit](https://pre-commit.com/): Manage and maintain pre-commit hooks
390
394
  * [setuptools](https://pypi.org/project/setuptools/): Build python modules
@@ -473,8 +477,6 @@ pyproject.toml # Project config
473
477
  uv sync --all-extras --no-extra pygraphviz
474
478
  ```
475
479
 
476
- - `torch`/`Docling` related errors: Set up default Python version either `3.11.x` or `3.12.x` (same as AssertionError)
477
-
478
480
  ### Adding env secrets to .env file
479
481
 
480
482
  Create `.env` file in the project root and add secret vars following `.env.sample` file.
@@ -580,8 +582,6 @@ Common issues and solutions:
580
582
 
581
583
  * Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
582
584
 
583
- * 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`.
584
-
585
585
  * Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
586
586
 
587
587
  * Issues related to agents and other systems: Check `.logs` directory located in the root directory for error messages and stack traces.
@@ -4,7 +4,7 @@
4
4
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
5
5
  [![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)
6
6
  ![PyPI](https://img.shields.io/badge/PyPI-v1.2.2+-blue)
7
- ![python ver](https://img.shields.io/badge/Python-3.11|3.12-purple)
7
+ ![python ver](https://img.shields.io/badge/Python-3.11|3.12|3.13-purple)
8
8
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
9
9
 
10
10
 
@@ -165,7 +165,7 @@ agent.update(
165
165
  pip install versionhq
166
166
  ```
167
167
 
168
- (Python 3.11 / 3.12)
168
+ (Python 3.11 | 3.12 | 3.13)
169
169
 
170
170
 
171
171
  ### Launching an agent
@@ -297,7 +297,6 @@ Tasks can be delegated to a manager, peers within the agent network, or a comple
297
297
 
298
298
  **Deployment**
299
299
 
300
- * **Python**: Primary programming language. v3.12.x is recommended
301
300
  * [uv](https://docs.astral.sh/uv/): Python package installer and resolver
302
301
  * [pre-commit](https://pre-commit.com/): Manage and maintain pre-commit hooks
303
302
  * [setuptools](https://pypi.org/project/setuptools/): Build python modules
@@ -386,8 +385,6 @@ pyproject.toml # Project config
386
385
  uv sync --all-extras --no-extra pygraphviz
387
386
  ```
388
387
 
389
- - `torch`/`Docling` related errors: Set up default Python version either `3.11.x` or `3.12.x` (same as AssertionError)
390
-
391
388
  ### Adding env secrets to .env file
392
389
 
393
390
  Create `.env` file in the project root and add secret vars following `.env.sample` file.
@@ -493,8 +490,6 @@ Common issues and solutions:
493
490
 
494
491
  * Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
495
492
 
496
- * 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`.
497
-
498
493
  * Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
499
494
 
500
495
  * Issues related to agents and other systems: Check `.logs` directory located in the root directory for error messages and stack traces.
@@ -4,7 +4,7 @@
4
4
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
5
5
  [![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)
6
6
  ![PyPI](https://img.shields.io/badge/PyPI-v1.2.2+-blue)
7
- ![python ver](https://img.shields.io/badge/Python-3.11|3.12-purple)
7
+ ![python ver](https://img.shields.io/badge/Python-3.11|3.12|3.13-purple)
8
8
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
9
9
 
10
10
  A Python framework for agentic orchestration that handles complex task automation.
@@ -175,8 +175,6 @@ agent.update(
175
175
  uv sync --all-extras --no-extra pygraphviz
176
176
  ```
177
177
 
178
- - `torch`/`Docling` related errors: Set up default Python version either `3.11.x` or `3.12.x` (same as AssertionError)
179
-
180
178
  **Setting up a local env file**
181
179
 
182
180
  Create `.env` file at the root of the project directry and add your keys following `.env.sample`.
@@ -221,8 +219,6 @@ Create `.env` file at the root of the project directry and add your keys followi
221
219
 
222
220
  **Deployment**
223
221
 
224
- * **Python**: Primary programming language. v3.12.x is recommended
225
-
226
222
  * [uv](https://docs.astral.sh/uv/): Python package installer and resolver
227
223
 
228
224
  * [pre-commit](https://pre-commit.com/): Manage and maintain pre-commit hooks
@@ -241,8 +237,6 @@ Common issues and solutions:
241
237
 
242
238
  * Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
243
239
 
244
- * 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`.
245
-
246
240
  * Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
247
241
 
248
242
  * Issues related to agents and other systems: Check `.logs` directory located in the root directory for detailed error messages and stack traces.
@@ -6,7 +6,7 @@
6
6
  pip install versionhq
7
7
  ```
8
8
 
9
- (Python 3.11, 3.12)
9
+ (Python 3.11 | 3.12 | 3.13)
10
10
 
11
11
  <hr />
12
12
 
@@ -15,11 +15,11 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
15
15
 
16
16
  [project]
17
17
  name = "versionhq"
18
- version = "1.2.2.10"
18
+ version = "1.2.3.0"
19
19
  authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
20
20
  description = "An agentic orchestration framework for building agent networks that handle task automation."
21
21
  readme = "README.md"
22
- requires-python = ">=3.11,<3.13"
22
+ requires-python = ">=3.11"
23
23
  license = { file = "LICENSE" }
24
24
  keywords = ["orchestration framework", "orchestration", "ai agent", "multi-agent system", "RAG", "agent", "agentic orchestration", "llm"]
25
25
  dependencies = [
@@ -53,6 +53,7 @@ classifiers = [
53
53
  "Programming Language :: Python :: 3",
54
54
  "Programming Language :: Python :: 3.11",
55
55
  "Programming Language :: Python :: 3.12",
56
+ "Programming Language :: Python :: 3.13",
56
57
  "License :: OSI Approved :: MIT License",
57
58
  "Operating System :: OS Independent",
58
59
  "Development Status :: 3 - Alpha",
@@ -68,8 +69,13 @@ Repository = "https://github.com/versionHQ/multi-agent-system"
68
69
  Issues = "https://github.com/versionHQ/multi-agent-system/issues"
69
70
 
70
71
  [project.optional-dependencies]
72
+ torch = [
73
+ "torch>=2.6.0",
74
+ "torchvision>=0.21.0",
75
+ "pytorch-triton-xpu>=3.2.0 ; sys_platform == 'linux'",
76
+ ]
71
77
  docling = [
72
- "docling>=2.17.0",
78
+ "docling>=2.25.2",
73
79
  ]
74
80
  mem0ai = [
75
81
  "mem0ai>=0.1.55",
@@ -110,6 +116,22 @@ dev-dependencies = [
110
116
  "pillow>=10.4.0",
111
117
  ]
112
118
 
119
+ [tool.uv.sources]
120
+ torch = [
121
+ { index = "pytorch-xpu", marker = "sys_platform == 'win32' or sys_platform == 'linux'" },
122
+ ]
123
+ torchvision = [
124
+ { index = "pytorch-xpu", marker = "sys_platform == 'win32' or sys_platform == 'linux'" },
125
+ ]
126
+ pytorch-triton-xpu = [
127
+ { index = "pytorch-xpu", marker = "sys_platform == 'linux'" },
128
+ ]
129
+
130
+ [[tool.uv.index]]
131
+ name = "pytorch-xpu"
132
+ url = "https://download.pytorch.org/whl/xpu"
133
+ explicit = true
134
+
113
135
  [tool.uv.workspace]
114
136
  members = ["Kuriko", "krik8235", "Kuriko IWAI"]
115
137
 
@@ -0,0 +1,2 @@
1
+ python-3.13.1
2
+ PYTHON_VERSION=3.13.1
@@ -32,7 +32,7 @@ from versionhq.agent_network.formation import form_agent_network
32
32
  from versionhq.task_graph.draft import workflow
33
33
 
34
34
 
35
- __version__ = "1.2.2.10"
35
+ __version__ = "1.2.3.0"
36
36
  __all__ = [
37
37
  "Agent",
38
38
 
@@ -1,6 +1,5 @@
1
1
  import re
2
2
  import requests
3
- import html2text
4
3
  import gzip
5
4
  import http.client
6
5
  import urllib.request
@@ -37,6 +36,11 @@ class RagTool(BaseTool):
37
36
  if isinstance(source_code, bytes):
38
37
  source_code = source_code.decode('utf-8')
39
38
 
39
+ try:
40
+ import html2text
41
+ except:
42
+ Logger().log(message="Dependencies for tools are missing. Add tool packages by running: `uv add versionhq[tool]`.", color="red", level="error")
43
+
40
44
  h = html2text.HTML2Text()
41
45
  h.ignore_links = False
42
46
  text = h.handle(source_code)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: versionhq
3
- Version: 1.2.2.10
3
+ Version: 1.2.3.0
4
4
  Summary: An agentic orchestration framework for building agent networks that handle task automation.
5
5
  Author-email: Kuriko Iwai <kuriko@versi0n.io>
6
6
  License: MIT License
@@ -34,13 +34,14 @@ Classifier: Programming Language :: Python
34
34
  Classifier: Programming Language :: Python :: 3
35
35
  Classifier: Programming Language :: Python :: 3.11
36
36
  Classifier: Programming Language :: Python :: 3.12
37
+ Classifier: Programming Language :: Python :: 3.13
37
38
  Classifier: License :: OSI Approved :: MIT License
38
39
  Classifier: Operating System :: OS Independent
39
40
  Classifier: Development Status :: 3 - Alpha
40
41
  Classifier: Intended Audience :: Developers
41
42
  Classifier: Intended Audience :: Information Technology
42
43
  Classifier: Topic :: Software Development :: Build Tools
43
- Requires-Python: <3.13,>=3.11
44
+ Requires-Python: >=3.11
44
45
  Description-Content-Type: text/markdown
45
46
  License-File: LICENSE
46
47
  Requires-Dist: regex==2024.11.6
@@ -67,8 +68,12 @@ Requires-Dist: composio-core==0.7.0
67
68
  Requires-Dist: networkx>=3.4.2
68
69
  Requires-Dist: matplotlib>=3.10.0
69
70
  Requires-Dist: boto3>=1.37.1
71
+ Provides-Extra: torch
72
+ Requires-Dist: torch>=2.6.0; extra == "torch"
73
+ Requires-Dist: torchvision>=0.21.0; extra == "torch"
74
+ Requires-Dist: pytorch-triton-xpu>=3.2.0; sys_platform == "linux" and extra == "torch"
70
75
  Provides-Extra: docling
71
- Requires-Dist: docling>=2.17.0; extra == "docling"
76
+ Requires-Dist: docling>=2.25.2; extra == "docling"
72
77
  Provides-Extra: mem0ai
73
78
  Requires-Dist: mem0ai>=0.1.55; extra == "mem0ai"
74
79
  Provides-Extra: pdfplumber
@@ -91,7 +96,7 @@ Requires-Dist: scikit-learn>=1.6.1; extra == "eval"
91
96
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
92
97
  [![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)
93
98
  ![PyPI](https://img.shields.io/badge/PyPI-v1.2.2+-blue)
94
- ![python ver](https://img.shields.io/badge/Python-3.11|3.12-purple)
99
+ ![python ver](https://img.shields.io/badge/Python-3.11|3.12|3.13-purple)
95
100
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
96
101
 
97
102
 
@@ -252,7 +257,7 @@ agent.update(
252
257
  pip install versionhq
253
258
  ```
254
259
 
255
- (Python 3.11 / 3.12)
260
+ (Python 3.11 | 3.12 | 3.13)
256
261
 
257
262
 
258
263
  ### Launching an agent
@@ -384,7 +389,6 @@ Tasks can be delegated to a manager, peers within the agent network, or a comple
384
389
 
385
390
  **Deployment**
386
391
 
387
- * **Python**: Primary programming language. v3.12.x is recommended
388
392
  * [uv](https://docs.astral.sh/uv/): Python package installer and resolver
389
393
  * [pre-commit](https://pre-commit.com/): Manage and maintain pre-commit hooks
390
394
  * [setuptools](https://pypi.org/project/setuptools/): Build python modules
@@ -473,8 +477,6 @@ pyproject.toml # Project config
473
477
  uv sync --all-extras --no-extra pygraphviz
474
478
  ```
475
479
 
476
- - `torch`/`Docling` related errors: Set up default Python version either `3.11.x` or `3.12.x` (same as AssertionError)
477
-
478
480
  ### Adding env secrets to .env file
479
481
 
480
482
  Create `.env` file in the project root and add secret vars following `.env.sample` file.
@@ -580,8 +582,6 @@ Common issues and solutions:
580
582
 
581
583
  * Memory errors: If processing large contracts, you may need to increase the available memory for the Python process.
582
584
 
583
- * 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`.
584
-
585
585
  * Issues related to dependencies: `rm -rf uv.lock`, `uv cache clean`, `uv venv`, and run `uv pip install -r requirements.txt -v`.
586
586
 
587
587
  * Issues related to agents and other systems: Check `.logs` directory located in the root directory for error messages and stack traces.
@@ -24,7 +24,7 @@ matplotlib>=3.10.0
24
24
  boto3>=1.37.1
25
25
 
26
26
  [docling]
27
- docling>=2.17.0
27
+ docling>=2.25.2
28
28
 
29
29
  [eval]
30
30
  scikit-learn>=1.6.1
@@ -47,3 +47,10 @@ pygraphviz>=1.14
47
47
  [tools]
48
48
  html2text>=2024.2.26
49
49
  sec-api>=1.0.28
50
+
51
+ [torch]
52
+ torch>=2.6.0
53
+ torchvision>=0.21.0
54
+
55
+ [torch:sys_platform == "linux"]
56
+ pytorch-triton-xpu>=3.2.0