Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# --- Kern-Abhängigkeiten für LangChain + LangGraph -------------------
|
2 |
langchain==0.1.* # LLM-Wrapper + Tools
|
3 |
langgraph>=0.0.38,<0.1 # Graph-Executor
|
|
|
4 |
|
5 |
# --- Modell- & Tool-Backends ----------------------------------------
|
6 |
google-generativeai>=0.3 # Gemini Flash
|
|
|
1 |
# --- Kern-Abhängigkeiten für LangChain + LangGraph -------------------
|
2 |
langchain==0.1.* # LLM-Wrapper + Tools
|
3 |
langgraph>=0.0.38,<0.1 # Graph-Executor
|
4 |
+
langchain-google-genai
|
5 |
|
6 |
# --- Modell- & Tool-Backends ----------------------------------------
|
7 |
google-generativeai>=0.3 # Gemini Flash
|