Adding self-reflection to the workflow
Diese Übung ist Teil des Kurses
Building Agentic Workflows with LlamaIndex
Anleitung zur Übung
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.
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
 Übung starten
Übung starten