What's New
- hanzo-zap CloudClient: Binary wire protocol client (1000x faster than REST)
- Wire protocol rewrite: Builder/ObjectBuilder matching Rust architecture
- Security: 6 findings fixed (buffer read bypass, TLS, OOM DoS, overflow)
Published to PyPI — all packages updated.
🚀 Published Python Packages
The following packages have been published to PyPI:
- ✅ hanzoai - View on PyPI
- ✅ hanzo - View on PyPI
- ✅ hanzo-cli - View on PyPI
- ✅ hanzo-kms - View on PyPI
- ✅ hanzo-iam - View on PyPI
- ✅ hanzo-consensus - View on PyPI
- ✅ hanzo-network - View on PyPI
- ✅ hanzo-mcp - View on PyPI
- ✅ hanzo-memory - View on PyPI
- ✅ hanzo-aci - View on PyPI
- ✅ hanzo-repl - View on PyPI
- ✅ hanzo-tools-core - View on PyPI
- ✅ hanzo-tools-fs - View on PyPI
- ✅ hanzo-tools-shell - View on PyPI
- ✅ hanzo-tools-browser - View on PyPI
- ✅ hanzo-tools-memory - View on PyPI
- ✅ hanzo-tools-todo - View on PyPI
- ✅ hanzo-tools-reasoning - View on PyPI
- ✅ hanzo-tools-lsp - View on PyPI
- ✅ hanzo-tools-refactor - View on PyPI
- ✅ hanzo-tools-database - View on PyPI
- ✅ hanzo-tools-agent - View on PyPI
- ✅ hanzo-tools-jupyter - View on PyPI
- ✅ hanzo-tools-editor - View on PyPI
- ✅ hanzo-tools-llm - View on PyPI
- ✅ hanzo-tools-vector - View on PyPI
- ✅ hanzo-tools-config - View on PyPI
- ✅ hanzo-tools-mcp - View on PyPI
- ✅ hanzo-tools-computer - View on PyPI
- ✅ hanzo-tools - View on PyPI
Installation
# Install main SDK
pip install hanzo
# Install MCP tools
pip install hanzo-mcp
# Install individual tool packages
pip install hanzo-tools # All tools
pip install hanzo-tools-core # Core only