start
AsyncMethod
This is a method of the AgentTeam class in the workflows module.Run the team with a task
Signature
Parameters
No description available.
Returns
The result of the operation.
start: Run the team with a task
This is a method of the AgentTeam class in the workflows module.Run the team with a task
async def start(&self, task: &str) -> Result<String>