versionhq 1.2.3.1__tar.gz → 1.2.3.4__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.2.3.1 → versionhq-1.2.3.4}/.env.sample +0 -2
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.github/workflows/run_tests.yml +9 -5
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/PKG-INFO +10 -10
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/pyproject.toml +26 -22
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/requirements.txt +1 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/__init__.py +1 -1
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/storage/ltm_sqlite_storage.py +1 -1
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task/evaluation.py +1 -1
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq.egg-info/PKG-INFO +10 -10
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq.egg-info/requires.txt +7 -8
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task/doc_eval_test.py +1 -1
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/uv.lock +414 -449
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.github/workflows/deploy_docs.yml +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.github/workflows/publish.yml +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.gitignore +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.pre-commit-config.yaml +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/.python-version +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/LICENSE +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/README.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/SECURITY.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/db/preprocess.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/CNAME +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/_logos/favicon.ico +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/_logos/logo192.png +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/agent/config.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/agent/index.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/agent/task-handling.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/agent-network/config.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/agent-network/form.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/agent-network/index.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/agent-network/ref.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/knowledge.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/llm/index.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/memory.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/rag-tool.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task/evaluation.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task/index.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task/reference.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task/response-field.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task/task-execution.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task/task-output.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task/task-strc-response.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/task-graph/index.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/core/tool.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/index.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/quickstart.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/stylesheets/main.css +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/docs/tags.md +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/mkdocs.yml +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/requirements-dev.txt +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/runtime.txt +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/setup.cfg +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/_utils/llm_as_a_judge.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent/inhouse_agents.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent_network/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent_network/formation.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/agent_network/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/knowledge/source.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task/TEMPLATES/Description.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task_graph/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task_graph/colors.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task_graph/draft.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/task_graph/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/rag_tool.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/_sample/sample.csv +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/_sample/sample.json +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/agent/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/agent/agent_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/agent/doc_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/agent_network/Prompts/Demo_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/agent_network/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/agent_network/agent_network_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/agent_network/doc_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/cli/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/clients/customer_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/clients/product_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/conftest.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/doc_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/formation_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/llm/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/llm/llm_connection_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/llm/llm_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/memory/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/memory/memory_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task/doc_taskoutput_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task/doc_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task/eval_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task/task_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task_graph/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task_graph/doc_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/task_graph/task_graph_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/tool/__init__.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/tool/composio_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/tool/doc_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/tool/rag_tool_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/tool/tool_test.py +0 -0
- {versionhq-1.2.3.1 → versionhq-1.2.3.4}/tests/usecase_test.py +0 -0
@@ -20,6 +20,7 @@ env:
|
|
20
20
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
21
21
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
22
22
|
AWS_REGION_NAME: ${{ secrets.AWS_REGION_NAME }}
|
23
|
+
# PYO3_USE_ABI3_FORWARD_COMPATIBILITY: ${{ secrets.PYO3_USE_ABI3_FORWARD_COMPATIBILITY }}
|
23
24
|
|
24
25
|
jobs:
|
25
26
|
run_test:
|
@@ -30,17 +31,20 @@ jobs:
|
|
30
31
|
- name: Checkout code
|
31
32
|
uses: actions/checkout@v4
|
32
33
|
|
33
|
-
-
|
34
|
-
uses: astral-sh/setup-uv@v4
|
34
|
+
- uses: actions/setup-python@v4
|
35
35
|
with:
|
36
|
-
version: "
|
36
|
+
python-version: "3.13"
|
37
37
|
|
38
|
-
- name:
|
38
|
+
- name: Env set up
|
39
39
|
run: |
|
40
|
+
echo "VIRTUAL_ENV=${Python_ROOT_DIR}" >> $GITHUB_ENV
|
41
|
+
pip install --upgrade pip pytest
|
42
|
+
pip install uv
|
40
43
|
uv venv
|
41
44
|
source .venv/bin/activate
|
45
|
+
uv pip install --upgrade pip pytest
|
42
46
|
uv lock --upgrade
|
43
47
|
uv sync --all-extras --no-extra pygraphviz
|
44
48
|
|
45
|
-
- name:
|
49
|
+
- name: Pytest
|
46
50
|
run: uv run pytest tests -vv --cache-clear
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.3.
|
3
|
+
Version: 1.2.3.4
|
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
|
@@ -48,8 +48,8 @@ Requires-Dist: regex==2024.11.6
|
|
48
48
|
Requires-Dist: requests>=2.32.3
|
49
49
|
Requires-Dist: pydantic>=2.10.6
|
50
50
|
Requires-Dist: werkzeug>=3.1.3
|
51
|
-
Requires-Dist: typing
|
52
|
-
Requires-Dist: json-repair
|
51
|
+
Requires-Dist: typing>=0.0.0
|
52
|
+
Requires-Dist: json-repair>=0.0.0
|
53
53
|
Requires-Dist: litellm>=1.55.8
|
54
54
|
Requires-Dist: openai>=1.64.0
|
55
55
|
Requires-Dist: composio-openai>=0.6.9
|
@@ -68,13 +68,6 @@ Requires-Dist: composio-core==0.7.0
|
|
68
68
|
Requires-Dist: networkx>=3.4.2
|
69
69
|
Requires-Dist: matplotlib>=3.10.0
|
70
70
|
Requires-Dist: boto3>=1.37.1
|
71
|
-
Requires-Dist: scikit-learn>=1.6.1
|
72
|
-
Requires-Dist: numpy>=1.26.4
|
73
|
-
Requires-Dist: pandas>=2.2.3
|
74
|
-
Provides-Extra: torch
|
75
|
-
Requires-Dist: torch>=2.6.0; extra == "torch"
|
76
|
-
Requires-Dist: torchvision>=0.21.0; extra == "torch"
|
77
|
-
Requires-Dist: pytorch-triton-xpu>=3.2.0; sys_platform == "linux" and extra == "torch"
|
78
71
|
Provides-Extra: docling
|
79
72
|
Requires-Dist: docling>=2.25.2; extra == "docling"
|
80
73
|
Provides-Extra: mem0ai
|
@@ -86,6 +79,13 @@ Requires-Dist: pygraphviz>=1.14; extra == "pygraphviz"
|
|
86
79
|
Provides-Extra: tools
|
87
80
|
Requires-Dist: html2text>=2024.2.26; extra == "tools"
|
88
81
|
Requires-Dist: sec-api>=1.0.28; extra == "tools"
|
82
|
+
Provides-Extra: torch
|
83
|
+
Requires-Dist: torch>=2.6.0; extra == "torch"
|
84
|
+
Requires-Dist: torchvision>=0.21.0; extra == "torch"
|
85
|
+
Provides-Extra: evals
|
86
|
+
Requires-Dist: scikit-learn>=1.6.1; extra == "evals"
|
87
|
+
Requires-Dist: numpy>=1.26.4; extra == "evals"
|
88
|
+
Requires-Dist: pandas>=2.2.3; extra == "evals"
|
89
89
|
|
90
90
|
# Overview
|
91
91
|
|
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
|
|
15
15
|
|
16
16
|
[project]
|
17
17
|
name = "versionhq"
|
18
|
-
version = "1.2.3.
|
18
|
+
version = "1.2.3.4"
|
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"
|
@@ -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>=0.0.0",
|
31
|
+
"json-repair>=0.0.0",
|
32
32
|
"litellm>=1.55.8",
|
33
33
|
"openai>=1.64.0",
|
34
34
|
"composio-openai>=0.6.9",
|
@@ -46,10 +46,7 @@ dependencies = [
|
|
46
46
|
"composio-core==0.7.0",
|
47
47
|
"networkx>=3.4.2",
|
48
48
|
"matplotlib>=3.10.0",
|
49
|
-
"boto3>=1.37.1"
|
50
|
-
"scikit-learn>=1.6.1",
|
51
|
-
"numpy>=1.26.4",
|
52
|
-
"pandas>=2.2.3",
|
49
|
+
"boto3>=1.37.1"
|
53
50
|
]
|
54
51
|
classifiers = [
|
55
52
|
"Programming Language :: Python",
|
@@ -72,11 +69,6 @@ Repository = "https://github.com/versionHQ/multi-agent-system"
|
|
72
69
|
Issues = "https://github.com/versionHQ/multi-agent-system/issues"
|
73
70
|
|
74
71
|
[project.optional-dependencies]
|
75
|
-
torch = [
|
76
|
-
"torch>=2.6.0",
|
77
|
-
"torchvision>=0.21.0",
|
78
|
-
"pytorch-triton-xpu>=3.2.0 ; sys_platform == 'linux'",
|
79
|
-
]
|
80
72
|
docling = [
|
81
73
|
"docling>=2.25.2",
|
82
74
|
]
|
@@ -93,15 +85,23 @@ tools = [
|
|
93
85
|
"html2text>=2024.2.26",
|
94
86
|
"sec-api>=1.0.28",
|
95
87
|
]
|
96
|
-
|
88
|
+
torch = [
|
89
|
+
"torch>=2.6.0",
|
90
|
+
"torchvision>=0.21.0",
|
91
|
+
]
|
92
|
+
evals = [
|
93
|
+
"scikit-learn>=1.6.1",
|
94
|
+
"numpy>=1.26.4",
|
95
|
+
"pandas>=2.2.3",
|
96
|
+
]
|
97
97
|
|
98
98
|
[tool.uv]
|
99
99
|
dev-dependencies = [
|
100
100
|
"mypy>=1.10.0",
|
101
101
|
"pre-commit>=4.0.1",
|
102
102
|
"pytest-vcr>=1.0.2",
|
103
|
-
"black",
|
104
|
-
"bandit",
|
103
|
+
"black>=0.0.0",
|
104
|
+
"bandit>=0.0.0",
|
105
105
|
"pytest>=8.3.4",
|
106
106
|
"mkdocs>=1.6.1",
|
107
107
|
"mkdocs-material>=9.6.2",
|
@@ -113,18 +113,22 @@ dev-dependencies = [
|
|
113
113
|
|
114
114
|
[tool.uv.sources]
|
115
115
|
torch = [
|
116
|
-
{ index = "pytorch-
|
116
|
+
{ index = "pytorch-cpu", extra = "torch", marker = "sys_platform != 'win32' and sys_platform != 'linux'" },
|
117
|
+
{ index = "pytorch-cu124", extra = "torch", marker = "sys_platform == 'win32' or sys_platform == 'linux'" },
|
117
118
|
]
|
118
119
|
torchvision = [
|
119
|
-
{ index = "pytorch-
|
120
|
-
|
121
|
-
pytorch-triton-xpu = [
|
122
|
-
{ index = "pytorch-xpu", marker = "sys_platform == 'linux'" },
|
120
|
+
{ index = "pytorch-cpu", extra = "torch", marker = "sys_platform != 'win32' and sys_platform != 'linux'" },
|
121
|
+
{ index = "pytorch-cu124", extra = "torch", marker = "sys_platform == 'win32' or sys_platform == 'linux'" },
|
123
122
|
]
|
124
123
|
|
125
124
|
[[tool.uv.index]]
|
126
|
-
name = "pytorch-
|
127
|
-
url = "https://download.pytorch.org/whl/
|
125
|
+
name = "pytorch-cpu"
|
126
|
+
url = "https://download.pytorch.org/whl/cpu"
|
127
|
+
explicit = true
|
128
|
+
|
129
|
+
[[tool.uv.index]]
|
130
|
+
name = "pytorch-cu124"
|
131
|
+
url = "https://download.pytorch.org/whl/cu124"
|
128
132
|
explicit = true
|
129
133
|
|
130
134
|
[tool.uv.workspace]
|
@@ -97,7 +97,7 @@ class LTMSQLiteStorage:
|
|
97
97
|
]
|
98
98
|
|
99
99
|
except sqlite3.Error as e:
|
100
|
-
self._logger.log(level="error", message=f"MEMORY ERROR: An error occurred while querying LTM: {str(e)}",color="red")
|
100
|
+
self._logger.log(level="error", message=f"MEMORY ERROR: An error occurred while querying LTM: {str(e)}", color="red")
|
101
101
|
return None
|
102
102
|
|
103
103
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.3.
|
3
|
+
Version: 1.2.3.4
|
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
|
@@ -48,8 +48,8 @@ Requires-Dist: regex==2024.11.6
|
|
48
48
|
Requires-Dist: requests>=2.32.3
|
49
49
|
Requires-Dist: pydantic>=2.10.6
|
50
50
|
Requires-Dist: werkzeug>=3.1.3
|
51
|
-
Requires-Dist: typing
|
52
|
-
Requires-Dist: json-repair
|
51
|
+
Requires-Dist: typing>=0.0.0
|
52
|
+
Requires-Dist: json-repair>=0.0.0
|
53
53
|
Requires-Dist: litellm>=1.55.8
|
54
54
|
Requires-Dist: openai>=1.64.0
|
55
55
|
Requires-Dist: composio-openai>=0.6.9
|
@@ -68,13 +68,6 @@ Requires-Dist: composio-core==0.7.0
|
|
68
68
|
Requires-Dist: networkx>=3.4.2
|
69
69
|
Requires-Dist: matplotlib>=3.10.0
|
70
70
|
Requires-Dist: boto3>=1.37.1
|
71
|
-
Requires-Dist: scikit-learn>=1.6.1
|
72
|
-
Requires-Dist: numpy>=1.26.4
|
73
|
-
Requires-Dist: pandas>=2.2.3
|
74
|
-
Provides-Extra: torch
|
75
|
-
Requires-Dist: torch>=2.6.0; extra == "torch"
|
76
|
-
Requires-Dist: torchvision>=0.21.0; extra == "torch"
|
77
|
-
Requires-Dist: pytorch-triton-xpu>=3.2.0; sys_platform == "linux" and extra == "torch"
|
78
71
|
Provides-Extra: docling
|
79
72
|
Requires-Dist: docling>=2.25.2; extra == "docling"
|
80
73
|
Provides-Extra: mem0ai
|
@@ -86,6 +79,13 @@ Requires-Dist: pygraphviz>=1.14; extra == "pygraphviz"
|
|
86
79
|
Provides-Extra: tools
|
87
80
|
Requires-Dist: html2text>=2024.2.26; extra == "tools"
|
88
81
|
Requires-Dist: sec-api>=1.0.28; extra == "tools"
|
82
|
+
Provides-Extra: torch
|
83
|
+
Requires-Dist: torch>=2.6.0; extra == "torch"
|
84
|
+
Requires-Dist: torchvision>=0.21.0; extra == "torch"
|
85
|
+
Provides-Extra: evals
|
86
|
+
Requires-Dist: scikit-learn>=1.6.1; extra == "evals"
|
87
|
+
Requires-Dist: numpy>=1.26.4; extra == "evals"
|
88
|
+
Requires-Dist: pandas>=2.2.3; extra == "evals"
|
89
89
|
|
90
90
|
# Overview
|
91
91
|
|
@@ -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>=0.0.0
|
6
|
+
json-repair>=0.0.0
|
7
7
|
litellm>=1.55.8
|
8
8
|
openai>=1.64.0
|
9
9
|
composio-openai>=0.6.9
|
@@ -22,13 +22,15 @@ composio-core==0.7.0
|
|
22
22
|
networkx>=3.4.2
|
23
23
|
matplotlib>=3.10.0
|
24
24
|
boto3>=1.37.1
|
25
|
-
scikit-learn>=1.6.1
|
26
|
-
numpy>=1.26.4
|
27
|
-
pandas>=2.2.3
|
28
25
|
|
29
26
|
[docling]
|
30
27
|
docling>=2.25.2
|
31
28
|
|
29
|
+
[evals]
|
30
|
+
scikit-learn>=1.6.1
|
31
|
+
numpy>=1.26.4
|
32
|
+
pandas>=2.2.3
|
33
|
+
|
32
34
|
[mem0ai]
|
33
35
|
mem0ai>=0.1.55
|
34
36
|
|
@@ -45,6 +47,3 @@ sec-api>=1.0.28
|
|
45
47
|
[torch]
|
46
48
|
torch>=2.6.0
|
47
49
|
torchvision>=0.21.0
|
48
|
-
|
49
|
-
[torch:sys_platform == "linux"]
|
50
|
-
pytorch-triton-xpu>=3.2.0
|
@@ -16,6 +16,6 @@ def test_eval():
|
|
16
16
|
res = task.execute()
|
17
17
|
|
18
18
|
assert isinstance(res.evaluation, vhq.Evaluation)
|
19
|
-
assert
|
19
|
+
assert len(res.evaluation.items) == 2
|
20
20
|
assert res.evaluation.aggregate_score is not None
|
21
21
|
assert res.evaluation.suggestion_summary is not None
|