note: commit 56b5db7 was a mistake by agenticseek itself lol

This commit is contained in:
martin legrand 2025-04-01 19:05:47 +02:00
parent 3acbae5ea0
commit e99851fba3

View File

@ -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