Skip to content

Features

One page per thing humanize does. Each says what it is, how to reach it from the prompt, from a command line and from Python, and what it will not do.

At the prompt

Being away (/afk)Whether an agent may stop and ask you something.
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.
Talking to a running turnA line typed mid-turn goes into it, not after it.
Many conversations at onceOne transcript, tab between the agents that are working.
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.
Stoppingesc ends the flow; what that does to a turn.

What an agent is

EffortsHow hard to think — and moving it while the flow runs.
PermissionsFour rungs, from read-only to bypass.
SkillsWhich of a CLI's skills this agent is loaded with.
GoalsThe backend's own goal feature: it decides when it is done.
QuestionsAn agent stopping mid-turn to ask its user something.
Answers in a shapeA turn that answers with a pydantic model instead of prose.
HooksPython callables hung on the moments of a turn.
Cost and rateWhat has been spent, how fast, and how hard it is thinking.
The person as an agentYou, driven by a flow like any other agent.

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.
WorktreesOne agent working in several directories at once.

What a run leaves behind

FlowversesA git repository of flows, offered by name.
TracingThe whole run as one timeline you can open in Perfetto.

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

Released under the Apache-2.0 licence.