This project generates the scaffolding necessary for executing LangGraph applications.
The diagram below illustrates the structure and flow of the LangGraph application:
To initiate the graph execution, provide the following parameters:
usecase_name: The name of the use case you're executing.action: Set tostartto begin the process.thread_id: A unique identifier for the thread.
Here’s the JSON payload to start the execution:
After receiving input from the user during the "Start Graph" phase, you can resume the execution by providing the following parameters:
project_path: The path where the project is located.action: Set toresumeto continue from where the graph left off.thread_id: The same thread ID used previously to ensure the graph resumes correctly.
Here’s the JSON payload for resuming the execution:
Once the graph execution is completed, the folder structure will be generated as shown below:
