versionhq 1.2.0.1__tar.gz → 1.2.0.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.2.0.1 → versionhq-1.2.0.2}/PKG-INFO +3 -5
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/README.md +2 -4
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/pyproject.toml +1 -1
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/__init__.py +1 -1
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/network/model.py +2 -2
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq.egg-info/PKG-INFO +3 -5
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.github/workflows/deploy_docs.yml +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.github/workflows/publish.yml +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.gitignore +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.pre-commit-config.yaml +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/.python-version +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/LICENSE +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/SECURITY.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/db/preprocess.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/CNAME +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/_logos/favicon.ico +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/_logos/logo192.png +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/core/Agent.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/core/task/response-field.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/core/task/task-output.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/core/task.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/core/tool.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/index.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/quickstart.md +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/docs/stylesheets/main.css +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/mkdocs.yml +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/requirements-dev.txt +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/requirements.txt +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/runtime.txt +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/setup.cfg +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/agent/inhouse_agents.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/knowledge/source.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/network/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/TEMPLATES/Description.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/evaluate.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/formation.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/log_handler.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/team/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/team/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/team/team_planner.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq.egg-info/requires.txt +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/agent/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/agent/agent_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/agent/doc_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/cli/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/clients/customer_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/clients/product_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/conftest.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/doc_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/formation_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/llm/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/llm/llm_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/memory/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/memory/memory_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/network/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/network/doc_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/network/network_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/task/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/task/doc_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/task/llm_connection_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/task/task_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/team/Prompts/Demo_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/team/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/team/team_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/tool/__init__.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/tool/composio_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/tool/doc_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/tool/tool_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/tests/usecase_test.py +0 -0
- {versionhq-1.2.0.1 → versionhq-1.2.0.2}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.0.
|
3
|
+
Version: 1.2.0.2
|
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
|
@@ -87,7 +87,7 @@ Requires-Dist: matplotlib>=3.10.0; extra == "matplotlib"
|
|
87
87
|

|
88
88
|
[](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml)
|
89
89
|

|
90
|
-

|
91
91
|

|
92
92
|
|
93
93
|
|
@@ -266,8 +266,6 @@ By default, agents prioritize JSON over plane text outputs.
|
|
266
266
|
def dummy_func(message: str, test1: str, test2: list[str]) -> str:
|
267
267
|
return f"""{message}: {test1}, {", ".join(test2)}"""
|
268
268
|
|
269
|
-
|
270
|
-
agent = vhq.Agent(role="demo", goal="amazing project goal")
|
271
269
|
task = vhq.Task(
|
272
270
|
description="Amazing task",
|
273
271
|
pydantic_output=CustomOutput,
|
@@ -275,7 +273,7 @@ By default, agents prioritize JSON over plane text outputs.
|
|
275
273
|
callback_kwargs=dict(message="Hi! Here is the result: ")
|
276
274
|
)
|
277
275
|
|
278
|
-
res = task.execute(
|
276
|
+
res = task.execute(context="amazing context to consider.")
|
279
277
|
print(res)
|
280
278
|
```
|
281
279
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|

|
5
5
|
[](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml)
|
6
6
|

|
7
|
-

|
8
8
|

|
9
9
|
|
10
10
|
|
@@ -183,8 +183,6 @@ By default, agents prioritize JSON over plane text outputs.
|
|
183
183
|
def dummy_func(message: str, test1: str, test2: list[str]) -> str:
|
184
184
|
return f"""{message}: {test1}, {", ".join(test2)}"""
|
185
185
|
|
186
|
-
|
187
|
-
agent = vhq.Agent(role="demo", goal="amazing project goal")
|
188
186
|
task = vhq.Task(
|
189
187
|
description="Amazing task",
|
190
188
|
pydantic_output=CustomOutput,
|
@@ -192,7 +190,7 @@ By default, agents prioritize JSON over plane text outputs.
|
|
192
190
|
callback_kwargs=dict(message="Hi! Here is the result: ")
|
193
191
|
)
|
194
192
|
|
195
|
-
res = task.execute(
|
193
|
+
res = task.execute(context="amazing context to consider.")
|
196
194
|
print(res)
|
197
195
|
```
|
198
196
|
|
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
|
|
15
15
|
|
16
16
|
[project]
|
17
17
|
name = "versionhq"
|
18
|
-
version = "1.2.0.
|
18
|
+
version = "1.2.0.2"
|
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"
|
@@ -11,12 +11,12 @@ from versionhq.agent.model import Agent
|
|
11
11
|
from versionhq._utils.logger import Logger
|
12
12
|
|
13
13
|
try:
|
14
|
-
import networkx as
|
14
|
+
import networkx as nx
|
15
15
|
except ImportError:
|
16
16
|
try:
|
17
17
|
import os
|
18
18
|
os.system("uv add networkx --optional networkx")
|
19
|
-
import networkx as
|
19
|
+
import networkx as nx
|
20
20
|
except:
|
21
21
|
raise ImportError("networkx is not installed. Please install it with: uv add networkx --optional networkx")
|
22
22
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.0.
|
3
|
+
Version: 1.2.0.2
|
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
|
@@ -87,7 +87,7 @@ Requires-Dist: matplotlib>=3.10.0; extra == "matplotlib"
|
|
87
87
|

|
88
88
|
[](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml)
|
89
89
|

|
90
|
-

|
91
91
|

|
92
92
|
|
93
93
|
|
@@ -266,8 +266,6 @@ By default, agents prioritize JSON over plane text outputs.
|
|
266
266
|
def dummy_func(message: str, test1: str, test2: list[str]) -> str:
|
267
267
|
return f"""{message}: {test1}, {", ".join(test2)}"""
|
268
268
|
|
269
|
-
|
270
|
-
agent = vhq.Agent(role="demo", goal="amazing project goal")
|
271
269
|
task = vhq.Task(
|
272
270
|
description="Amazing task",
|
273
271
|
pydantic_output=CustomOutput,
|
@@ -275,7 +273,7 @@ By default, agents prioritize JSON over plane text outputs.
|
|
275
273
|
callback_kwargs=dict(message="Hi! Here is the result: ")
|
276
274
|
)
|
277
275
|
|
278
|
-
res = task.execute(
|
276
|
+
res = task.execute(context="amazing context to consider.")
|
279
277
|
print(res)
|
280
278
|
```
|
281
279
|
|
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
|