Metadata-Version: 2.4
Name: hanzo
Version: 0.2.1
Summary: Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime
Project-URL: Homepage, https://hanzo.ai
Project-URL: Repository, https://github.com/hanzoai/python-sdk
Project-URL: Documentation, https://docs.hanzo.ai/cli
Project-URL: Bug Tracker, https://github.com/hanzoai/python-sdk/issues
Author-email: Hanzo AI <dev@hanzo.ai>
Keywords: agents,ai,cli,hanzo,llm,local-ai,mcp,private-ai
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: click>=8.1.0
Requires-Dist: hanzo-cli>=0.1.0
Requires-Dist: rich>=13.0.0
Provides-Extra: agents
Requires-Dist: hanzo-agents>=0.1.0; extra == 'agents'
Requires-Dist: hanzo-network>=0.1.0; extra == 'agents'
Provides-Extra: ai
Requires-Dist: hanzoai>=1.0.0; extra == 'ai'
Provides-Extra: all
Requires-Dist: hanzo-aci>=0.2.8; extra == 'all'
Requires-Dist: hanzo-agents>=0.1.0; extra == 'all'
Requires-Dist: hanzo-mcp-client>=0.1.0; extra == 'all'
Requires-Dist: hanzo-mcp>=0.7.0; extra == 'all'
Requires-Dist: hanzo-memory>=1.0.0; extra == 'all'
Requires-Dist: hanzo-network>=0.1.0; extra == 'all'
Requires-Dist: hanzo-repl>=0.1.0; extra == 'all'
Requires-Dist: hanzo-router>=1.74.3; extra == 'all'
Requires-Dist: hanzoai>=1.0.0; extra == 'all'
Provides-Extra: dev
Requires-Dist: hanzo-aci>=0.2.8; extra == 'dev'
Provides-Extra: mcp
Requires-Dist: hanzo-mcp>=0.7.0; extra == 'mcp'
Provides-Extra: repl
Requires-Dist: hanzo-repl>=0.1.0; extra == 'repl'
Requires-Dist: hanzo-router>=1.74.3; extra == 'repl'
Provides-Extra: router
Requires-Dist: hanzo-router>=1.74.3; extra == 'router'
Description-Content-Type: text/markdown

# Hanzo AI CLI

This is the main `hanzo` package that provides the Hanzo AI CLI tool.

## Installation

```bash
pip install hanzo
```

## Usage

```bash
hanzo --help
```

For more information, see the [hanzo-cli](https://pypi.org/project/hanzo-cli/) package.

## Note

This package is a convenience wrapper around `hanzo-cli`. Both packages provide the same `hanzo` command-line tool.