Skip to content

badrinathvm/ModularProjectAgentic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project generates the scaffolding necessary for executing LangGraph applications.

Graph Overview

The diagram below illustrates the structure and flow of the LangGraph application:

Endpoints

Start the Graph Execution

To initiate the graph execution, provide the following parameters:

  • usecase_name: The name of the use case you're executing.
  • action: Set to start to begin the process.
  • thread_id: A unique identifier for the thread.

Here’s the JSON payload to start the execution:

Resume the Graph Execution After Providing User Input

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 to resume to 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:

Output

Once the graph execution is completed, the folder structure will be generated as shown below:

Generated Folder Structure

About

This Agentic AI project generates the foundational LangGraph folder structure to facilitate development.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages