Files
Zach Kelling 1de192d85b docs(lib): add core library documentation
- 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
2026-01-05 17:39:35 -08:00

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
  • Async I/O - Unified async operations with uvloop
  • Consensus - Multi-agent agreement protocol
  • Network - Distributed agent orchestration
  • ACI - Agent-Computer Interface for development agents
  • REPL - Interactive command-line interface