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"
}
iching - I Ching Wisdom
iching(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.2.7.tar.gz
(68.6 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.2.7.tar.gz.
File metadata
- Download URL: hanzo_tools_agent-0.2.7.tar.gz
- Upload date:
- Size: 68.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd33dd6bb6976d20571b6ade62c83be6743a4e9ec8087304cc742a1f37fdc142
|
|
| MD5 |
78ba5ae651baa688b7776cec389d60ba
|
|
| BLAKE2b-256 |
b6f6b8373aea608faff824c5179a53376777e52c377a3ea320cc506996276a08
|
File details
Details for the file hanzo_tools_agent-0.2.7-py3-none-any.whl.
File metadata
- Download URL: hanzo_tools_agent-0.2.7-py3-none-any.whl
- Upload date:
- Size: 81.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb253c70a42a343f68e5bea52a8305ab895412239ca2c9a0933169e3a58ee58e
|
|
| MD5 |
a4f992183e3deab308e8e5b267c6b2cd
|
|
| BLAKE2b-256 |
fab8110529977456ec18684de077f0983f22ed0c8168d5a96b88eb7cb57561a2
|