Richard Abrich

Results 174 issues of Richard Abrich

### Feature request We would like to show a loading / splash screen while the dashboard / tray is starting up. e.g. with https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/QSplashScreen.html ### Motivation It can take quite...

enhancement

`segment.py` does not yet match performance of `visual.py`: https://github.com/OpenAdaptAI/OpenAdapt/pull/714#issuecomment-2184160350 This PR fixes that. TODO

### Feature request We would like to add an automated test that: - calls `openadapt.record` - waits for the `recording.started` signal to be emitted (fails after e.g. 30s if no...

enhancement
💎 Bounty

### Describe the bug ![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/774615/73340758-6c8b-4620-a1b3-8df5b57203d9) ### To Reproduce run manual setup on windows, then run with `python -m openadapt.app.tray`

bug

### Feature request We need to extend https://github.com/OpenAdaptAI/OpenAdapt/issues/314 to include some useful tests and generate an automated report. This involves: - Create recordings of three tasks: 1. Open a calculator...

enhancement
good first issue
help wanted

### Feature request We would like to rename all instances of `ReplayStrategy` to `Policy` (and related). ### Motivation Clarity.

enhancement

### Describe the bug On a Windows 11 VM, the install command fails silently when checking for NVM (i.e. the window closes). Workaround: install nvm with winget: ``` winget install...

bug

### Feature request We would like to support multiple monitors. User @Alphadev on Discord reports no screenshots in `python -m openadapt.visualize` on https://github.com/OpenAdaptAI/OpenAdapt/pull/763: ![image](https://github.com/OpenAdaptAI/OpenAdapt/assets/774615/d06f64fb-4171-4b99-ac7f-ed2b216d2437) This involves identifying where support needs...

enhancement
good first issue
help wanted
💎 Bounty

### Feature request We would like to implement an ActionEvent reducer function in https://github.com/OpenAdaptAI/OpenAdapt/blob/main/openadapt/events.py#L829 that merges the following sequence into a keyframe: - press mouse button - mouse move -...

enhancement

### Feature request How can we take advantage of https://github.com/microsoft/semantic-kernel? ### Motivation https://learn.microsoft.com/en-us/semantic-kernel/overview/ > Semantic Kernel is an open-source SDK that lets you easily build agents that can call your...

enhancement