feat : display planner next task on front

This commit is contained in:
martin legrand
2025-04-28 10:24:30 +02:00
parent 5517f53f8a
commit da7dde23d4
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class CoderAgent(Agent):
info = f"System Info:\n" \
f"OS: {platform.system()} {platform.release()}\n" \
f"Python Version: {platform.python_version()}\n" \
f"\nYou must save file in work directory: {self.work_dir}"
f"\nYou must save file at root directory: {self.work_dir}"
return f"{prompt}\n\n{info}"
async def process(self, prompt, speech_module) -> str: