versionhq 1.1.11.1__tar.gz → 1.1.11.2__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.
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/PKG-INFO +3 -4
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/pyproject.toml +3 -4
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/__init__.py +1 -1
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq.egg-info/PKG-INFO +3 -4
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq.egg-info/requires.txt +2 -3
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/uv.lock +2 -3
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/.github/workflows/publish.yml +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/.gitignore +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/.pre-commit-config.yaml +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/.python-version +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/LICENSE +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/README.md +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/SECURITY.md +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/db/preprocess.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/requirements-dev.txt +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/requirements.txt +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/runtime.txt +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/setup.cfg +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/agent/default_agents.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/knowledge/source.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/task/TEMPLATES/Description.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/task/evaluate.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/task/log_handler.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/task/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/team/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/team/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/team/team_planner.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/agent/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/agent/agent_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/cli/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/clients/customer_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/clients/product_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/conftest.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/llm/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/llm/llm_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/memory/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/memory/memory_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/task/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/task/task_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/team/Prompts/Demo_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/team/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/team/team_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/tool/__init__.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/tool/composio_test.py +0 -0
- {versionhq-1.1.11.1 → versionhq-1.1.11.2}/tests/tool/tool_test.py +0 -0
@@ -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
|
@@ -43,8 +43,8 @@ Requires-Dist: regex==2024.11.6
|
|
43
43
|
Requires-Dist: requests>=2.32.3
|
44
44
|
Requires-Dist: pydantic>=2.10.6
|
45
45
|
Requires-Dist: werkzeug>=3.1.3
|
46
|
-
Requires-Dist: typing
|
47
|
-
Requires-Dist: json-repair
|
46
|
+
Requires-Dist: typing
|
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,7 +57,6 @@ 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: json-repair>=0.35.0
|
61
60
|
Requires-Dist: wheel>=0.45.1
|
62
61
|
Provides-Extra: docling
|
63
62
|
Requires-Dist: docling>=2.17.0; extra == "docling"
|
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
|
|
15
15
|
|
16
16
|
[project]
|
17
17
|
name = "versionhq"
|
18
|
-
version = "1.1.11.
|
18
|
+
version = "1.1.11.2"
|
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"
|
@@ -27,8 +27,8 @@ dependencies = [
|
|
27
27
|
"requests>=2.32.3",
|
28
28
|
"pydantic>=2.10.6",
|
29
29
|
"werkzeug>=3.1.3",
|
30
|
-
"typing
|
31
|
-
"json-repair
|
30
|
+
"typing",
|
31
|
+
"json-repair",
|
32
32
|
"litellm>=1.55.8",
|
33
33
|
"openai>=1.57.0",
|
34
34
|
"composio-openai>=0.6.9",
|
@@ -41,7 +41,6 @@ dependencies = [
|
|
41
41
|
"langchain-openai>=0.2.14",
|
42
42
|
"composio-langchain>=0.6.12",
|
43
43
|
"chromadb>=0.6.3",
|
44
|
-
"json-repair>=0.35.0",
|
45
44
|
"wheel>=0.45.1",
|
46
45
|
]
|
47
46
|
classifiers = [
|
@@ -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
|
@@ -43,8 +43,8 @@ Requires-Dist: regex==2024.11.6
|
|
43
43
|
Requires-Dist: requests>=2.32.3
|
44
44
|
Requires-Dist: pydantic>=2.10.6
|
45
45
|
Requires-Dist: werkzeug>=3.1.3
|
46
|
-
Requires-Dist: typing
|
47
|
-
Requires-Dist: json-repair
|
46
|
+
Requires-Dist: typing
|
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,7 +57,6 @@ 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: json-repair>=0.35.0
|
61
60
|
Requires-Dist: wheel>=0.45.1
|
62
61
|
Provides-Extra: docling
|
63
62
|
Requires-Dist: docling>=2.17.0; extra == "docling"
|
@@ -2,8 +2,8 @@ regex==2024.11.6
|
|
2
2
|
requests>=2.32.3
|
3
3
|
pydantic>=2.10.6
|
4
4
|
werkzeug>=3.1.3
|
5
|
-
typing
|
6
|
-
json-repair
|
5
|
+
typing
|
6
|
+
json-repair
|
7
7
|
litellm>=1.55.8
|
8
8
|
openai>=1.57.0
|
9
9
|
composio-openai>=0.6.9
|
@@ -16,7 +16,6 @@ langchain>=0.3.14
|
|
16
16
|
langchain-openai>=0.2.14
|
17
17
|
composio-langchain>=0.6.12
|
18
18
|
chromadb>=0.6.3
|
19
|
-
json-repair>=0.35.0
|
20
19
|
wheel>=0.45.1
|
21
20
|
|
22
21
|
[docling]
|
@@ -4062,8 +4062,7 @@ requires-dist = [
|
|
4062
4062
|
{ name = "composio-langchain", specifier = ">=0.6.12" },
|
4063
4063
|
{ name = "composio-openai", specifier = ">=0.6.9" },
|
4064
4064
|
{ name = "docling", marker = "extra == 'docling'", specifier = ">=2.17.0" },
|
4065
|
-
{ name = "json-repair"
|
4066
|
-
{ name = "json-repair", specifier = ">=0.35.0" },
|
4065
|
+
{ name = "json-repair" },
|
4067
4066
|
{ name = "langchain", specifier = ">=0.3.14" },
|
4068
4067
|
{ name = "langchain-openai", specifier = ">=0.2.14" },
|
4069
4068
|
{ name = "litellm", specifier = ">=1.55.8" },
|
@@ -4076,7 +4075,7 @@ requires-dist = [
|
|
4076
4075
|
{ name = "regex", specifier = "==2024.11.6" },
|
4077
4076
|
{ name = "requests", specifier = ">=2.32.3" },
|
4078
4077
|
{ name = "setuptools", specifier = ">=75.6.0" },
|
4079
|
-
{ name = "typing"
|
4078
|
+
{ name = "typing" },
|
4080
4079
|
{ name = "werkzeug", specifier = ">=3.1.3" },
|
4081
4080
|
{ name = "wheel", specifier = ">=0.45.1" },
|
4082
4081
|
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|