Fix : file agent loop problem

This commit is contained in:
martin legrand
2025-03-11 12:44:20 +01:00
parent 479bc2769b
commit cace6b5612
8 changed files with 7 additions and 3 deletions
-1
View File
@@ -22,7 +22,6 @@ class CasualAgent(Agent):
def process(self, prompt, speech_module) -> str:
complete = False
exec_success = False
self.memory.push('user', prompt)
self.wait_message(speech_module)