Problem with No module named 'python.extensions.message_loop_prompts_after._50_recall_memories'
I was testing Agent Zero yesterday and it did an impressive work, much better than Replit or Cursor can do. But suddenly I got error and I can't fix it and move forward. Now, anytime I say in the chat I get the error below. Please, does anyone know what to do? Thank you for any advice. Error minimize expand_all Text No module named 'python.extensions.message_loop_prompts_after._50_recall_memories' Traceback (most recent call last): Traceback (most recent call last): File "/a0/agent.py", line 380, in monologue prompt = await self.prepare_prompt(loop_data=self.loop_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/a0/agent.py", line 495, in prepare_prompt await self.call_extensions("message_loop_prompts_after", loop_data=loop_data) File "/a0/agent.py", line 923, in call_extensions return await ext_module.call_extensions(extension_point=extension_point, agent=self, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/a0/python/helpers/extension.py", line 24, in call_extensions defaults = await _get_extensions("python/extensions/" + extension_point) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/a0/python/helpers/extension.py", line 69, in _get_extensions classes = extract_tools.load_classes_from_folder( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/a0/python/helpers/extract_tools.py", line 89, in load_classes_from_folder module = import_module(file_path) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/a0/python/helpers/extract_tools.py", line 73, in import_module spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 995, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/a0/python/extensions/message_loop_prompts_after/_91_recall_wait.py", line 3, in <module> from python.extensions.message_loop_prompts_after._50_recall_memories import DATA_NAME_TASK as DATA_NAME_TASK_MEMORIES, DATA_NAME_ITER as DATA_NAME_ITER_MEMORIES