OpenAdapt icon indicating copy to clipboard operation
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

Results 197 OpenAdapt issues
Sort by recently updated
recently updated
newest added

### Describe the bug ``` python -m openadapt.replay SegmentReplayStrategy "replay verbatim" ``` This happens when there are too many segments due to a lack of filtering, e.g. ``` ('```json\n' 14:20:57...

bug

### Feature request This involves refactoring `openadapt.adapters.[openai|anthropic|google]` into `openadapt.drivers`, and implementing a new `openadapt.adapters.prompt` to manage them. ### Motivation https://github.com/OpenAdaptAI/OpenAdapt/issues/674: > OpenAI often gives this error when parsing images: "Your...

enhancement

### Feature request We would like to implement multi shot prompting. This involves running openadapt.replay on multiple actions simultaneously. This also involves selecting relevant recordings, using user specified natural language...

### Feature request We would like to implement fine-tuning. This task involves considering the tradeoffs between various approaches to improving action completions and outcome evaluation via fine-tuning. More generally, this...

good first issue
help wanted
research
$ bounty $

### Feature request We would like to implement https://github.com/zou-group/textgrad. ### Motivation > It works out-of-the-box for a variety of tasks, where the users only provide the objective function without tuning...

enhancement
good first issue
help wanted
$ bounty $

### Feature request We would like to build on `VanillaReplayStrategy` to prompt with `segment_descriptions` like in `VisualReplayStrategy`. ### Motivation Replay accuracy

enhancement

### Feature request We would like to give users the ability to quickly remove all screenshots and window metadata for any window containing a given string in the title ###...

enhancement
good first issue
help wanted

### Feature request When an error occurs, it would be useful to see what the error was. Ideally we also have some way of automatically submitting a Github Issue. ###...

enhancement

### Feature request We want to Consume the developer specified SiriIntents. Eventually, we will like to support automatic, intents-compatible app code ### Motivation Support more direct integration where possible.

enhancement
good first issue
help wanted

### Describe the bug Build and release on Windows produces: ``` nvm : The term 'nvm' is not recognized as the name of a cmdlet, function, script file, or operable...

bug