Skip to content

Commit 034524b

Browse files
committed
Updated File as per your latest instructions with prefix explaining two different scenerio of agentic graph
1 parent 8663212 commit 034524b

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

all_agents_tutorials/Weather_Disaster_Management_AI_AGENT.ipynb

+37-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,34 @@
1717
{
1818
"cell_type": "markdown",
1919
"source": [
20-
"# **Automating a Weather Emergency Response System with LangGraph**\n",
20+
"# **Overview of the Agent Graphs**\n",
21+
"\n",
22+
"\n",
23+
"This tutorial is designed to guide you through the development of **two distinct agent graphs**, each tailored for specific scenarios:\n",
24+
"\n",
25+
"## **Real-Data Agent Graph (Automated Weather Emergency):**\n",
26+
"Focused on processing live, real-time weather data to ensure actionable and accurate insights during actual weather events.\n",
27+
"\n",
28+
"## **Hybrid Agent Graph (Simulate of High Severity Weather level check with dummy weather and Social Monitoring data):**\n",
29+
"Created for testing and simulation purposes, this graph combines real-time weather data with simulated weather scenarios to analyze behavior under extreme conditions without depending entirely on real-world events."
30+
],
31+
"metadata": {
32+
"id": "WJ1BGvqnPsY8"
33+
}
34+
},
35+
{
36+
"cell_type": "markdown",
37+
"source": [
38+
"========================================================**Part 1** ================================================="
39+
],
40+
"metadata": {
41+
"id": "u-LAPlpMRw6V"
42+
}
43+
},
44+
{
45+
"cell_type": "markdown",
46+
"source": [
47+
"## **Real-Data Agent Graph (Automated Weather Emergency):**\n",
2148
"\n",
2249
"## **Overview**\n",
2350
"This project demonstrates how to create an automated **Weather Emergency Response System** using **LangGraph**. The system monitors weather conditions, analyzes potential disasters, and generates emergency response plans. It integrates real-time weather data with generative AI for disaster analysis and response generation.\n",
@@ -1576,10 +1603,17 @@
15761603
}
15771604
]
15781605
},
1606+
{
1607+
"cell_type": "markdown",
1608+
"source": [],
1609+
"metadata": {
1610+
"id": "4ngYT-dYS3yS"
1611+
}
1612+
},
15791613
{
15801614
"cell_type": "markdown",
15811615
"source": [
1582-
"================================================================================================================"
1616+
"========================================================**Part 2** ================================================="
15831617
],
15841618
"metadata": {
15851619
"id": "VHffh65-3SNJ"
@@ -1588,7 +1622,7 @@
15881622
{
15891623
"cell_type": "markdown",
15901624
"source": [
1591-
"## **To check with Simulator of High Severity Weather level check with dummy weather and Social Monitoring data**\n",
1625+
"## **Hybrid Agent Graph (Simulate High Severity Weather level check with dummy weather and Social Monitoring data):**\n",
15921626
"\n",
15931627
"\n",
15941628
"## **Note:** Below, only details are given for nodes or functions, which are not described above"

0 commit comments

Comments
 (0)