Introduction
Wisp is a coding agent that stays in sync with you. Its interactive interfaces let you add follow-up work while it runs, its RPC and SDK surfaces can steer an active run, and every interface uses the same typed runtime rather than a separate implementation.
The harness makes its work observable and recoverable: tool calls pass through explicit safety gates, lifecycle events arrive in an enforced order, and sessions are append-only JSONL records that can be inspected and resumed. These guarantees make Wisp useful both at a terminal and inside long-lived integrations.
Wisp is currently a 0.1.0 release candidate, so public interfaces may still change while the first stable release is validated.
Start with Installation and the Quickstart. Then read Staying in sync for the exact steering, follow-up, cancellation, and approval behavior available through each interface.
