Skip to main content

execute

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

Signature

def execute(task: str) -> Any

Parameters

task
str
required
Task description for the agent

Returns

Returns
Any
Agent execution result

Source

View on GitHub

praisonai/agent_scheduler.py at line 101