Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
> research direction, not the current product flow; the compiler does not
> require this package.
>
> This package does have one current product role: it is the **desktop
> demonstration recorder** behind `openadapt-flow record --backend windows|rdp`,
> installed via the optional `capture` extra
> (`pip install 'openadapt-flow[capture]'`). The operator's native
> mouse/keyboard/screen capture session is converted into the compiler's
> recording format by `openadapt_flow.adapters.capture.convert_capture` (see
> openadapt-flow's `docs/desktop/RECORDING.md`). The web recording path does not
> use this package. Requires `openadapt-capture >= 0.5.3` for headless-safe
> import.
>
> The OpenAdapt product is the demonstration compiler,
> [`openadapt-flow`](https://github.com/OpenAdaptAI/openadapt-flow), installed
> via the [`OpenAdapt`](https://github.com/OpenAdaptAI/OpenAdapt) launcher
Expand Down
Loading