|
17 | 17 | {
|
18 | 18 | "cell_type": "markdown",
|
19 | 19 | "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", |
21 | 48 | "\n",
|
22 | 49 | "## **Overview**\n",
|
23 | 50 | "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 | 1603 | }
|
1577 | 1604 | ]
|
1578 | 1605 | },
|
| 1606 | + { |
| 1607 | + "cell_type": "markdown", |
| 1608 | + "source": [], |
| 1609 | + "metadata": { |
| 1610 | + "id": "4ngYT-dYS3yS" |
| 1611 | + } |
| 1612 | + }, |
1579 | 1613 | {
|
1580 | 1614 | "cell_type": "markdown",
|
1581 | 1615 | "source": [
|
1582 |
| - "================================================================================================================" |
| 1616 | + "========================================================**Part 2** =================================================" |
1583 | 1617 | ],
|
1584 | 1618 | "metadata": {
|
1585 | 1619 | "id": "VHffh65-3SNJ"
|
|
1588 | 1622 | {
|
1589 | 1623 | "cell_type": "markdown",
|
1590 | 1624 | "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", |
1592 | 1626 | "\n",
|
1593 | 1627 | "\n",
|
1594 | 1628 | "## **Note:** Below, only details are given for nodes or functions, which are not described above"
|
|
0 commit comments