feat : re-integrated and improved planner agent

This commit is contained in:
martin legrand
2025-03-26 13:21:10 +01:00
parent 279bdf8c7e
commit 9080697dc0
7 changed files with 37 additions and 18 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class Agent():
"Computing... I recommand you have a coffee while I work.",
"Hold on, Im crunching numbers.",
"Working on it, please let me think."]
speech_module.speak(messages[random.randint(0, len(messages)-1)])
if speech_module: speech_module.speak(messages[random.randint(0, len(messages)-1)])
def get_blocks_result(self) -> list:
return self.blocks_result