versionhq 1.2.1.13__py3-none-any.whl → 1.2.1.14__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 -5
- versionhq/agent/model.py +2 -2
- {versionhq-1.2.1.13.dist-info → versionhq-1.2.1.14.dist-info}/METADATA +1 -1
- {versionhq-1.2.1.13.dist-info → versionhq-1.2.1.14.dist-info}/RECORD +7 -7
- {versionhq-1.2.1.13.dist-info → versionhq-1.2.1.14.dist-info}/LICENSE +0 -0
- {versionhq-1.2.1.13.dist-info → versionhq-1.2.1.14.dist-info}/WHEEL +0 -0
- {versionhq-1.2.1.13.dist-info → versionhq-1.2.1.14.dist-info}/top_level.txt +0 -0
versionhq/__init__.py
CHANGED
@@ -30,10 +30,8 @@ from versionhq.memory.model import ShortTermMemory,LongTermMemory, UserMemory, M
|
|
30
30
|
from versionhq.task.formation import form_agent_network
|
31
31
|
from versionhq.task_graph.draft import workflow
|
32
32
|
|
33
|
-
# from versionhq._utils.logger import Logger
|
34
33
|
|
35
|
-
|
36
|
-
__version__ = "1.2.1.13"
|
34
|
+
__version__ = "1.2.1.14"
|
37
35
|
__all__ = [
|
38
36
|
"Agent",
|
39
37
|
|
@@ -93,6 +91,4 @@ __all__ = [
|
|
93
91
|
|
94
92
|
"form_agent_network",
|
95
93
|
"workflow",
|
96
|
-
|
97
|
-
# "Logger",
|
98
94
|
]
|
versionhq/agent/model.py
CHANGED
@@ -587,11 +587,11 @@ class Agent(BaseModel):
|
|
587
587
|
from versionhq.task.model import Task, ResponseField
|
588
588
|
|
589
589
|
class Output(BaseModel):
|
590
|
+
result: str
|
590
591
|
steps: list[str]
|
591
|
-
conclution: str
|
592
592
|
|
593
593
|
task = Task(
|
594
|
-
description=f"
|
594
|
+
description=f"Generate a simple result in a sentence to achieve the goal: {self.goal}. If needed, list up necessary steps in concise manner.",
|
595
595
|
pydantic_output=Output
|
596
596
|
)
|
597
597
|
res = task.execute(agent=self, context=context)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
versionhq/__init__.py,sha256=
|
1
|
+
versionhq/__init__.py,sha256=iRSTMITQMFFixAJsBgg0Og100UdL-svAq0H0EoXjM6U,2883
|
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=zgogTwAY-ujDLrdryAKhdtoaNe1nOFajmEN0V8aMR34,3155
|
@@ -7,7 +7,7 @@ versionhq/_utils/usage_metrics.py,sha256=NXF18dn5NNvGK7EsQ4AAghpR8ppYOjMx6ABenLL
|
|
7
7
|
versionhq/_utils/vars.py,sha256=bZ5Dx_bFKlt3hi4-NNGXqdk7B23If_WaTIju2fiTyPQ,57
|
8
8
|
versionhq/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
versionhq/agent/inhouse_agents.py,sha256=snDtgDmvZB2bZKH_RTcz5uFOMl3MTjLJwTQBebFt8hk,2532
|
10
|
-
versionhq/agent/model.py,sha256=
|
10
|
+
versionhq/agent/model.py,sha256=eFmkNuCJhXRhdYJR59J5PFxw5aghLvBrPRj4NXd7J0w,25873
|
11
11
|
versionhq/agent/parser.py,sha256=riG0dkdQCxH7uJ0AbdVdg7WvL0BXhUgJht0VtQvxJBc,4082
|
12
12
|
versionhq/agent/rpm_controller.py,sha256=grezIxyBci_lDlwAlgWFRyR5KOocXeOhYkgN02dNFNE,2360
|
13
13
|
versionhq/agent/TEMPLATES/Backstory.py,sha256=IAhGnnt6VUMe3wO6IzeyZPDNu7XE7Uiu3VEXUreOcKs,532
|
@@ -61,8 +61,8 @@ versionhq/tool/composio_tool_vars.py,sha256=FvBuEXsOQUYnN7RTFxT20kAkiEYkxWKkiVtg
|
|
61
61
|
versionhq/tool/decorator.py,sha256=C4ZM7Xi2gwtEMaSeRo-geo_g_MAkY77WkSLkAuY0AyI,1205
|
62
62
|
versionhq/tool/model.py,sha256=PO4zNWBZcJhYVur381YL1dy6zqurio2jWjtbxOxZMGI,12194
|
63
63
|
versionhq/tool/tool_handler.py,sha256=2m41K8qo5bGCCbwMFferEjT-XZ-mE9F0mDUOBkgivOI,1416
|
64
|
-
versionhq-1.2.1.
|
65
|
-
versionhq-1.2.1.
|
66
|
-
versionhq-1.2.1.
|
67
|
-
versionhq-1.2.1.
|
68
|
-
versionhq-1.2.1.
|
64
|
+
versionhq-1.2.1.14.dist-info/LICENSE,sha256=cRoGGdM73IiDs6nDWKqPlgSv7aR4n-qBXYnJlCMHCeE,1082
|
65
|
+
versionhq-1.2.1.14.dist-info/METADATA,sha256=s7vOZmrrn59L5L6ItVtEVzg92yHmrv58PXAr805sbZQ,22033
|
66
|
+
versionhq-1.2.1.14.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
67
|
+
versionhq-1.2.1.14.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
|
68
|
+
versionhq-1.2.1.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|