AI / CrewAI Interview Questions
Describe the role, goal, and backstory properties of a CrewAI Agent?
Every CrewAI Agent is defined with three core descriptive properties that shape how it behaves during execution.
| Property | Purpose |
| Role | Defines what the agent does, such as Senior Research Analyst |
| Goal | Defines what the agent is optimizing for while completing its tasks |
| Backstory | Provides context that shapes the agent's tone, priorities, and behavior |
Together, these three properties act like a persona, they don't just label the agent, they actually influence how it reasons about a task and what it prioritizes when making decisions.
More Related questions...