Section 01
Introduction
This project demonstrates three core agent workflow patterns under the LangGraph/LangChain framework—prompt chaining (sequential LLM calls), parallelization (aggregating results after multiple LLMs execute in parallel), and routing (LLM-driven branch selection). It uses the gpt-4o-mini model, and the code is concise and can be directly run in the terminal, helping developers understand how to build complex LLM applications.