mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-07 17:22:09 +00:00
Added: Team Agent Tool
Edit: Prompts for Team Agent support Code Exe tool, input tool, and instructions to support individual terminal reset and better terminal management for complex coding tasks.
This commit is contained in:
parent
b2d1aacd03
commit
66bb2f720d
7 changed files with 1695 additions and 90 deletions
|
|
@ -5,7 +5,7 @@ from python.tools.code_execution_tool import CodeExecution
|
|||
|
||||
class Input(Tool):
|
||||
|
||||
async def execute(self, keyboard="", **kwargs):
|
||||
async def execute(self, keyboard="", session=0, **kwargs):
|
||||
# normalize keyboard input
|
||||
keyboard = keyboard.rstrip()
|
||||
keyboard += "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue