versionhq 1.1.10.7__tar.gz → 1.1.10.8__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.1.10.7 → versionhq-1.1.10.8}/PKG-INFO +5 -6
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/README.md +4 -5
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/pyproject.toml +1 -1
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/__init__.py +1 -1
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq.egg-info/PKG-INFO +5 -6
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/.github/workflows/publish.yml +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/.gitignore +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/.pre-commit-config.yaml +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/.python-version +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/LICENSE +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/SECURITY.md +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/db/preprocess.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/requirements-dev.txt +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/requirements.txt +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/runtime.txt +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/setup.cfg +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/_utils/rpm_controller.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/task/log_handler.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/task/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/team/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/team/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/team/team_planner.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq.egg-info/requires.txt +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/agent/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/agent/agent_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/cli/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/clients/customer_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/clients/product_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/conftest.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/llm/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/llm/llm_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/task/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/task/task_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/team/Prompts/Demo_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/team/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/team/team_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/tool/__init__.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/tool/composio_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/tests/tool/tool_test.py +0 -0
- {versionhq-1.1.10.7 → versionhq-1.1.10.8}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.1.10.
|
3
|
+
Version: 1.1.10.8
|
4
4
|
Summary: LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -86,9 +86,9 @@ LLM orchestration frameworks to deploy multi-agent systems focusing on complex o
|
|
86
86
|
- [Key Features](#key-features)
|
87
87
|
- [Agent formation](#agent-formation)
|
88
88
|
- [Quick Start](#quick-start)
|
89
|
-
- [Case 1.
|
89
|
+
- [Case 1. Solo Agent:](#case-1-solo-agent)
|
90
90
|
- [Return a structured output with a summary in string.](#return-a-structured-output-with-a-summary-in-string)
|
91
|
-
- [Case 2.
|
91
|
+
- [Case 2. Supervising:](#case-2-supervising)
|
92
92
|
- [Technologies Used](#technologies-used)
|
93
93
|
- [Project Structure](#project-structure)
|
94
94
|
- [Setup](#setup)
|
@@ -136,7 +136,7 @@ You can specify which formation you want them to generate, or let the agent deci
|
|
136
136
|
(Python >= 3.13)
|
137
137
|
|
138
138
|
|
139
|
-
### Case 1.
|
139
|
+
### Case 1. Solo Agent:
|
140
140
|
|
141
141
|
#### Return a structured output with a summary in string.
|
142
142
|
|
@@ -177,7 +177,7 @@ This will return `TaskOutput` that stores a response in string, JSON dict, and P
|
|
177
177
|
)
|
178
178
|
```
|
179
179
|
|
180
|
-
### Case 2.
|
180
|
+
### Case 2. Supervising:
|
181
181
|
|
182
182
|
```
|
183
183
|
from versionhq.agent.model import Agent
|
@@ -212,7 +212,6 @@ This will return a list with dictionaries with keys defined in the `ResponseFiel
|
|
212
212
|
|
213
213
|
Tasks can be delegated to a team manager, peers in the team, or completely new agent.
|
214
214
|
|
215
|
-
|
216
215
|
<hr />
|
217
216
|
|
218
217
|
## Technologies Used
|
@@ -27,9 +27,9 @@ LLM orchestration frameworks to deploy multi-agent systems focusing on complex o
|
|
27
27
|
- [Key Features](#key-features)
|
28
28
|
- [Agent formation](#agent-formation)
|
29
29
|
- [Quick Start](#quick-start)
|
30
|
-
- [Case 1.
|
30
|
+
- [Case 1. Solo Agent:](#case-1-solo-agent)
|
31
31
|
- [Return a structured output with a summary in string.](#return-a-structured-output-with-a-summary-in-string)
|
32
|
-
- [Case 2.
|
32
|
+
- [Case 2. Supervising:](#case-2-supervising)
|
33
33
|
- [Technologies Used](#technologies-used)
|
34
34
|
- [Project Structure](#project-structure)
|
35
35
|
- [Setup](#setup)
|
@@ -77,7 +77,7 @@ You can specify which formation you want them to generate, or let the agent deci
|
|
77
77
|
(Python >= 3.13)
|
78
78
|
|
79
79
|
|
80
|
-
### Case 1.
|
80
|
+
### Case 1. Solo Agent:
|
81
81
|
|
82
82
|
#### Return a structured output with a summary in string.
|
83
83
|
|
@@ -118,7 +118,7 @@ This will return `TaskOutput` that stores a response in string, JSON dict, and P
|
|
118
118
|
)
|
119
119
|
```
|
120
120
|
|
121
|
-
### Case 2.
|
121
|
+
### Case 2. Supervising:
|
122
122
|
|
123
123
|
```
|
124
124
|
from versionhq.agent.model import Agent
|
@@ -153,7 +153,6 @@ This will return a list with dictionaries with keys defined in the `ResponseFiel
|
|
153
153
|
|
154
154
|
Tasks can be delegated to a team manager, peers in the team, or completely new agent.
|
155
155
|
|
156
|
-
|
157
156
|
<hr />
|
158
157
|
|
159
158
|
## Technologies Used
|
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__"]
|
|
15
15
|
|
16
16
|
[project]
|
17
17
|
name = "versionhq"
|
18
|
-
version = "1.1.10.
|
18
|
+
version = "1.1.10.8"
|
19
19
|
authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
|
20
20
|
description = "LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows"
|
21
21
|
readme = "README.md"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.1.10.
|
3
|
+
Version: 1.1.10.8
|
4
4
|
Summary: LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -86,9 +86,9 @@ LLM orchestration frameworks to deploy multi-agent systems focusing on complex o
|
|
86
86
|
- [Key Features](#key-features)
|
87
87
|
- [Agent formation](#agent-formation)
|
88
88
|
- [Quick Start](#quick-start)
|
89
|
-
- [Case 1.
|
89
|
+
- [Case 1. Solo Agent:](#case-1-solo-agent)
|
90
90
|
- [Return a structured output with a summary in string.](#return-a-structured-output-with-a-summary-in-string)
|
91
|
-
- [Case 2.
|
91
|
+
- [Case 2. Supervising:](#case-2-supervising)
|
92
92
|
- [Technologies Used](#technologies-used)
|
93
93
|
- [Project Structure](#project-structure)
|
94
94
|
- [Setup](#setup)
|
@@ -136,7 +136,7 @@ You can specify which formation you want them to generate, or let the agent deci
|
|
136
136
|
(Python >= 3.13)
|
137
137
|
|
138
138
|
|
139
|
-
### Case 1.
|
139
|
+
### Case 1. Solo Agent:
|
140
140
|
|
141
141
|
#### Return a structured output with a summary in string.
|
142
142
|
|
@@ -177,7 +177,7 @@ This will return `TaskOutput` that stores a response in string, JSON dict, and P
|
|
177
177
|
)
|
178
178
|
```
|
179
179
|
|
180
|
-
### Case 2.
|
180
|
+
### Case 2. Supervising:
|
181
181
|
|
182
182
|
```
|
183
183
|
from versionhq.agent.model import Agent
|
@@ -212,7 +212,6 @@ This will return a list with dictionaries with keys defined in the `ResponseFiel
|
|
212
212
|
|
213
213
|
Tasks can be delegated to a team manager, peers in the team, or completely new agent.
|
214
214
|
|
215
|
-
|
216
215
|
<hr />
|
217
216
|
|
218
217
|
## Technologies Used
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|