ZeroTimo commited on
Commit
b90e38d
·
verified ·
1 Parent(s): 99be72c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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