CrewAI Agent - RocketRide Documentation
Skip to main content

CrewAI Agent

View as Markdown

What it does

Standalone single-agent CrewAI node. Receives a question, runs a one-agent Crew, and emits an answer. Can also be invoked as a tool by other agents via <nodeId>.run_agent.

Lanes: questionsanswers

Connections

ChannelRequiredDescription
llmyesLLM the agent thinks with
toolnoTools available to the agent

Configuration

By default only Agent Description and Instructions are shown. Toggle Advanced Mode to expose CrewAI-specific fields.

Always visible:

FieldDescription
Agent DescriptionWhat this agent does, used by parent agents to select and invoke it
InstructionsExtra guidance appended to the agent's backstory

Advanced Mode (Agent):

FieldDefaultMaps to
RoleAssistantAgent(role=...)
Goalbuilt-inAgent(goal=...)
Backstorybuilt-inAgent(backstory=...)

Advanced Mode (Task):

FieldDefaultMaps to
Task(incoming prompt)Task(description=...)
Expected Outputbuilt-inTask(expected_output=...)

Multi-agent workflows

For hierarchical multi-agent orchestration, use the CrewAI Manager node with one or more CrewAI Subagent nodes instead. A CrewAI Agent node cannot be used as a sub-agent under a Manager, that role is filled by CrewAI Subagent.