Create an AI agent programmed to perform tasks, make decisions & communicate with other agents.
Input parameters
Name | Description | Type | Required | Default value |
---|
Role | Defines the agent's function within the crew. It determines the kind of tasks the agent is best suited for. | STRING | false | |
Goal | The individual objective that the agent aims to achieve. It guides the agent's decision-making process. | STRING | false | |
Backstory | Provides context to the agent's role and goal, enriching the interaction and collaboration dynamics. | STRING | false | |
Model | Represents the language model that will run the agent. | SELECT_ONE | false | |
Tools | Used to empower the agent with capabilities ranging from web searching and data analysis to collaboration and delegating tasks among other agents. | ARRAY | false | |
Output
Name | Description | Type | Default value |
---|
result | The variable name of the agent you create. | AGENT | RESULT |