Metadata-Version: 2.4
Name: hanzo
Version: 0.3.4
Summary: Hanzo AI - Complete AI Infrastructure Platform with CLI, Router, MCP, and Agent Runtime
Home-page: https://hanzo.ai
Author: Hanzo AI
Author-email: dev@hanzo.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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: hanzo-net>=0.1.17
Requires-Dist: httpx
Requires-Dist: prompt-toolkit
Requires-Dist: pydantic
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: typer
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# Hanzo AI Platform

Complete AI infrastructure platform providing:

- **CLI**: Unified command-line interface for all Hanzo services
- **Router**: Intelligent LLM request routing and load balancing  
- **MCP**: Model Context Protocol server integration
- **Agent Runtime**: Multi-agent orchestration and execution
- **Network**: Distributed AI compute with hanzo-net

## Installation

```bash
pip install hanzo
```

## Quick Start

```bash
# Start Hanzo Network
hanzo net

# Access other Hanzo services
hanzo --help
```

## Features

- Unified CLI for all Hanzo AI services
- Seamless integration with hanzo-net for distributed compute
- Model Context Protocol (MCP) support
- Agent orchestration and management
- LLM routing and optimization

## Documentation

Visit [https://hanzo.ai](https://hanzo.ai) for full documentation.
