Feat : better print of think process and answer

This commit is contained in:
martin legrand
2025-02-28 16:29:07 +01:00
parent c5da8319bf
commit 5bc2c26757
10 changed files with 103 additions and 58 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ def main():
prompt_path="prompts/coder_agent.txt",
provider=provider)
interaction = Interaction([agent], tts_enabled=args.speak)
interaction = Interaction([agent], tts_enabled=config.getboolean('MAIN', 'speak'),
recover_last_session=config.getboolean('MAIN', 'recover_last_session'))
while interaction.is_active:
interaction.get_user()
interaction.think()