LangGraph extends the capabilities of LangChain’s Expression Language (LCEL) by introducing the ability to coordinate multiple chains (or actors) across multiple steps of computation in a cyclic manner.
Setting up Google Cloud and the required dependencies for Google Search is necessary to use it as one of the tools in LangGraph.
The key tools provided to the AI chatbot are knowledge base search, Google Search capabilities, and human intervention.
The tutorial demonstrates the use of LangGraph to create a workflow with human in the loop and different tool capabilities, with possibilities for further development and integration of additional services.