Skip to main content

Create an AI agent

Create an AI agent programmed to perform tasks, make decisions & communicate with other agents.

Input parameters

NameDescriptionTypeRequiredDefault value
RoleDefines the agent's function within the crew. It determines the kind of tasks the agent is best suited for.STRINGfalse
GoalThe individual objective that the agent aims to achieve. It guides the agent's decision-making process.STRINGfalse
BackstoryProvides context to the agent's role and goal, enriching the interaction and collaboration dynamics.STRINGfalse
ModelRepresents the language model that will run the agent.SELECT_ONEfalse
ToolsUsed to empower the agent with capabilities ranging from web searching and data analysis to collaboration and delegating tasks among other agents.ARRAYfalse

Output

NameDescriptionTypeDefault value
resultThe variable name of the agent you create.AGENTRESULT