versionhq 1.2.0.1__py3-none-any.whl → 1.2.0.2__py3-none-any.whl
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/__init__.py +1 -1
- versionhq/network/model.py +2 -2
- {versionhq-1.2.0.1.dist-info → versionhq-1.2.0.2.dist-info}/METADATA +3 -5
- {versionhq-1.2.0.1.dist-info → versionhq-1.2.0.2.dist-info}/RECORD +7 -7
- {versionhq-1.2.0.1.dist-info → versionhq-1.2.0.2.dist-info}/LICENSE +0 -0
- {versionhq-1.2.0.1.dist-info → versionhq-1.2.0.2.dist-info}/WHEEL +0 -0
- {versionhq-1.2.0.1.dist-info → versionhq-1.2.0.2.dist-info}/top_level.txt +0 -0
versionhq/__init__.py
CHANGED
versionhq/network/model.py
CHANGED
@@ -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
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
versionhq/__init__.py,sha256=
|
1
|
+
versionhq/__init__.py,sha256=RwVa60s3Puko2L4VU8tS7jAFhPy5zqbYqyJUdDhyjHA,2783
|
2
2
|
versionhq/_utils/__init__.py,sha256=dzoZr4cBlh-2QZuPzTdehPUCe9lP1dmRtauD7qTjUaA,158
|
3
3
|
versionhq/_utils/i18n.py,sha256=TwA_PnYfDLA6VqlUDPuybdV9lgi3Frh_ASsb_X8jJo8,1483
|
4
4
|
versionhq/_utils/logger.py,sha256=j9SlQPIefdVUlwpGfJY83E2BUt1ejWgZ2M2I8aMyQ3c,1579
|
@@ -34,7 +34,7 @@ versionhq/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
34
34
|
versionhq/memory/contextual_memory.py,sha256=tCsOOAUnfrOL7YiakqGoi3uShzzS870TmGnlGd3z_A4,3556
|
35
35
|
versionhq/memory/model.py,sha256=4wow2O3UuMZ0AbC2NyxddGZac3-_GjNZbK9wsA015NA,8145
|
36
36
|
versionhq/network/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
|
-
versionhq/network/model.py,sha256=
|
37
|
+
versionhq/network/model.py,sha256=nqRlekld7Hy0cQZCOXbOGpanTFJwWfHyJt1OodhHJI0,20316
|
38
38
|
versionhq/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
39
|
versionhq/storage/base.py,sha256=p-Jas0fXQan_qotnRD6seQxrT2lj-uw9-SmHQhdppcs,355
|
40
40
|
versionhq/storage/ltm_sqlite_storage.py,sha256=wdUiuwHfJocdk0UGqyrdU4S5Nae1rgsoRNu3LWmGFcI,3951
|
@@ -60,8 +60,8 @@ versionhq/tool/composio_tool_vars.py,sha256=FvBuEXsOQUYnN7RTFxT20kAkiEYkxWKkiVtg
|
|
60
60
|
versionhq/tool/decorator.py,sha256=C4ZM7Xi2gwtEMaSeRo-geo_g_MAkY77WkSLkAuY0AyI,1205
|
61
61
|
versionhq/tool/model.py,sha256=PO4zNWBZcJhYVur381YL1dy6zqurio2jWjtbxOxZMGI,12194
|
62
62
|
versionhq/tool/tool_handler.py,sha256=2m41K8qo5bGCCbwMFferEjT-XZ-mE9F0mDUOBkgivOI,1416
|
63
|
-
versionhq-1.2.0.
|
64
|
-
versionhq-1.2.0.
|
65
|
-
versionhq-1.2.0.
|
66
|
-
versionhq-1.2.0.
|
67
|
-
versionhq-1.2.0.
|
63
|
+
versionhq-1.2.0.2.dist-info/LICENSE,sha256=cRoGGdM73IiDs6nDWKqPlgSv7aR4n-qBXYnJlCMHCeE,1082
|
64
|
+
versionhq-1.2.0.2.dist-info/METADATA,sha256=YT-m2KqdExbv9rb2uLSVoRjkMiB06pKExUqkduXFoM0,21462
|
65
|
+
versionhq-1.2.0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
66
|
+
versionhq-1.2.0.2.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
|
67
|
+
versionhq-1.2.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|