hanzo 0.3.6__py3-none-any.whl → 0.3.8__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.

Potentially problematic release.


This version of hanzo might be problematic. Click here for more details.

@@ -0,0 +1,28 @@
1
+ hanzo/__init__.py,sha256=f6N_RcJZ0F9ADrROlvPi1OrgwjF8cWQm34cml8hb1zk,169
2
+ hanzo/__main__.py,sha256=F3Vz0Ty3bdAj_8oxyETMIqxlmNRnJOAFB1XPxbyfouI,105
3
+ hanzo/cli.py,sha256=Vgo1VGFOa1nurZJIgGvgLxw-jqNKZJVp2nRG-CzbnhI,10340
4
+ hanzo/mcp_server.py,sha256=XVygFNn-9CVdu8c95sP7fQjIRtA8K7nsGpgQNe44BRg,460
5
+ hanzo/repl.py,sha256=sW1quuqGkJ_AqgjN2vLNdtWgKDlXIkXiO9Bo1QQI0G4,1089
6
+ hanzo/commands/__init__.py,sha256=7rh94TPNhdq4gJBJS0Ayf0fGNChQYCQCJcJPmYYehiQ,182
7
+ hanzo/commands/agent.py,sha256=DXCfuxHfmC90IoIOL6BJyp7h2yNUo-VIxrfl4OMh8CU,3480
8
+ hanzo/commands/auth.py,sha256=gJ3V-E2AGAkKx3sIXKWLZkjzXC4P7yKI_vXt8zcbPLw,11177
9
+ hanzo/commands/chat.py,sha256=GqBXHpaen3ySEt4q59mmAU4A8PxXZd8ozDw0HptNHYU,6725
10
+ hanzo/commands/cluster.py,sha256=7AVjD1nej1WzBoIz_qcNxRMKHRb05_8qt3z3xRREZ-s,15486
11
+ hanzo/commands/config.py,sha256=xAzM6n9GhdVIqtn7JrHfLRzj1sshmxCujo7iet2hHqE,7490
12
+ hanzo/commands/mcp.py,sha256=FTF3PupRV2WfM65pgoaHhtJjNtshW2Wp3jzED6jyZf0,7417
13
+ hanzo/commands/miner.py,sha256=_mZT9nQcT2QSSxI0rDDKuSBVdsg_uE_N_j3PXOHoj-Q,11677
14
+ hanzo/commands/network.py,sha256=wJDxGIxJqc6FzQhbAn0Mw-WGCPUeCOsxmdU6GCmOhgM,11408
15
+ hanzo/commands/repl.py,sha256=FwbBmjNDBZCUQlwKbMZl33r3f899rzI2a2-ZRoBe6kE,5977
16
+ hanzo/commands/tools.py,sha256=fG27wRweVmaFJowBpmwp5PgkRUtIF8bIlu_hGWr69Ss,10393
17
+ hanzo/interactive/__init__.py,sha256=ENHkGOqu-JYI05lqoOKDczJGl96oq6nM476EPhflAbI,74
18
+ hanzo/interactive/dashboard.py,sha256=XB5H_PMlReriCip-wW9iuUiJQOAtSATFG8EyhhFhItU,3842
19
+ hanzo/interactive/repl.py,sha256=T_YWXuF7qaEo9JmvdQdt1aMdnKJgE45LED-IpQX40EI,5570
20
+ hanzo/router/__init__.py,sha256=_cRG9nHC_wwq17iVYZSUNBYiJDdByfLDVEuIQn5-ePM,978
21
+ hanzo/utils/__init__.py,sha256=5RRwKI852vp8smr4xCRgeKfn7dLEnHbdXGfVYTZ5jDQ,69
22
+ hanzo/utils/config.py,sha256=FD_LoBpcoF5dgJ7WL4o6LDp2pdOy8kS-dJ6iRO2GcGM,4728
23
+ hanzo/utils/net_check.py,sha256=YFbJ65SzfDYHkHLZe3n51VhId1VI3zhyx8p6BM-l6jE,3017
24
+ hanzo/utils/output.py,sha256=W0j3psF07vJiX4s02gbN4zYWfbKNsb8TSIoagBSf5vA,2704
25
+ hanzo-0.3.8.dist-info/METADATA,sha256=KJbyGuSW_tw8B4d7TXuQeN0hbZR3BUzSAk9AuCtUfJ0,4348
26
+ hanzo-0.3.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
+ hanzo-0.3.8.dist-info/entry_points.txt,sha256=pQLPMdqOXU_2BfTcMDhkqTCDNk_H6ApvYuSaWcuQOOw,171
28
+ hanzo-0.3.8.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -0,0 +1,6 @@
1
+ [console_scripts]
2
+ hanzo = hanzo.cli:main
3
+ hanzo-ai = hanzo.repl:ai_chat
4
+ hanzo-chat = hanzo.repl:ai_chat
5
+ hanzo-mcp = hanzo.mcp_server:main
6
+ hanzo-repl = hanzo.repl:repl_main
@@ -1,76 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: hanzo
3
- Version: 0.3.6
4
- Summary: Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime
5
- Home-page: https://hanzo.ai
6
- Author: Hanzo AI
7
- Author-email: dev@hanzo.ai
8
- Classifier: Development Status :: 4 - Beta
9
- Classifier: Environment :: Console
10
- Classifier: Intended Audience :: Developers
11
- Classifier: License :: OSI Approved :: Apache Software License
12
- Classifier: Operating System :: OS Independent
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.8
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
- Classifier: Programming Language :: Python :: 3.11
18
- Classifier: Programming Language :: Python :: 3.12
19
- Requires-Python: >=3.8
20
- Description-Content-Type: text/markdown
21
- Requires-Dist: click
22
- Requires-Dist: hanzo-net>=0.1.17
23
- Requires-Dist: httpx
24
- Requires-Dist: prompt-toolkit
25
- Requires-Dist: pydantic
26
- Requires-Dist: pyyaml
27
- Requires-Dist: rich
28
- Requires-Dist: typer
29
- Dynamic: author
30
- Dynamic: author-email
31
- Dynamic: classifier
32
- Dynamic: description
33
- Dynamic: description-content-type
34
- Dynamic: home-page
35
- Dynamic: requires-dist
36
- Dynamic: requires-python
37
- Dynamic: summary
38
-
39
-
40
- # Hanzo AI Platform
41
-
42
- Complete AI infrastructure platform providing:
43
-
44
- - **CLI**: Unified command-line interface for all Hanzo services
45
- - **Router**: Intelligent LLM request routing and load balancing
46
- - **MCP**: Model Context Protocol server integration
47
- - **Agent Runtime**: Multi-agent orchestration and execution
48
- - **Network**: Distributed AI compute with hanzo-net
49
-
50
- ## Installation
51
-
52
- ```bash
53
- pip install hanzo
54
- ```
55
-
56
- ## Quick Start
57
-
58
- ```bash
59
- # Start Hanzo Network
60
- hanzo net
61
-
62
- # Access other Hanzo services
63
- hanzo --help
64
- ```
65
-
66
- ## Features
67
-
68
- - Unified CLI for all Hanzo AI services
69
- - Seamless integration with hanzo-net for distributed compute
70
- - Model Context Protocol (MCP) support
71
- - Agent orchestration and management
72
- - LLM routing and optimization
73
-
74
- ## Documentation
75
-
76
- Visit [https://hanzo.ai](https://hanzo.ai) for full documentation.
@@ -1,29 +0,0 @@
1
- hanzo/__init__.py,sha256=_3gjqIqXV4OeOilSunCNFmQ1SxhRMn_0bZINRXuoWwI,168
2
- hanzo/__main__.py,sha256=qRjwG8-7MHPOy3czoyDP9VK1GhEaJJsVeZcz2AG9NV0,104
3
- hanzo/cli.py,sha256=RJ_ZVoqdXAnBabjOmmB5TbMb-muTmayevUfFTrhRfXk,10504
4
- hanzo/mcp_server.py,sha256=FBqcXhaJgV8_9O83H3fUy_pv4cV1707XCYm7FXaJeWY,422
5
- hanzo/repl.py,sha256=sC7EXbIBn7Oxnmzqey6neAg5-116gfpmrF0YFDYrhAQ,1014
6
- hanzo/commands/__init__.py,sha256=vXfIgioA6eakIYEN5ff5k_5BqOYQCJggD_MW40gb56w,138
7
- hanzo/commands/agent.py,sha256=YNemAPH-s1UqtkbZAvAHxCnxVF98iKOeC8PDFifDc74,3561
8
- hanzo/commands/auth.py,sha256=-2WTKAaOXEzFhyCWdFJv07SNqgBDl3CQvNUsOCD4bkY,11550
9
- hanzo/commands/chat.py,sha256=tegi0mU8UT3USrSso_bDroHF3GO5xajFkaAlS9mZDUY,6876
10
- hanzo/commands/cluster.py,sha256=GD0SrhdLe8u3kcYxsOImyFafPpe_CnyjNCf7uxesLJY,15603
11
- hanzo/commands/config.py,sha256=Nz_W8c6-tSGwh7B2TJ31E0Ge8XHS0LJj7ayehrk8HC0,7682
12
- hanzo/commands/mcp.py,sha256=jomUJdUj5guPLzBbRmEQ9KOo38RZhsDtLVRe3EcGicw,7555
13
- hanzo/commands/miner.py,sha256=KzJfGkoBrVsy0FwFefRgg-SyQ1diO_NENrhf5btyoko,11799
14
- hanzo/commands/network.py,sha256=qnb6mgbRM_3xjscZvr-wWPiW1biGFJ25zTglnWNrRPg,11671
15
- hanzo/commands/repl.py,sha256=JakB2yQVCRdthIundDGsvhVbFwQwKUqzcKLmgMlUzoY,6135
16
- hanzo/commands/tools.py,sha256=HD2CHcjrBE-Sqxt6B7mmM9J-9w9NgV2_CmXFeZW_Y7M,10929
17
- hanzo/interactive/__init__.py,sha256=izefD45Ztws902J5ZLjrbbJX4ONqfxleJylzEau60hY,73
18
- hanzo/interactive/dashboard.py,sha256=5JkJz9PX7KlT-54rACncHY80x_aWxV85atjuGJbaTD4,4066
19
- hanzo/interactive/repl.py,sha256=-SwCSxwIHLiZBJOEShvqa4tgg2c7YYMf00zYRHazyIY,5781
20
- hanzo/router/__init__.py,sha256=7Ulou75xQF8KKVzxOd4xXrmn3_Ti52M0NsAf6jXgGhk,913
21
- hanzo/utils/__init__.py,sha256=zmCH4YxefrpWmR-netV99UeECqrXjkKbi3ZjbcD79dw,68
22
- hanzo/utils/config.py,sha256=RU27eiSxGWAT9fI5-CjRdEJZEeT_xjMxjlMVeKC1gMg,4830
23
- hanzo/utils/net_check.py,sha256=WDElDu19MYN3qs7y_DbIpcnVsxiMCgg2CTI-48A15vE,3066
24
- hanzo/utils/output.py,sha256=lROF8RDOkck7ySt1kiTlVlHZqx1E0B-PqcJc78ZHYOs,2694
25
- hanzo-0.3.6.dist-info/METADATA,sha256=0Pj75UY2q3Ods5GhDt6TXUgh8LWJHXUeNWHWH7X2_eg,2035
26
- hanzo-0.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
- hanzo-0.3.6.dist-info/entry_points.txt,sha256=MkIfUVPd60IM8Se318MHpOLs4UN7LFVDKNzKuOsrvxM,41
28
- hanzo-0.3.6.dist-info/top_level.txt,sha256=HZaVsynzw0H1KJfoZXqeQo7C4gmULwxI8o05pUKR3hA,6
29
- hanzo-0.3.6.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- hanzo = hanzo.cli:main
@@ -1 +0,0 @@
1
- hanzo