OpenAdaptAI / OpenAdapt

AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
735 stars 95 forks source link

[Bug]: Local development record, replay and start fail #773

Open shashank40 opened 1 week ago

shashank40 commented 1 week ago

Describe the bug

So the current local development setup is buggy due to recent code changes. The helper function definitions were changed but the usage was not updates. Ex: functions for recording start, replay etc

To Reproduce

Any record start will fail

shashank40 commented 1 week ago

@abrichr would you mind if i raise a PR on this?

abrichr commented 1 week ago

@shashank40 thank you for reporting! Please try https://github.com/OpenAdaptAI/OpenAdapt/pull/774 and see if that fixes your issues.

Otherwise please submit a PR 🙏

shashank40 commented 1 week ago

@abrichr it has a few more things to update. 1) During instruction submissions on replay, it fails. 2) During data fetch from DB, it fails as session was not passed. 3) During start, the code fails as the function imported is not found in start.py

I will raise a quick PR, i think this could be the reason why even downloaded openadapt app is not working as i mentioned here.

https://github.com/OpenAdaptAI/OpenAdapt/pull/771#discussion_r1644517094