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.
- Host: GitHub
- URL: https://github.com/ajlearner46/langgraph-agentic-ai-workflows
- Owner: AJlearner46
- Created: 2025-07-15T12:47:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T05:52:35.000Z (11 months ago)
- Last Synced: 2025-10-08T09:58:32.260Z (8 months ago)
- Topics: agentic-ai, agentic-workflow, chatbot, langchain, langgraph
- Language: Jupyter Notebook
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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