Steer mid-flight
RPC and SDK clients can queue a correction while the agent is running. Steering redirects the active run without rewriting the transcript; follow-ups wait their turn.
Redirect it while it works. A reliable harness — typed events, explicit approvals, and a transcript you can inspect — keeps you and the agent on the same page.

Wisp is a coding agent for interactive work, scripts, and integrations. Its TUI, print mode, JSONL RPC process, and Python SDK share one typed runtime, including the same session, approval, cancellation, and event contracts. Each interface exposes the controls its input model can support: RPC and SDK clients can steer live runs, the TUI queues interactive follow-ups, and print/JSON modes are one-shot.
uv tool install "wisp-ai==0.1.0rc2"
cd path/to/project
wisp