Muthukumarank commited on
Commit
ba10ff0
·
verified ·
1 Parent(s): fb6544c

Add LangGraph agent system: requirements.txt

Browse files
Files changed (1) hide show
  1. langgraph-agents/requirements.txt +13 -0
langgraph-agents/requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langgraph>=0.4.0
2
+ langgraph-checkpoint>=2.0.0
3
+ langchain-google-genai>=2.1.0
4
+ langchain-openai>=0.3.0
5
+ langchain-community>=0.3.0
6
+ langchain-core>=0.3.0
7
+ fastapi>=0.115.0
8
+ uvicorn>=0.32.0
9
+ sse-starlette>=2.0.0
10
+ python-dotenv>=1.0.0
11
+ pydantic>=2.10.0
12
+ numpy>=1.26.0
13
+ scipy>=1.13.0