https://github.com/razamehar/langgraph_tutorials_2025
https://github.com/razamehar/langgraph_tutorials_2025
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/razamehar/langgraph_tutorials_2025
- Owner: razamehar
- Created: 2025-07-14T22:00:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T00:33:58.000Z (3 months ago)
- Last Synced: 2025-07-20T02:55:30.602Z (3 months ago)
- Language: Jupyter Notebook
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Langraph Tutorials
1. Sequential Workflow: Calculates BMI using the provided weight and height, assigns a BMI category, and offers relevant health tips.
2. Parallel Workflow: Takes an essay as input, evaluates it for language quality, depth of analysis, and clarity of thought in parallel, then returns individual scores, an average score, and a summary.
3. Conditional Workflow: Analyzes the sentiment of a customer review — if positive, it generates a thank-you message and ends; if negative, it diagnoses the issue (type, tone, urgency) and drafts a helpful response.
4. Iterative Workflow: Generates a social media post on a given topic, evaluates it, and continues refining it until it’s approved or the maximum number of iterations is reached.