Skip to content

User Guide

One page per thing humanize does, each answering "how do I use this?" — for the person who runs flows rather than writes them. Where a page here shows Python, it is to say what the weaver on the other side of the feature did; writing a flow yourself is the Weaver Guide.

Never run one before? Start at the quickstart. The tutorials below each take a whole piece of work start to finish; everything under them is for looking up.

Tutorials

Beat a benchmarkTwo agents take turns optimising a kernel
Port a projectAn agent works, a reviewer reads it back
Build a coding agentIdea, plan, then build under review

Start here

InstallationPython, a backend, and what each one needs
ConceptsThe twelve words the rest of this uses
SecurityRead this before pointing an agent at a repository you care about
TroubleshootingWhen it goes wrong

At the prompt

Talking to a running turnA line typed mid-turn goes into it, not after it
Side questions/btw: ask about progress without steering the flow
Many conversations at onceOne transcript, tab between the agents that are working
Showing the working/details: tool calls and thinking, or only what the agent says
The shape of a run/status: who is working, who handed to whom, what it cost
The mission boardLines you and the flow both write on, and neither waits at
Being away/afk: whether an agent may stop and ask you something
Falling back/fallback: where a turn goes when what was taking it cannot
CompletionWhat a half-typed line could become, under the editor
HistoryEverything typed here before, on ↑ and ↓
Exporting a transcript/export writes what is on screen, as it was written
What a project remembersReopening finds it set up the way you left it
Stoppingctrl+c twice ends the flow; what that does to a turn

Setting an agent up

EffortsHow hard to think — and moving it while the flow runs
PermissionsFour rungs, from read-only to bypass
SkillsWhat an agent carries: its CLI's own, and the ones the flow brings
QuestionsAn agent stopping mid-turn to ask its user something
Cost and rateWhat has been spent, how fast, and how hard it is thinking
ReportingWhat humanize sends its developers, and how to say no

Where the work lands

ProvidersOne CLI, two accounts, at the same time
ContainersA container of the agent's own, up on the first turn
Remote executionThe agent here; its commands on the build box

Running it, and reading it back

Unattendedhmz exec from a script, with nobody watching
humanize in CIThe same flows on a build machine
TracingThe whole run as one timeline you can open in Perfetto
Picking a run upA loop stopped on Thursday, carried on from where it stopped

If you write flows too

Three pages live here and matter either way. Concepts is the vocabulary the whole site uses, weaver included; Security is why reading a flow means running it; Skills is what an agent carries into a turn, and what a flow may add. The rest of that job is the Weaver Guide.


Looking for the exhaustive list of flags and keys instead? CLI and TUI.

Released under the Apache-2.0 licence.