mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 04:30:36 +00:00
intervention fix, timed output fix?, dirty json {{ fix, prompt additions
This commit is contained in:
parent
cc19171464
commit
5c592ca71f
10 changed files with 41 additions and 45 deletions
|
|
@ -37,4 +37,6 @@ class Knowledge(Tool):
|
|||
online_sources = perplexity_result + "\n\n" + str(duckduckgo_result),
|
||||
memory = memory_result )
|
||||
|
||||
if self.agent.handle_intervention(msg): pass # wait for intervention and handle it, if paused
|
||||
|
||||
return Response(message=msg, break_loop=False)
|
||||
Loading…
Add table
Add a link
Reference in a new issue