CommencerCommencez gratuitement

Memory that powers flows

Cet exercice fait partie du cours

<cours>Building AI Agents with CrewAI</cours>
Voir le cours

Instructions de l’exercice

So far, your agent can take on tasks and deliver results. But for more complex workflows, it’s crucial that the system can remember what has happened. That’s where state comes in! Here's what you'll need to do to define a state model for your flow:

  • Initialize the ContentState class as an instance of BaseModel.
  • Add the missing fields: url, a string, and metadata, a dictionary.


Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.


Exercice interactif pratique

Transformez la théorie en action avec l’un de nos exercices interactifs

Commencer l’exercice