Skip to main content

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 CLI
  • codex - OpenAI Codex CLI
  • gemini - Google Gemini CLI
  • grok - xAI Grok CLI
  • qwen - Alibaba Qwen CLI
  • vibe - Vibe coding agent
  • code - Hanzo Code agent
  • dev - 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


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.8.tar.gz (68.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hanzo_tools_agent-0.2.8-py3-none-any.whl (82.1 kB view details)

Uploaded Python 3

File details

Details for the file hanzo_tools_agent-0.2.8.tar.gz.

File metadata

  • Download URL: hanzo_tools_agent-0.2.8.tar.gz
  • Upload date:
  • Size: 68.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.5

File hashes

Hashes for hanzo_tools_agent-0.2.8.tar.gz
Algorithm Hash digest
SHA256 a4dd8f1f40c51ebeeddb95c3714f44994b893cbd9a10b409c12e2e8835ac6aef
MD5 7cc8b456b8c6d0c602043f7f634cbcec
BLAKE2b-256 f3d168387afd03017642208361daba641b56dbfd91e2cf2653da7c35583deb7d

See more details on using hashes here.

File details

Details for the file hanzo_tools_agent-0.2.8-py3-none-any.whl.

File metadata

File hashes

Hashes for hanzo_tools_agent-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 bb00d219ced4acb2d54a3435c7d6643741c3be7f739fc74db847c18837395a34
MD5 5f83b1f6fa98b9886528edf6e6beedde
BLAKE2b-256 728d0724fb2d0bde4d783876fdcbd08db536decf21b4c9f9661bea55a524ccf4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page