Skip to content

humanizeOrchestrate, execute, and observe agent flows

Drive the coding agent CLIs you already have — one flow, many agents, one timeline you can read afterwards.

humanize

Install it

sh
pip install git+https://github.com/humanfia/humanize2.git

Run something

sh
hmz

Opening the humanize interface, typing / to see the commands, and picking a flow

Recorded against a stand-in coding agent, in a container of its own — see Working on these docs.

Or without the interface, over the agents you name, one -a apiece:

sh
hmz exec -f official/flame_chase \
    -a claude/claude-opus-4-8:high -a codex/gpt-5.6-sol:high "fix the build"

Then read the whole thing back:

sh
hmz collect

New here? Getting started goes from nothing installed to a run you can read back, and Concepts defines the ten words the rest of this uses.

Released under the Apache-2.0 licence.