Skip to content
@hanzo-py

hanzo-py

Hanzo for Python

Hanzo — the Open AI Cloud. Open source. Every language. On-chain settlement.

This is the Python home of Hanzo. If you build with Python, everything you need to talk to the Hanzo cloud — and to build agents on top of it — lives here.

pip install hanzo
fromhanzoimportHanzoclient=Hanzo() # reads HANZO_API_KEY from the environment# One client, every /v1 service — here, the Zen model familyformodelinclient.models.list():
print(model.id)

What's here

Two SDK lines, both idiomatic Python, both installable with pip install hanzo:

  • Full Cloud SDK — hanzo-py/sdk Generated from the Hanzo cloud OpenAPI, so it covers the entire/v1 surface: AI, agents, inference, compute, data, network, security (IAM / KMS), platform, observe, web3, and apps. This is the package you install and build against day to day.

  • AI / Agents SDK — hanzo-py/ai The hand-crafted flagship for AI-first work: models, agents, tools, memory, MCP, and inference. Python is the most complete AI SDK in the ecosystem — the reference implementation the other languages track.

fromhanzoimportHanzoclient=Hanzo()
run=client.agents.run(
agent="researcher",
input="Summarize the latest AI infrastructure papers.",
)
print(run.output)

Repositories

The Python ecosystem is landing here now. Canonical layout for this org:

RepoLinePurpose
sdkFull Cloud SDKGenerated, idiomatic Python client covering all of /v1. pip install hanzo.
aiAI / Agents SDKFlagship AI library — models, agents, tools, memory, MCP, inference.

Split-out packages and templates (agent, mcp, memory, …) land in this org as they mature. This table tracks the canonical structure; see the org's repo list for what is live today.


Also available in

Hanzo genuinely adopts and loves every language — each has its own per-language org with real, idiomatic code:


Learn more

Built by Hanzo AI. Open source, every language, on-chain settlement.

Popular repositories Loading

  1. .github .githubPublic

    Org profile

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…