This commit is contained in:
Joffrey THOMAS
2025-03-20 15:37:35 +01:00
parent e8d48e1736
commit c349d44bfe

View File

@@ -10,7 +10,7 @@ Now that we understand the building blocks, let's put them into practice by buil
This example demonstrates how to structure a workflow with LangGraph that involves LLM-based decision-making. While this can't be considered an Agent as no tool is involved, this section focuses more on learning the LangGraph framework than Agents.
<Tip>
You can follow the code in <a href="https://huggingface.co/agents-course/notebooks/resolve/main/unit2/langgraph/mail_sorting.ipynb" target="_blank">this notebook</a> that you can run using Google Colab.
You can follow the code in <a href="https://huggingface.co/agents-course/notebooks/blob/main/unit2/langgraph/mail_sorting.ipynb" target="_blank">this notebook</a> that you can run using Google Colab.
</Tip>
## Our Workflow