Multi-agent orchestration CLI for Hanzo AI
Project description
hanzo-agents
Multi-agent orchestration CLI for Hanzo AI.
Installation
# Install via uv
uv tool install hanzo-agents
# Or via pip
pip install hanzo-agents
Usage
# Run an agent
hanzo-agents run claude "Explain this code"
hanzo-agents run gemini "Review this PR"
# List available agents
hanzo-agents list
# Check agent status
hanzo-agents status
hanzo-agents status claude
# Show configuration
hanzo-agents config
Available Agents
| Agent | Description |
|---|---|
claude |
Anthropic Claude Code CLI |
codex |
OpenAI Codex CLI |
gemini |
Google Gemini CLI |
grok |
xAI Grok CLI |
qwen |
Alibaba Qwen CLI |
vibe |
Vibe coding agent |
Library Usage
from hanzo_agents import AgentTool
import asyncio
tool = AgentTool()
result = asyncio.run(tool.call(None, action="run", name="claude", prompt="Hello"))
print(result)
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hanzo_agents-0.1.2.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hanzo_agents-0.1.2.tar.gz.
File metadata
- Download URL: hanzo_agents-0.1.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3de7baeea28153268cd63dddcf0673c96b6e76ffe39b5819d3b8294a473a438
|
|
| MD5 |
19eab035e74640396d438233dca67e77
|
|
| BLAKE2b-256 |
85fdea7dfae549c91c16cd40f89f874d22f738f257229f84a2b7d2b731863a7c
|
File details
Details for the file hanzo_agents-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hanzo_agents-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e821d9d125ca87b13861c02c1513441ba0cd20a6433edc0c173db499c6b6a32
|
|
| MD5 |
ec4bf202f5841b1998547bce013158d8
|
|
| BLAKE2b-256 |
b3692ed8106eb17cccafbc240f1fef5caf40162a5c4f3071dbee1f92c059402b
|