OpenAdapt
OpenAdapt copied to clipboard
Open Source Generative Process Automation (i.e. Generative RPA). AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
/claim #755 **What kind of change does this PR introduce?** Feature addition **Summary** Currently we don't support app update functionality in our app. With this addition, user can get the...
**What kind of change does this PR introduce?** **Summary** **Checklist** * [ ] My code follows the style guidelines of OpenAdapt * [ ] I have performed a self-review of...
### Describe the bug PS C:\Users\abhis\openAdapt\OpenAdapt> poetry shell Spawning shell within C:\Users\abhis\AppData\Local\pypoetry\Cache\virtualenvs\openadapt-8xtrqwsq-py3.10 PowerShell 7.4.3 (openadapt-py3.10) PS C:\Users\abhis\openAdapt\OpenAdapt> python -m openadapt.replay VanillaReplayStrategy --instructions "calculate 9-8" [2024-07-18 00:09:23.481] [recordLogger] [info] Created d3d11...
Fixes #766 /claim #766 **What kind of change does this PR introduce?** Feature **Summary** This PR introduces support for multi-monitor setups in the `take_screenshot` function. It includes the following changes:...
### Feature request After executing an action that takes a while to complete (e.g. opening an application that takes a few second to load), we need to wait for the...
**What kind of change does this PR introduce?** Performance test for #704 **Summary** This is a WIP PR for issue #704. Conducted both the performance test as per (https://github.com/OpenAdaptAI/OpenAdapt/issues/704#issuecomment-2158842920) and...
### Describe the bug ``` python -m openadapt.replay VisualReplayStrategy --instructions="enter the word 'goodbye' in cell D5" ... File "/Users/abrichr/oa/OpenAdapt/openadapt/replay.py", line 84, in replay strategy = strategy_class(recording, **kwargs) | | ->...
### Feature request We would like for VisualReplayStrategy to work with segments which are visually identical but in different locations on screen. Related: https://github.com/OpenAdaptAI/OpenAdapt/pull/679 ### Motivation Spreadsheet task
### Feature request We would like to display replays in the dashboard, and all associated data. This involves instrumenting replays to record all data, e.g. segmentations, prompts. Probably the easiest...