Adding self-reflection to the workflow
Este exercício faz parte do curso
Building Agentic Workflows with LlamaIndex
Instruções do exercício
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.
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
Começar o exercício