Feat : memory recovery system, better TTS

This commit is contained in:
martin legrand
2025-02-28 11:28:45 +01:00
parent 14fcbd2343
commit c5da8319bf
4 changed files with 112 additions and 54 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class CoderAgent(Agent):
answer = ""
attempt = 0
max_attempts = 3
self._history.push('user', prompt)
self._memory.push('user', prompt)
while attempt < max_attempts:
pretty_print("Thinking...", color="status")