diff --git a/Exercises/Exercise_Graph1.ipynb b/Exercises/Exercise_Graph1.ipynb index 8ff4735..4263566 100644 --- a/Exercises/Exercise_Graph1.ipynb +++ b/Exercises/Exercise_Graph1.ipynb @@ -35,7 +35,7 @@ "def compliment_node(state: AgentState) -> AgentState:\n", " \"\"\"Simple node that compliments the user\"\"\"\n", "\n", - " state['name'] = state[\"name\"] + \" you're doing an amazing job learning LangGraph!\"\n", + " state['name'] = state[\"name\"] + \", you're doing an amazing job learning LangGraph!\"\n", "\n", " return state " ] diff --git a/README.md b/README.md index a921003..0bad3b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LangGraph Course -Repository for all of the code written for the FreeCodeCamp LangGraph Course, including solutions for all exercises. This repo provides practical examples of using [LangGraph](https://github.com/langchain-ai/langgraph) for building agent-based applications through Python scripts and interactive Jupyter notebooks. - +Repository for all of the code written for the [freeCodeCamp LangGraph Course](https://www.youtube.com/watch?v=jGg_1h0qzaM), including solutions for all exercises. This repo provides practical examples of using [LangGraph](https://github.com/langchain-ai/langgraph) for building agent-based applications through Python scripts and interactive Jupyter notebooks. +` --- ## Table of Contents