- lib/index.md: Overview of all core utility packages - lib/async.md: High-performance async I/O with uvloop - lib/consensus.md: Metastable consensus protocol for multi-agent agreement - lib/network.md: Agent network orchestration - lib/aci.md: Agent-Computer Interface for development agents - lib/repl.md: Interactive REPL with voice and LLM integration
889 B
889 B
Core Libraries
This section documents the foundational utility packages that power the Hanzo AI ecosystem.
Overview
| Package | Description | Install |
|---|---|---|
hanzo-async |
High-performance async I/O | pip install hanzo-async |
hanzo-consensus |
Metastable consensus protocol | pip install hanzo-consensus |
hanzo-network |
Agent network orchestration | pip install hanzo-network |
hanzo-aci |
Agent-Computer Interface | pip install hanzo-aci |
hanzo-repl |
Interactive REPL | pip install hanzo-repl |