versionhq 1.1.11.0__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 (105) hide show
  1. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/.github/workflows/run_tests.yml +2 -2
  2. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/.gitignore +9 -3
  3. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/PKG-INFO +15 -10
  4. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/README.md +3 -3
  5. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/pyproject.toml +19 -8
  6. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/requirements.txt +13 -238
  7. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/__init__.py +1 -1
  8. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq.egg-info/PKG-INFO +15 -10
  9. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq.egg-info/requires.txt +14 -5
  10. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/uv.lock +301 -126
  11. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/.github/workflows/publish.yml +0 -0
  12. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/.github/workflows/publish_testpypi.yml +0 -0
  13. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/.github/workflows/security_check.yml +0 -0
  14. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/.pre-commit-config.yaml +0 -0
  15. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/.python-version +0 -0
  16. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/LICENSE +0 -0
  17. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/SECURITY.md +0 -0
  18. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/db/preprocess.py +0 -0
  19. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/requirements-dev.txt +0 -0
  20. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/runtime.txt +0 -0
  21. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/setup.cfg +0 -0
  22. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/_utils/__init__.py +0 -0
  23. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/_utils/i18n.py +0 -0
  24. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/_utils/logger.py +0 -0
  25. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/_utils/process_config.py +0 -0
  26. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/_utils/usage_metrics.py +0 -0
  27. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/_utils/vars.py +0 -0
  28. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
  29. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
  30. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/agent/__init__.py +0 -0
  31. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/agent/default_agents.py +0 -0
  32. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/agent/model.py +0 -0
  33. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/agent/parser.py +0 -0
  34. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/agent/rpm_controller.py +0 -0
  35. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/cli/__init__.py +0 -0
  36. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/clients/__init__.py +0 -0
  37. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/clients/customer/__init__.py +0 -0
  38. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/clients/customer/model.py +0 -0
  39. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/clients/product/__init__.py +0 -0
  40. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/clients/product/model.py +0 -0
  41. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/clients/workflow/__init__.py +0 -0
  42. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/clients/workflow/model.py +0 -0
  43. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/knowledge/__init__.py +0 -0
  44. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/knowledge/_utils.py +0 -0
  45. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/knowledge/embedding.py +0 -0
  46. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/knowledge/model.py +0 -0
  47. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/knowledge/source.py +0 -0
  48. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/knowledge/source_docling.py +0 -0
  49. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/knowledge/storage.py +0 -0
  50. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/llm/__init__.py +0 -0
  51. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/llm/llm_vars.py +0 -0
  52. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/llm/model.py +0 -0
  53. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/memory/__init__.py +0 -0
  54. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/memory/contextual_memory.py +0 -0
  55. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/memory/model.py +0 -0
  56. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/storage/__init__.py +0 -0
  57. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/storage/base.py +0 -0
  58. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
  59. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/storage/mem0_storage.py +0 -0
  60. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/storage/rag_storage.py +0 -0
  61. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/storage/task_output_storage.py +0 -0
  62. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/storage/utils.py +0 -0
  63. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/task/TEMPLATES/Description.py +0 -0
  64. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/task/__init__.py +0 -0
  65. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/task/evaluate.py +0 -0
  66. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/task/formatter.py +0 -0
  67. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/task/log_handler.py +0 -0
  68. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/task/model.py +0 -0
  69. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/task/structured_response.py +0 -0
  70. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/team/__init__.py +0 -0
  71. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/team/model.py +0 -0
  72. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/team/team_planner.py +0 -0
  73. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/tool/__init__.py +0 -0
  74. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/tool/cache_handler.py +0 -0
  75. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/tool/composio_tool.py +0 -0
  76. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/tool/composio_tool_vars.py +0 -0
  77. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/tool/decorator.py +0 -0
  78. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/tool/model.py +0 -0
  79. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq/tool/tool_handler.py +0 -0
  80. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq.egg-info/SOURCES.txt +0 -0
  81. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq.egg-info/dependency_links.txt +0 -0
  82. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/src/versionhq.egg-info/top_level.txt +0 -0
  83. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/__init__.py +0 -0
  84. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/agent/__init__.py +0 -0
  85. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/agent/agent_test.py +0 -0
  86. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/cli/__init__.py +0 -0
  87. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/clients/customer_test.py +0 -0
  88. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/clients/product_test.py +0 -0
  89. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/clients/workflow_test.py +0 -0
  90. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/conftest.py +0 -0
  91. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/knowledge/__init__.py +0 -0
  92. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/knowledge/knowledge_test.py +0 -0
  93. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/knowledge/mock_report_compressed.pdf +0 -0
  94. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/llm/__init__.py +0 -0
  95. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/llm/llm_test.py +0 -0
  96. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/memory/__init__.py +0 -0
  97. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/memory/memory_test.py +0 -0
  98. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/task/__init__.py +0 -0
  99. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/task/task_test.py +0 -0
  100. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/team/Prompts/Demo_test.py +0 -0
  101. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/team/__init__.py +0 -0
  102. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/team/team_test.py +0 -0
  103. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/tool/__init__.py +0 -0
  104. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/tool/composio_test.py +0 -0
  105. {versionhq-1.1.11.0 → versionhq-1.1.11.1}/tests/tool/tool_test.py +0 -0
@@ -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.11.0
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
 
@@ -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 pip sync
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`
@@ -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
 
@@ -160,7 +160,6 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
160
160
  ## Technologies Used
161
161
  **Schema, Data Validation**
162
162
  - [Pydantic](https://docs.pydantic.dev/latest/): Data validation and serialization library for Python.
163
- - [Pydantic_core](https://pypi.org/project/pydantic-core/): Core func packages for Pydantic.
164
163
  - [Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
165
164
  - [Docling](https://ds4sd.github.io/docling/): Document parsing
166
165
 
@@ -226,7 +225,8 @@ src/
226
225
  ```
227
226
  uv venv
228
227
  source .venv/bin/activate
229
- uv pip sync
228
+ uv lock --upgrade
229
+ uv sync --all-extras
230
230
  ```
231
231
 
232
232
  * In case of AssertionError/module mismatch, run Python version control using `.pyenv`
@@ -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.11.0"
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",