Skip to main content

Introduction to CrewAI

Your First Crew

0:00
LearnStep 1/5

Creating Your First Agent

Building Agents

Let's create a simple research crew with two agents: a researcher and a writer.

The Researcher Agent

python

The Writer Agent

python

Key Agent Properties

  • role: The agent's job title/function
  • goal: What the agent is trying to achieve
  • backstory: Context that shapes the agent's behavior
  • verbose: Show the agent's thought process
  • allow_delegation: Can the agent ask others for help?
Your First Crew | Python CrewAI Mastery | Mathematicon