mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
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:
commit
22e075e5cd
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue