Contents: This python script implements a ReAct agentic workflow using LangGraph. The Agentic workflow has Tool defined, that calls the US National Weather Service Buoy API, to get marine conditions off the coast of the US.
Dependencies:
pip3 install certifi
pip3 install urllib3
pip3 install langchain
pip3 install langchain-community
pip3 install langchain-core
pip3 install langchain-openai
pip3 install langchain-pinecone
pip3 install langchain-text-splitters
pip3 install langgraph
pip3 install langgraph-checkpoint
pip3 install langgraph-sdk
Dependency Module Version Numbers
typing_extensions 4.12.2
certifi 2024.7.4
urllib3 2.2.2
langchain 0.3.12
langchain-community 0.3.12
langchain-core 0.3.25
langchain-openai 0.2.10
langchain-pinecone 0.2.0
langchain-text-splitters 0.3.3
langgraph 0.2.59
langgraph-checkpoint 2.0.7
langgraph-sdk 0.1.46