From e99851fba30f99773ac2b669187c0067e97a8425 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Tue, 1 Apr 2025 19:05:47 +0200 Subject: [PATCH] note: commit 56b5db7 was a mistake by agenticseek itself lol --- sources/interaction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/interaction.py b/sources/interaction.py index eb7f7be..c5820bc 100644 --- a/sources/interaction.py +++ b/sources/interaction.py @@ -114,7 +114,6 @@ class Interaction: if agent is None: return False if self.current_agent != agent and self.last_answer is not None: - ## get last history from previous agent self.current_agent.memory.push('user', self.last_query) self.current_agent.memory.push('assistant', self.last_answer) self.current_agent = agent