hanzo 0.3.2__tar.gz → 0.3.4__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.

Potentially problematic release.


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

Files changed (37) hide show
  1. hanzo-0.3.4/PKG-INFO +76 -0
  2. hanzo-0.3.4/hanzo.egg-info/PKG-INFO +76 -0
  3. hanzo-0.3.4/hanzo.egg-info/SOURCES.txt +31 -0
  4. hanzo-0.3.4/hanzo.egg-info/dependency_links.txt +1 -0
  5. hanzo-0.3.4/hanzo.egg-info/entry_points.txt +2 -0
  6. hanzo-0.3.4/hanzo.egg-info/requires.txt +8 -0
  7. hanzo-0.3.4/hanzo.egg-info/top_level.txt +1 -0
  8. hanzo-0.3.4/setup.cfg +4 -0
  9. hanzo-0.3.4/setup.py +80 -0
  10. hanzo-0.3.2/.gitignore +0 -16
  11. hanzo-0.3.2/PKG-INFO +0 -138
  12. hanzo-0.3.2/README.md +0 -84
  13. hanzo-0.3.2/pyproject.toml +0 -92
  14. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/__init__.py +0 -0
  15. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/__main__.py +0 -0
  16. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/cli.py +0 -0
  17. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/__init__.py +0 -0
  18. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/agent.py +0 -0
  19. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/auth.py +0 -0
  20. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/chat.py +0 -0
  21. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/cluster.py +0 -0
  22. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/config.py +0 -0
  23. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/mcp.py +0 -0
  24. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/miner.py +0 -0
  25. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/network.py +0 -0
  26. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/repl.py +0 -0
  27. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/commands/tools.py +0 -0
  28. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/interactive/__init__.py +0 -0
  29. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/interactive/dashboard.py +0 -0
  30. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/interactive/repl.py +0 -0
  31. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/mcp_server.py +0 -0
  32. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/repl.py +0 -0
  33. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/router/__init__.py +0 -0
  34. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/utils/__init__.py +0 -0
  35. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/utils/config.py +0 -0
  36. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/utils/net_check.py +0 -0
  37. {hanzo-0.3.2/src → hanzo-0.3.4}/hanzo/utils/output.py +0 -0
