Section 01
[Introduction] Intelligent Travel Planning Assistant Based on LangGraph: Practical Exploration of Agentic Workflows
This project presents an end-to-end intelligent travel planning assistant using the Agentic architecture. Core components include LangGraph (for building complex workflows), FastAPI (backend services), Streamlit (interactive interface), and integration of external tool calling capabilities such as weather query, location search, and currency conversion. The project aims to demonstrate how to combine the LangChain/LangGraph ecosystem with modern web technologies to create practical AI applications that solve multi-step decision-making problems like travel planning.