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.

start

AsyncMethod
This is a method of the AgentTeam class in the workflows module.
Run the team with a task

Signature

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

Parameters

task
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.