Agent tools for Hanzo AI - multi-agent orchestration, CLI agents, swarms
Project description
hanzo-tools-agent
Agent orchestration tools for Hanzo MCP.
Installation
pip install hanzo-tools-agent
# Optional: API mode
pip install hanzo-tools-agent[api]
# Optional: High-performance
pip install hanzo-tools-agent[perf]
Tools
agent - Unified Agent Runner
Run various AI CLI agents with auto-backgrounding.
# Run with default agent
agent(action="run", prompt="Explain this code")
# Run specific agent
agent(action="run", name="gemini", prompt="Review this PR")
# List available agents
agent(action="list")
# Check agent status
agent(action="status", name="claude")
Available Agents:
claude- Anthropic Claude Code CLIcodex- OpenAI Codex CLIgemini- Google Gemini CLIgrok- xAI Grok CLIqwen- Alibaba Qwen CLIvibe- Vibe coding agentcode- Hanzo Code agentdev- Hanzo Dev agent
Direct API Mode
Configure agents for direct API calls without CLI:
// ~/.hanzo/agents/custom.json
{
"endpoint": "https://api.openai.com/v1/chat/completions",
"api_type": "openai",
"model": "gpt-4",
"env_key": "OPENAI_API_KEY"
}
zen - Hanzo Zen Guidance
zen(challenge="How should I approach this refactoring?")
review - Code Review
review(
focus="FUNCTIONALITY",
work_description="Implemented auto-import feature",
file_paths=["/path/to/file.py"]
)
License
MIT
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_tools_agent-0.3.3.tar.gz
(72.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_tools_agent-0.3.3.tar.gz.
File metadata
- Download URL: hanzo_tools_agent-0.3.3.tar.gz
- Upload date:
- Size: 72.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9ced36aa33d33f709dfae4dbdbd62fc54959b542b47913c95a071731337d8af
|
|
| MD5 |
3fd4f04be58d2d6da0c14edbe48328aa
|
|
| BLAKE2b-256 |
7f35f260043a17827558d329a92d3432d342c38113becaa72b42f349da4979bf
|
File details
Details for the file hanzo_tools_agent-0.3.3-py3-none-any.whl.
File metadata
- Download URL: hanzo_tools_agent-0.3.3-py3-none-any.whl
- Upload date:
- Size: 85.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ad204b04d2ebf669fb2674d4615c37d9072690cfb834fbcd6458d07ed151af7
|
|
| MD5 |
356ce7ec3ae43ad754249fbb660cb8a8
|
|
| BLAKE2b-256 |
ea383c41fa050cddda690a7e4620f7eabce5fa64cb31da7b6aef924877d66cf6
|