Skip to main content

astart

AsyncMethod
This is a method of the AutoAgents class in the autoagents module.
Async version of start() method. Creates tasks based on the instructions, then starts execution. Returns the task status and results dictionary.

Signature

async def astart() -> Any

Returns

Returns
Any
The result of the operation.