Merge branch 'fix_moduleNotFound_error' into 'dev'

Fix module not found error

See merge request agents/data_agents_opt!9
This commit is contained in:
林义章 2023-11-29 05:49:45 +00:00
commit 22e075e5cd

View file

@ -126,6 +126,8 @@ class MLEngineer(Role):
# print(result)
self.working_memory.add(Message(content=result, role="user", cause_by=ExecutePyCode))
if code.startswith("!pip"):
success = False
# if not success:
# await self._ask_review()