One flow, many agents
A flow is a Python file that says what each agent is asked, in what order, and when to stop. Ship it, run it by name, or run one of the flows humanize already offers.
Write one
Drive the coding agent CLIs you already have — one flow, many agents, one timeline you can read afterwards.
pip install git+https://github.com/humanfia/humanize2.githmz
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:
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:
hmz collectNew 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.