app.launch
Launch an executable on the remote Windows rig (name on PATH or absolute path), optional args. Side effects: starts a process; Glasswarp tracks it and closes it on session.end. Use for notepad.exe, mspaint.exe, chrome with URL args, etc. Wait/re-observe after launch before clicking — do not assume the window is focused immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Process args, e.g. ["--new-window", "https://example.com"] | |
| session_id | Yes | Active session id | |
| path_or_name | Yes | Executable name (e.g. notepad.exe) or absolute path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | False when the tool failed | |
| message | Yes | Human-readable result for the agent |