versionhq 1.2.4.8__tar.gz → 1.2.4.9__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.4.8 → versionhq-1.2.4.9}/PKG-INFO +4 -4
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/README.md +1 -1
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/pyproject.toml +1 -2
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/requirements.txt +0 -1
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/__init__.py +1 -1
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/rag_tool.py +1 -2
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq.egg-info/PKG-INFO +4 -4
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq.egg-info/requires.txt +0 -1
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.env.sample +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.github/workflows/deploy_docs.yml +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.github/workflows/publish.yml +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.gitignore +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.pre-commit-config.yaml +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/.python-version +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/LICENSE +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/SECURITY.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/db/preprocess.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/CNAME +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/_logos/favicon.ico +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/_logos/logo192.png +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/agent/config.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/agent/index.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/agent/task-handling.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/agent-network/config.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/agent-network/form.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/agent-network/index.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/agent-network/ref.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/knowledge.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/llm/index.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/memory.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/rag-tool.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task/evaluation.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task/index.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task/reference.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task/response-field.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task/task-execution.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task/task-output.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task/task-strc-response.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/task-graph/index.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/core/tool.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/index.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/quickstart.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/stylesheets/main.css +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/docs/tags.md +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/mkdocs.yml +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/requirements-dev.txt +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/runtime.txt +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/setup.cfg +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_prompt/auto_feedback.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_prompt/constants.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_prompt/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/convert_img_url.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/is_valid_enum.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/is_valid_url.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/llm_as_a_judge.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent/inhouse_agents.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent_network/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent_network/formation.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/agent_network/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/knowledge/source.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task/TEMPLATES/Description.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task/evaluation.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task_graph/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task_graph/colors.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task_graph/draft.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/task_graph/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/composio/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/composio/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/composio/params.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/gpt/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/gpt/_enum.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/gpt/cua.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/gpt/file_search.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/gpt/web_search.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/_prompt/auto_feedback_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/_prompt/prompt_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/_sample/sample.csv +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/_sample/sample.json +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/_sample/sample.mp3 +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/_sample/screenshot.png +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/agent/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/agent/agent_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/agent/doc_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/agent_network/Prompts/Demo_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/agent_network/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/agent_network/agent_network_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/agent_network/doc_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/cli/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/clients/customer_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/clients/product_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/conftest.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/doc_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/formation_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/llm/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/llm/llm_connection_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/llm/llm_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/memory/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/memory/memory_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task/doc_eval_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task/doc_taskoutput_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task/doc_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task/eval_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task/task_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task_graph/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task_graph/doc_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/task_graph/task_graph_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/tool/__init__.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/tool/composio_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/tool/doc_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/tool/gpt_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/tool/rag_tool_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/tool/tool_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/tests/usecase_test.py +0 -0
- {versionhq-1.2.4.8 → versionhq-1.2.4.9}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.4.
|
3
|
+
Version: 1.2.4.9
|
4
4
|
Summary: Autonomous agent networks for task automation with multi-step reasoning.
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -45,7 +45,6 @@ Requires-Python: >=3.11
|
|
45
45
|
Description-Content-Type: text/markdown
|
46
46
|
License-File: LICENSE
|
47
47
|
Requires-Dist: regex==2024.11.6
|
48
|
-
Requires-Dist: requests>=2.32.3
|
49
48
|
Requires-Dist: pydantic>=2.10.6
|
50
49
|
Requires-Dist: typing>=0.0.0
|
51
50
|
Requires-Dist: json-repair>=0.0.0
|
@@ -81,6 +80,7 @@ Requires-Dist: pytest-playwright>=0.7.0; extra == "tools"
|
|
81
80
|
Provides-Extra: torch
|
82
81
|
Requires-Dist: torch>=2.6.0; extra == "torch"
|
83
82
|
Requires-Dist: torchvision>=0.21.0; extra == "torch"
|
83
|
+
Dynamic: license-file
|
84
84
|
|
85
85
|
# Overview
|
86
86
|
|
@@ -209,7 +209,7 @@ A `TaskGraph` represents tasks as `nodes` and their execution dependencies as `e
|
|
209
209
|
|
210
210
|
`Agent Networks` can handle `TaskGraph` objects by optimizing their formations.
|
211
211
|
|
212
|
-
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png">
|
212
|
+
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png" width="300px">
|
213
213
|
|
214
214
|
<hr />
|
215
215
|
|
@@ -125,7 +125,7 @@ A `TaskGraph` represents tasks as `nodes` and their execution dependencies as `e
|
|
125
125
|
|
126
126
|
`Agent Networks` can handle `TaskGraph` objects by optimizing their formations.
|
127
127
|
|
128
|
-
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png">
|
128
|
+
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png" width="300px">
|
129
129
|
|
130
130
|
<hr />
|
131
131
|
|
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
|
|
15
15
|
|
16
16
|
[project]
|
17
17
|
name = "versionhq"
|
18
|
-
version = "1.2.4.
|
18
|
+
version = "1.2.4.9"
|
19
19
|
authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
|
20
20
|
description = "Autonomous agent networks for task automation with multi-step reasoning."
|
21
21
|
readme = "README.md"
|
@@ -24,7 +24,6 @@ license = { file = "LICENSE" }
|
|
24
24
|
keywords = ["autonomic agent networks", "deep agent", "agentic orchestration framework", ]
|
25
25
|
dependencies = [
|
26
26
|
"regex==2024.11.6",
|
27
|
-
"requests>=2.32.3",
|
28
27
|
"pydantic>=2.10.6",
|
29
28
|
"typing>=0.0.0",
|
30
29
|
"json-repair>=0.0.0",
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import re
|
2
|
-
import requests
|
3
2
|
import gzip
|
4
3
|
import http.client
|
5
4
|
import urllib.request
|
@@ -69,7 +68,7 @@ class RagTool(BaseTool):
|
|
69
68
|
text = self._sanitize_source_code(source_code=res)
|
70
69
|
return text
|
71
70
|
|
72
|
-
except
|
71
|
+
except urllib.request.HTTPError as e:
|
73
72
|
Logger().log(level="error", message=f"HTTP error occurred: {str(e)}", color="red")
|
74
73
|
return None
|
75
74
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.4.
|
3
|
+
Version: 1.2.4.9
|
4
4
|
Summary: Autonomous agent networks for task automation with multi-step reasoning.
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -45,7 +45,6 @@ Requires-Python: >=3.11
|
|
45
45
|
Description-Content-Type: text/markdown
|
46
46
|
License-File: LICENSE
|
47
47
|
Requires-Dist: regex==2024.11.6
|
48
|
-
Requires-Dist: requests>=2.32.3
|
49
48
|
Requires-Dist: pydantic>=2.10.6
|
50
49
|
Requires-Dist: typing>=0.0.0
|
51
50
|
Requires-Dist: json-repair>=0.0.0
|
@@ -81,6 +80,7 @@ Requires-Dist: pytest-playwright>=0.7.0; extra == "tools"
|
|
81
80
|
Provides-Extra: torch
|
82
81
|
Requires-Dist: torch>=2.6.0; extra == "torch"
|
83
82
|
Requires-Dist: torchvision>=0.21.0; extra == "torch"
|
83
|
+
Dynamic: license-file
|
84
84
|
|
85
85
|
# Overview
|
86
86
|
|
@@ -209,7 +209,7 @@ A `TaskGraph` represents tasks as `nodes` and their execution dependencies as `e
|
|
209
209
|
|
210
210
|
`Agent Networks` can handle `TaskGraph` objects by optimizing their formations.
|
211
211
|
|
212
|
-
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png">
|
212
|
+
<img src="https://res.cloudinary.com/dfeirxlea/image/upload/v1739337639/pj_m_home/zfg4ccw1m1ww1tpnb0pa.png" width="300px">
|
213
213
|
|
214
214
|
<hr />
|
215
215
|
|
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
|
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
|