Spaces:
Sleeping
Sleeping
Vinay Kerai
commited on
Commit
·
71b5dbb
1
Parent(s):
d3dc6dc
update requirements.txt
Browse files- agent.py +1 -1
- requirements.txt +4 -1
agent.py
CHANGED
|
@@ -9,7 +9,7 @@ from langgraph.prebuilt import create_react_agent
|
|
| 9 |
from langchain_community.tools import DuckDuckGoSearchRun
|
| 10 |
from langchain_experimental.utilities import PythonREPL
|
| 11 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 12 |
-
from langchain_ollama import ChatOllama
|
| 13 |
from langfuse.langchain import CallbackHandler
|
| 14 |
|
| 15 |
load_dotenv()
|
|
|
|
| 9 |
from langchain_community.tools import DuckDuckGoSearchRun
|
| 10 |
from langchain_experimental.utilities import PythonREPL
|
| 11 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 12 |
+
#from langchain_ollama import ChatOllama
|
| 13 |
from langfuse.langchain import CallbackHandler
|
| 14 |
|
| 15 |
load_dotenv()
|
requirements.txt
CHANGED
|
@@ -5,4 +5,7 @@ langgraph
|
|
| 5 |
langchain
|
| 6 |
langchain_community
|
| 7 |
langchain_core
|
| 8 |
-
langchain_huggingface
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
langchain
|
| 6 |
langchain_community
|
| 7 |
langchain_core
|
| 8 |
+
langchain_huggingface
|
| 9 |
+
langchain_google_genai
|
| 10 |
+
langchain_experimental
|
| 11 |
+
langfuse
|