- Step1: Clone the GitHub repository from https://github.com/LangGraph-GUI/LangGraph-learn
- Step2: Install dependencies with pip install -r requirements.txt
- Step3: Launch the GUI using the provided launch script
- Step4: Create a new graph or load a sample workflow
- Step5: Drag and drop nodes, then connect them to define the pipeline
- Step6: Configure node settings, prompts, and parameters
- Step7: Run the pipeline and monitor execution via real-time logs
- Step8: Export the graph as a Python script for integration