mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-07 03:25:32 +00:00
note: commit 56b5db7 was a mistake by agenticseek itself lol
This commit is contained in:
parent
3acbae5ea0
commit
e99851fba3
@ -114,7 +114,6 @@ class Interaction:
|
|||||||
if agent is None:
|
if agent is None:
|
||||||
return False
|
return False
|
||||||
if self.current_agent != agent and self.last_answer is not None:
|
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('user', self.last_query)
|
||||||
self.current_agent.memory.push('assistant', self.last_answer)
|
self.current_agent.memory.push('assistant', self.last_answer)
|
||||||
self.current_agent = agent
|
self.current_agent = agent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user