Add basic memory challenge (#57)

This commit is contained in:
merwanehamadi
2023-07-05 20:32:28 -07:00
committed by GitHub
parent bfc7dfdb29
commit 74fc969dd6
24 changed files with 121 additions and 38 deletions

View File

@@ -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)