Laura¶
LOW-rah — a TUI workspace your agent builds with you while you pair-program.
Laura hosts your agent's shell in a PTY, and you or the agent open files into live panels — splitting the tab into a composable tree of panes. Mark a file up in place and your review is injected straight back into the agent's chat. The show → react → revise loop never leaves the terminal.

Quickstart¶
1. Install Laura. Requires Rust (stable); installs a laura binary:
2. Install the skill so your agent knows how to drive laura. In Claude Code:
3. Start Laura — it hosts your default shell in a tab:
4. Chat with your agent in that shell. With the skill installed, the agent drives the laura CLI itself — splitting panes and opening files into them while your shell stays live alongside. You comment on a line in place and submit; your review is injected straight back into the agent's chat and it revises.
New to it? The tutorial walks through one full loop, including the review keys.
Where to go next¶
- Tutorial — your first Laura session, start to finish.
- How-to — task recipes.
- CLI reference — the verb set.
- Protocol — the wire format.
- Explanation / Technical vision — why Laura exists.