Concepts¶
How OpenAdapt works: what a demonstration compiler is, how a compiled workflow resolves and verifies each step, and how safety is enforced. Read in order, or jump to what you need.
-
Why compile a demonstration instead of re-reasoning through it. The record, compile, replay loop.
-
Routing across browser, native Windows, native macOS, native Linux, RDP, and Citrix/VDI; one runner contract, every substrate first-class.
-
Hosted browser launch, customer-controlled execution, self-hosting, and the authoring-versus-runtime data boundary.
-
Fail-closed regulated execution
replayis the local $0 dev path;runrefuses to execute unless certified, identity-covered, effect-verified, signed, and config-pinned. -
One semantic step, many implementations: structural (DOM/UIA), API, and visual. First viable rung wins.
-
The screen is not the system of record. The five silent write faults and how OpenAdapt catches them.
-
Never click the wrong record. The identity ladder and why it refuses rather than guesses.
-
Repairs under UI drift, written back as reviewable diffs, with zero model calls on the healthy path.
-
Typed parameters, guards,
wait_until, loops, branches, and subflows. A program, not a trajectory. -
One demo is evidence, not a specification. How more traces recover the intended program.
-
Halt, demonstrate the fix, induce it through a regression gate, and never halt there again. Governed, $0, no free-form agent.
-
Checkpoint verified progress; a halt becomes a durable pause an operator approves and resumes, never re-running a confirmed write.
-
Fail-closed safety:
lintreports gaps,certifyrefuses an unsafe bundle before it deploys. -
Browser (Playwright), native Windows (UIA), native macOS, native Linux (AT-SPI), RDP, and Citrix/VDI are all first-class substrates behind one backend protocol. The same bundle, resolution ladder, identity gate, and effect verification run on each; every workflow is qualified in its real environment.
-
Optional local grounding and identity. When deployed on-prem, observations remain inside that declared customer boundary.