mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01:00
Add basic memory challenge (#57)
This commit is contained in:
@@ -22,7 +22,7 @@ def run_agent(
|
||||
print("No mock provided")
|
||||
elif MOCK_FLAG == "True":
|
||||
mock_manager = MockManager(
|
||||
task
|
||||
task, config
|
||||
) # workspace doesn't need to be passed in, stays the same
|
||||
print("Server unavailable, using mock", mock_func)
|
||||
mock_manager.delegate(mock_func)
|
||||
|
||||
Reference in New Issue
Block a user