An open API service indexing awesome lists of open source software.

https://github.com/ajlearner46/langgraph-agentic-ai-workflows

Modular Agentic AI & Chatbot Workflows Implemented with LangGraph.
https://github.com/ajlearner46/langgraph-agentic-ai-workflows

agentic-ai agentic-workflow chatbot langchain langgraph

Last synced: about 1 month ago
JSON representation

Modular Agentic AI & Chatbot Workflows Implemented with LangGraph.

Awesome Lists containing this project

README

          

# LangGraph-Agent-Workflows

## 1. Sequential LangGraph Workflow

- BMI calculation
- Simple LLM invoke
- Blog Generation

## 2. Parallel LangGraph Workflow

- Batsman Stats Calculation From Runs & Balls
- Essay Evaluation with Aspect-wise Scoring

## 3. Conditional LangGrapg Workflow

- Quadratic Equation Roots Solver
- Customer Review Reply Generator (Based on sentiment, tone, urgency, and issue detection)

## 4. Iterative LangGraph Workflow

- X Post Generator with Looping Feedback

## 5. ChatBot Workflow

- Simple Conversational Chatbot with Memory
- chatbot workflow with persistance