Execute agents
Execute a team of different AI agents that work towards a shared goal.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
agents | Define custom agents with flexible roles and goals | ARRAY | true | |
tasks | Define custom tasks with flexible description and expected output. | ARRAY | true | |
Guardrails | Add some guardrails to the execution of your crew. | ARRAY | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The variable name of the response of the created crew. | STRING | RESULT |