Hanzo

Usage

Learn how to use Hanzo Dev for interactive and non-interactive AI-powered development.

Hanzo Dev provides multiple modes of operation for AI-powered development assistance.

Interactive Mode

Launch the TUI for conversational coding:

dev "Help me refactor this function"

Non-Interactive Mode

Run single tasks headlessly:

dev exec "Add error handling to main.py"

Auto Drive

Fully automated multi-turn task execution:

dev auto "Refactor the database module"

Multi-Agent Orchestration

Fan out work across multiple AI agents:

/plan <task>    # Create a comprehensive plan
/solve <problem> # Solve challenging problems
/code <task>    # Perform coding tasks

How is this guide?

Last updated on

On this page