Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

run

AsyncMethod
This is a method of the AgentTeam class in the workflows module.
Alias for start

Signature

async def run(&self, task: &str) -> Result<String>

Parameters

task
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.