Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core LangChain and LangGraph dependencies
|
| 2 |
+
langchain
|
| 3 |
+
langgraph
|
| 4 |
+
langchain-core
|
| 5 |
+
langchain-community
|
| 6 |
+
|
| 7 |
+
# Google Gemini integration
|
| 8 |
+
langchain-google-genai
|
| 9 |
+
google-generativeai==0.8.5
|
| 10 |
+
google-ai-generativelanguage==0.6.15
|
| 11 |
+
|
| 12 |
+
# Search and API tools
|
| 13 |
+
tavily-python
|
| 14 |
+
langchain-tavily
|
| 15 |
+
serpapi
|
| 16 |
+
|
| 17 |
+
# Environment and utilities
|
| 18 |
+
python-dotenv
|
| 19 |
+
typing-extensions
|
| 20 |
+
gradio
|
| 21 |
+
|
| 22 |
+
# # Optional: For local development
|
| 23 |
+
# ipython
|
| 24 |
+
# jupyter
|