Skip to main content

execute

Method
This is a method of the AgentExecutorInterface class in the agent_scheduler module.
Execute the agent with given task.

Signature

def execute(task: str) -> Any

Parameters

task
str
required
No description available.

Returns

Returns
Any
The result of the operation.