Adam Watkins
Adam Watkins
Ensures that we only ever show one thinking task at once. Should also mean we are not saving them in the db now. Will do a serverside followup later :)...
WIP
Currently the only OCR service tarsier supports is GoogleOCR vision. It would be good to provide another ocr service that allows textextract to be used
Currently both playwright and selenium are required to run tarsier. Ideally we want user to only have to install a single one of these to get up and running. This...
### ⚠️ Please check that this feature request hasn't been suggested before. - [X] I searched previous [Ideas in Discussions](https://github.com/reworkd/AgentGPT/discussions/categories/ideas) didn't find any similar feature requests. - [X] I searched...
When trying to do a delete with limit (supported with mysql), `delete(...).with_dialect_options` incorrectly throws a validation error although the docs say this should be supported. ```python @_generative def with_dialect_options(self, **opt:...