hanzo-0.3.4/PKG-INFO ADDED
@@ -0,0 +1,76 @@
1
+ Metadata-Version: 2.4
2
+ Name: hanzo
3
+ Version: 0.3.4
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.
@@ -0,0 +1,76 @@
1
+ Metadata-Version: 2.4
2
+ Name: hanzo
3
+ Version: 0.3.4
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.
@@ -0,0 +1,31 @@
1
+ setup.py
2
+ hanzo/__init__.py
3
+ hanzo/__main__.py
4
+ hanzo/cli.py
5
+ hanzo/mcp_server.py
6
+ hanzo/repl.py
7
+ hanzo.egg-info/PKG-INFO
8
+ hanzo.egg-info/SOURCES.txt
9
+ hanzo.egg-info/dependency_links.txt
10
+ hanzo.egg-info/entry_points.txt
11
+ hanzo.egg-info/requires.txt
12
+ hanzo.egg-info/top_level.txt
13
+ hanzo/commands/__init__.py
14
+ hanzo/commands/agent.py
15
+ hanzo/commands/auth.py
16
+ hanzo/commands/chat.py
17
+ hanzo/commands/cluster.py
18
+ hanzo/commands/config.py
19
+ hanzo/commands/mcp.py
20
+ hanzo/commands/miner.py
21
+ hanzo/commands/network.py
22
+ hanzo/commands/repl.py
23
+ hanzo/commands/tools.py
24
+ hanzo/interactive/__init__.py
25
+ hanzo/interactive/dashboard.py
26
+ hanzo/interactive/repl.py
27
+ hanzo/router/__init__.py
28
+ hanzo/utils/__init__.py
29
+ hanzo/utils/config.py
30
+ hanzo/utils/net_check.py
31
+ hanzo/utils/output.py
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ hanzo = hanzo.cli:main
@@ -0,0 +1,8 @@
1
+ click
2
+ hanzo-net>=0.1.17
3
+ httpx
4
+ prompt-toolkit
5
+ pydantic
6
+ pyyaml
7
+ rich
8
+ typer
@@ -0,0 +1 @@
1
+ hanzo
hanzo-0.3.4/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
hanzo-0.3.4/setup.py ADDED
@@ -0,0 +1,80 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name="hanzo",
5
+ version="0.3.4",
6
+ description="Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime",
7
+ long_description="""
8
+ # Hanzo AI Platform
9
+
10
+ Complete AI infrastructure platform providing:
11
+
12
+ - **CLI**: Unified command-line interface for all Hanzo services
13
+ - **Router**: Intelligent LLM request routing and load balancing
14
+ - **MCP**: Model Context Protocol server integration
15
+ - **Agent Runtime**: Multi-agent orchestration and execution
16
+ - **Network**: Distributed AI compute with hanzo-net
17
+
18
+ ## Installation
19
+
20
+ ```bash
21
+ pip install hanzo
22
+ ```
23
+
24
+ ## Quick Start
25
+
26
+ ```bash
27
+ # Start Hanzo Network
28
+ hanzo net
29
+
30
+ # Access other Hanzo services
31
+ hanzo --help
32
+ ```
33
+
34
+ ## Features
35
+
36
+ - Unified CLI for all Hanzo AI services
37
+ - Seamless integration with hanzo-net for distributed compute
38
+ - Model Context Protocol (MCP) support
39
+ - Agent orchestration and management
40
+ - LLM routing and optimization
41
+
42
+ ## Documentation
43
+
44
+ Visit [https://hanzo.ai](https://hanzo.ai) for full documentation.
45
+ """,
46
+ long_description_content_type="text/markdown",
47
+ author="Hanzo AI",
48
+ author_email="dev@hanzo.ai",
49
+ url="https://hanzo.ai",
50
+ packages=find_packages(),
51
+ install_requires=[
52
+ "click",
53
+ "hanzo-net>=0.1.17", # Updated to latest version with layout fixes
54
+ "httpx",
55
+ "prompt-toolkit",
56
+ "pydantic",
57
+ "pyyaml",
58
+ "rich",
59
+ "typer",
60
+ ],
61
+ entry_points={
62
+ "console_scripts": [
63
+ "hanzo=hanzo.cli:main",
64
+ ],
65
+ },
66
+ classifiers=[
67
+ "Development Status :: 4 - Beta",
68
+ "Environment :: Console",
69
+ "Intended Audience :: Developers",
70
+ "License :: OSI Approved :: Apache Software License",
71
+ "Operating System :: OS Independent",
72
+ "Programming Language :: Python :: 3",
73
+ "Programming Language :: Python :: 3.8",
74
+ "Programming Language :: Python :: 3.9",
75
+ "Programming Language :: Python :: 3.10",
76
+ "Programming Language :: Python :: 3.11",
77
+ "Programming Language :: Python :: 3.12",
78
+ ],
79
+ python_requires=">=3.8",
80
+ )
hanzo-0.3.2/.gitignore DELETED
@@ -1,16 +0,0 @@
1
- .prism.log
2
- .vscode
3
- _dev
4
- *.egg-info
5
- __pycache__
6
- .mypy_cache
7
-
8
- dist
9
-
10
- .venv
11
- .idea
12
-
13
- .env
14
- .envrc
15
- codegen.log
16
- Brewfile.lock.json
hanzo-0.3.2/PKG-INFO DELETED
@@ -1,138 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: hanzo
3
- Version: 0.3.2
4
- Summary: Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime
5
- Project-URL: Homepage, https://hanzo.ai
6
- Project-URL: Repository, https://github.com/hanzoai/python-sdk
7
- Project-URL: Documentation, https://docs.hanzo.ai/cli
8
- Project-URL: Bug Tracker, https://github.com/hanzoai/python-sdk/issues
9
- Author-email: Hanzo AI <dev@hanzo.ai>
10
- Keywords: agents,ai,cli,hanzo,llm,local-ai,mcp,private-ai
11
- Classifier: Development Status :: 4 - Beta
12
- Classifier: Environment :: Console
13
- Classifier: Intended Audience :: Developers
14
- Classifier: License :: OSI Approved :: Apache Software License
15
- Classifier: Operating System :: OS Independent
16
- Classifier: Programming Language :: Python :: 3
17
- Classifier: Programming Language :: Python :: 3.8
18
- Classifier: Programming Language :: Python :: 3.9
19
- Classifier: Programming Language :: Python :: 3.10
20
- Classifier: Programming Language :: Python :: 3.11
21
- Classifier: Programming Language :: Python :: 3.12
22
- Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
23
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
- Requires-Python: >=3.8
25
- Requires-Dist: click>=8.1.0
26
- Requires-Dist: hanzo-net>=0.1.12
27
- Requires-Dist: httpx>=0.23.0
28
- Requires-Dist: prompt-toolkit>=3.0.0
29
- Requires-Dist: pydantic>=2.0.0
30
- Requires-Dist: pyyaml>=6.0
31
- Requires-Dist: rich>=13.0.0
32
- Requires-Dist: typer>=0.9.0
33
- Provides-Extra: agents
34
- Requires-Dist: hanzo-agents>=0.1.0; extra == 'agents'
35
- Requires-Dist: hanzo-network>=0.1.0; extra == 'agents'
36
- Provides-Extra: ai
37
- Requires-Dist: hanzoai>=1.0.0; extra == 'ai'
38
- Provides-Extra: all
39
- Requires-Dist: hanzo-aci>=0.2.8; extra == 'all'
40
- Requires-Dist: hanzo-agents>=0.1.0; extra == 'all'
41
- Requires-Dist: hanzo-mcp>=0.7.0; extra == 'all'
42
- Requires-Dist: hanzo-memory>=1.0.0; extra == 'all'
43
- Requires-Dist: hanzo-network>=0.1.0; extra == 'all'
44
- Requires-Dist: hanzo-repl>=0.1.0; extra == 'all'
45
- Requires-Dist: hanzoai>=1.0.0; extra == 'all'
46
- Provides-Extra: dev
47
- Requires-Dist: hanzo-aci>=0.2.8; extra == 'dev'
48
- Provides-Extra: mcp
49
- Requires-Dist: hanzo-mcp>=0.7.0; extra == 'mcp'
50
- Provides-Extra: repl
51
- Requires-Dist: hanzo-repl>=0.1.0; extra == 'repl'
52
- Provides-Extra: router
53
- Description-Content-Type: text/markdown
54
-
55
- # Hanzo AI - Complete AI Infrastructure Platform
56
-
57
- The main SDK for the Hanzo AI ecosystem, providing unified access to all Hanzo tools and services.
58
-
59
- ## Installation
60
-
61
- ```bash
62
- # Install base package with CLI
63
- pip install hanzo
64
-
65
- # Install with all components
66
- pip install hanzo[all]
67
-
68
- # Install specific components
69
- pip install hanzo[ai] # AI SDK (same as standalone hanzoai package)
70
- pip install hanzo[router] # LLM gateway router (replaces litellm)
71
- pip install hanzo[mcp] # Model Context Protocol server
72
- pip install hanzo[agents] # Agent runtime and orchestration
73
- pip install hanzo[repl] # Interactive REPL with AI chat
74
- ```
75
-
76
- ## Features
77
-
78
- - **Unified LLM Gateway**: Use `hanzo.router` instead of litellm for 100+ LLM providers
79
- - **MCP Integration**: Full Model Context Protocol support for AI tools
80
- - **Agent Runtime**: Build and deploy AI agents with the agent framework
81
- - **Interactive REPL**: Chat with AI models directly from the command line
82
- - **Complete SDK**: Import all Hanzo components from a single package
83
-
84
- ## Quick Start
85
-
86
- ### Command Line
87
- ```bash
88
- # Main CLI
89
- hanzo --help
90
-
91
- # Start MCP server
92
- hanzo-mcp
93
-
94
- # Interactive AI chat
95
- hanzo-ai
96
- hanzo-chat
97
-
98
- # REPL interface
99
- hanzo-repl
100
- ```
101
-
102
- ### Python SDK
103
- ```python
104
- import hanzo
105
-
106
- # Use router for LLM calls (replaces litellm)
107
- from hanzo import router
108
- response = router.completion(
109
- model="gpt-4",
110
- messages=[{"role": "user", "content": "Hello!"}]
111
- )
112
-
113
- # Use agents
114
- from hanzo import Agent, Network
115
- agent = Agent(name="assistant")
116
-
117
- # Use MCP tools
118
- from hanzo import Tool, MCPServer
119
-
120
- # Access AI SDK
121
- from hanzo import Client
122
- client = Client(api_key="...")
123
- ```
124
-
125
- ## Components
126
-
127
- - **hanzo.router**: Unified LLM gateway (replaces litellm)
128
- - **hanzo.mcp**: Model Context Protocol server and tools
129
- - **hanzo.agents**: Agent runtime and orchestration
130
- - **hanzo.memory**: Memory systems for agents
131
- - **hanzo.Client**: Main AI SDK client
132
-
133
- ## Documentation
134
-
135
- - [Hanzo AI Docs](https://docs.hanzo.ai)
136
- - [Router Documentation](https://docs.hanzo.ai/router)
137
- - [MCP Documentation](https://docs.hanzo.ai/mcp)
138
- - [Agent Documentation](https://docs.hanzo.ai/agents)
hanzo-0.3.2/README.md DELETED
@@ -1,84 +0,0 @@
1
- # Hanzo AI - Complete AI Infrastructure Platform
2
-
3
- The main SDK for the Hanzo AI ecosystem, providing unified access to all Hanzo tools and services.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- # Install base package with CLI
9
- pip install hanzo
10
-
11
- # Install with all components
12
- pip install hanzo[all]
13
-
14
- # Install specific components
15
- pip install hanzo[ai] # AI SDK (same as standalone hanzoai package)
16
- pip install hanzo[router] # LLM gateway router (replaces litellm)
17
- pip install hanzo[mcp] # Model Context Protocol server
18
- pip install hanzo[agents] # Agent runtime and orchestration
19
- pip install hanzo[repl] # Interactive REPL with AI chat
20
- ```
21
-
22
- ## Features
23
-
24
- - **Unified LLM Gateway**: Use `hanzo.router` instead of litellm for 100+ LLM providers
25
- - **MCP Integration**: Full Model Context Protocol support for AI tools
26
- - **Agent Runtime**: Build and deploy AI agents with the agent framework
27
- - **Interactive REPL**: Chat with AI models directly from the command line
28
- - **Complete SDK**: Import all Hanzo components from a single package
29
-
30
- ## Quick Start
31
-
32
- ### Command Line
33
- ```bash
34
- # Main CLI
35
- hanzo --help
36
-
37
- # Start MCP server
38
- hanzo-mcp
39
-
40
- # Interactive AI chat
41
- hanzo-ai
42
- hanzo-chat
43
-
44
- # REPL interface
45
- hanzo-repl
46
- ```
47
-
48
- ### Python SDK
49
- ```python
50
- import hanzo
51
-
52
- # Use router for LLM calls (replaces litellm)
53
- from hanzo import router
54
- response = router.completion(
55
- model="gpt-4",
56
- messages=[{"role": "user", "content": "Hello!"}]
57
- )
58
-
59
- # Use agents
60
- from hanzo import Agent, Network
61
- agent = Agent(name="assistant")
62
-
63
- # Use MCP tools
64
- from hanzo import Tool, MCPServer
65
-
66
- # Access AI SDK
67
- from hanzo import Client
68
- client = Client(api_key="...")
69
- ```
70
-
71
- ## Components
72
-
73
- - **hanzo.router**: Unified LLM gateway (replaces litellm)
74
- - **hanzo.mcp**: Model Context Protocol server and tools
75
- - **hanzo.agents**: Agent runtime and orchestration
76
- - **hanzo.memory**: Memory systems for agents
77
- - **hanzo.Client**: Main AI SDK client
78
-
79
- ## Documentation
80
-
81
- - [Hanzo AI Docs](https://docs.hanzo.ai)
82
- - [Router Documentation](https://docs.hanzo.ai/router)
83
- - [MCP Documentation](https://docs.hanzo.ai/mcp)
84
- - [Agent Documentation](https://docs.hanzo.ai/agents)
@@ -1,92 +0,0 @@
1
- [project]
2
- name = "hanzo"
3
- version = "0.3.2"
4
- description = "Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime"
5
- authors = [
6
- {name = "Hanzo AI", email = "dev@hanzo.ai"},
7
- ]
8
- dependencies = [
9
- "click>=8.1.0",
10
- "rich>=13.0.0",
11
- "typer>=0.9.0",
12
- "prompt-toolkit>=3.0.0",
13
- "httpx>=0.23.0",
14
- "pydantic>=2.0.0",
15
- "pyyaml>=6.0",
16
- "hanzo-net>=0.1.12",
17
- ]
18
- readme = "README.md"
19
- requires-python = ">= 3.8"
20
- keywords = ["ai", "cli", "hanzo", "agents", "llm", "mcp", "local-ai", "private-ai"]
21
- classifiers = [
22
- "Development Status :: 4 - Beta",
23
- "Environment :: Console",
24
- "Intended Audience :: Developers",
25
- "License :: OSI Approved :: Apache Software License",
26
- "Operating System :: OS Independent",
27
- "Programming Language :: Python :: 3",
28
- "Programming Language :: Python :: 3.8",
29
- "Programming Language :: Python :: 3.9",
30
- "Programming Language :: Python :: 3.10",
31
- "Programming Language :: Python :: 3.11",
32
- "Programming Language :: Python :: 3.12",
33
- "Topic :: Software Development :: Libraries :: Python Modules",
34
- "Topic :: Scientific/Engineering :: Artificial Intelligence",
35
- ]
36
-
37
- [project.scripts]
38
- hanzo = "hanzo.cli:main"
39
- hanzo-mcp = "hanzo.mcp_server:main"
40
- hanzo-ai = "hanzo.repl:ai_chat"
41
- hanzo-chat = "hanzo.repl:ai_chat"
42
- hanzo-repl = "hanzo.repl:repl_main"
43
-
44
- [project.optional-dependencies]
45
- all = [
46
- "hanzoai>=1.0.0",
47
- "hanzo-mcp>=0.7.0",
48
- "hanzo-agents>=0.1.0",
49
- "hanzo-network>=0.1.0",
50
- "hanzo-repl>=0.1.0",
51
- "hanzo-memory>=1.0.0",
52
- # "hanzo-router>=1.74.3", # TODO: Publish hanzo-router to PyPI
53
- "hanzo-aci>=0.2.8",
54
- ]
55
- ai = [
56
- "hanzoai>=1.0.0", # This provides the same as standalone hanzoai package
57
- ]
58
- router = [
59
- # "hanzo-router>=1.74.3", # TODO: Publish hanzo-router to PyPI
60
- ]
61
- mcp = [
62
- "hanzo-mcp>=0.7.0",
63
- ]
64
- agents = [
65
- "hanzo-agents>=0.1.0",
66
- "hanzo-network>=0.1.0",
67
- ]
68
- dev = [
69
- "hanzo-aci>=0.2.8",
70
- ]
71
- repl = [
72
- "hanzo-repl>=0.1.0",
73
- # "hanzo-router>=1.74.3", # TODO: For AI chat functionality - publish to PyPI
74
- ]
75
-
76
- [project.urls]
77
- Homepage = "https://hanzo.ai"
78
- Repository = "https://github.com/hanzoai/python-sdk"
79
- Documentation = "https://docs.hanzo.ai/cli"
80
- "Bug Tracker" = "https://github.com/hanzoai/python-sdk/issues"
81
-
82
- [build-system]
83
- requires = ["hatchling"]
84
- build-backend = "hatchling.build"
85
-
86
- [tool.hatch.build]
87
- include = [
88
- "src/hanzo",
89
- ]
90
-
91
- [tool.hatch.build.targets.wheel]
92
- packages = ["src/hanzo"]
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