Skip to content

Reference

Complete and dry. Every command, flag, key, argument and return, for a reader who already knows what they are looking for.

If you do not yet, the guides answer "how do I use this one feature", and the tutorials teach it in order starting with the Quickstart.

Command line

CLIEvery command and flag, and the environment variables, files and exit statuses
TUIThe screen hmz opens with no command: its keys, its commands, its menus
DaemonThe run held where a terminal closing cannot end it, and the terminals that come and go

Python

SDKHmz: humanize as one object, which every way in goes through
FlowsThe directory a flow is, what @flow takes, and what the loop it holds may do
AgentsDriving a coding agent from Python: an agent is settings, a session is memory
MachinesWhere an agent's turns land — here, a container, or a machine already running
ProvidersWhich account an agent runs as, kept apart from the CLI's own
Remote executionhmz anchor: an agent on this machine whose work lands on another
Tracinghmz trace collect, and the one timeline it makes of a run

Released under the Apache-2.0 licence.