Adding self-reflection to the workflow
Cet exercice fait partie du cours
<cours>Building Agentic Workflows with LlamaIndex</cours>Instructions de l’exercice
Let your workflow learn from its own output. Add a review loop that helps your agents reflect, revise, and aim for excellence.
- At the
write_report()step, store the answers in a variable namedresearch. - At the
review()step, call thereview_agentto review the report.
Tip: Look out for CODE comments, they have been added to guide you on where to make changes in the code.
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