mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-10 03:59:20 +00:00
7 lines
No EOL
261 B
Python
7 lines
No EOL
261 B
Python
from agent import Agent
|
|
from tools.helpers import files
|
|
from tools.helpers.print_style import PrintStyle
|
|
|
|
def execute(agent:Agent, result: str, **kwargs):
|
|
agent.set_data("timeout",0) # wait for user, no timeout
|
|
agent.add_result(result) # add result data |