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: Features is what humanize does and Flows is what there is to run, and then there is a section per role — the User Guide for running flows, the Weaver Guide for weaving them, Contributing for working on humanize itself. Each of the three opens with tutorials, and the home page carries a quickstart apiece: run a flow, weave a flow, work on humanize.

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

SDKHow a tool that is not humanize reaches humanize: Hmz straight at the runtime, Daemons over a held run
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 internal anchor: an agent on this machine whose work lands on another
TracingThe sessions and the programs a run left behind, gathered into one timeline of it

Released under the Apache-2.0 licence.