mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-10 03:59:20 +00:00
Scheduler polishing 1
This commit is contained in:
parent
eb275d9c9c
commit
b712761650
14 changed files with 72 additions and 77 deletions
|
|
@ -12,7 +12,7 @@ class Input(Tool):
|
|||
|
||||
# forward keyboard input to code execution tool
|
||||
args = {"runtime": "terminal", "code": keyboard}
|
||||
cot = CodeExecution(self.agent, "code_execution_tool", args, self.message)
|
||||
cot = CodeExecution(self.agent, "code_execution_tool", "", args, self.message)
|
||||
cot.log = self.log
|
||||
return await cot.execute(**args)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue