versionhq 1.2.4.17__py3-none-any.whl → 1.2.4.19__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 CHANGED
@@ -35,7 +35,7 @@ from versionhq.agent_network.formation import form_agent_network
35
35
  from versionhq.task_graph.draft import workflow
36
36
 
37
37
 
38
- __version__ = "1.2.4.17"
38
+ __version__ = "1.2.4.19"
39
39
  __all__ = [
40
40
  "Agent",
41
41
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: versionhq
3
- Version: 1.2.4.17
3
+ Version: 1.2.4.19
4
4
  Summary: Autonomous agent networks for task automation with multi-step reasoning.
5
- Author-email: Kuriko Iwai <kuriko@versi0n.io>
5
+ Author-email: Kuriko Iwai <krik8235@gmail.com>
6
6
  License: MIT License
7
7
 
8
8
  Copyright (c) 2024-2025 Version IO Sdn. Bhd.
@@ -25,8 +25,8 @@ License: MIT License
25
25
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
26
  SOFTWARE.
27
27
 
28
- Project-URL: Homepage, https://versi0n.io
29
- Project-URL: Documentation, https://docs.versi0n.io
28
+ Project-URL: Homepage, https://versionhq.vercel.app
29
+ Project-URL: Documentation, https://versionhq.github.io/multi-agent-system
30
30
  Project-URL: Repository, https://github.com/versionHQ/multi-agent-system
31
31
  Project-URL: Issues, https://github.com/versionHQ/multi-agent-system/issues
32
32
  Keywords: autonomic agent networks,deep agent,agentic orchestration framework
@@ -98,7 +98,7 @@ A Python framework for autonomous agent networks that handle task automation wit
98
98
  **Visit:**
99
99
 
100
100
  - [Playground](https://versi0n.io/)
101
- - [Documentation](https://docs.versi0n.io)
101
+ - [Documentation](https://versionhq.github.io/multi-agent-system/)
102
102
  - [Github](https://github.com/versionHQ/)
103
103
  - [Python SDK](https://pypi.org/project/versionhq/)
104
104
 
@@ -1,4 +1,4 @@
1
- versionhq/__init__.py,sha256=qgKggdQekMOTPrxJi98j_KpzMLhsage4hfy-yHm6rz0,3346
1
+ versionhq/__init__.py,sha256=9LjCJzkCdReNysCMtn1dN5KrMJs-yZnIbJEvbLpe_Es,3346
2
2
  versionhq/_prompt/auto_feedback.py,sha256=bbj37yTa11lRHpx-sV_Wmpb4dVnDBB7_v8ageUobHXY,3780
3
3
  versionhq/_prompt/constants.py,sha256=DOwUFnVVObEFqgnaMCDnW8fnw1oPMgS8JAqOiTuqleI,932
4
4
  versionhq/_prompt/model.py,sha256=wi9ZhdNA-BzsWHEwrl0yP3ZNoqGJSLzZGyuJH04DJjQ,8293
@@ -75,8 +75,8 @@ versionhq/tool/gpt/_enum.py,sha256=iBtH964dyv6d326VXSJsthB7EKxFXLcZVQPfvaCtbdk,4
75
75
  versionhq/tool/gpt/cua.py,sha256=vdrPest2wWntMEKyvXcsR4WeivP5edE8B4rKqQbgHHY,19108
76
76
  versionhq/tool/gpt/file_search.py,sha256=r5JVlf-epKB8DDXyrzlkezguHUMir0JW-77LUHoy-w8,5813
77
77
  versionhq/tool/gpt/web_search.py,sha256=bpqEQopbq9KtqQ_0W7QAAJ5TyoKGiVM94-SMp5oqNFE,3483
78
- versionhq-1.2.4.17.dist-info/licenses/LICENSE,sha256=cRoGGdM73IiDs6nDWKqPlgSv7aR4n-qBXYnJlCMHCeE,1082
79
- versionhq-1.2.4.17.dist-info/METADATA,sha256=3-bCwDfTvvmH70eF7-ZXiSu6_2imcQ85j5M3-iWPXHU,21399
80
- versionhq-1.2.4.17.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
81
- versionhq-1.2.4.17.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
82
- versionhq-1.2.4.17.dist-info/RECORD,,
78
+ versionhq-1.2.4.19.dist-info/licenses/LICENSE,sha256=cRoGGdM73IiDs6nDWKqPlgSv7aR4n-qBXYnJlCMHCeE,1082
79
+ versionhq-1.2.4.19.dist-info/METADATA,sha256=7qvWa9RcXIOsQNxQsn_1fHimExksRTs9rovMCB1MJbY,21457
80
+ versionhq-1.2.4.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
81
+ versionhq-1.2.4.19.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
82
+ versionhq-1.2.4.19.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5