Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -7,6 +7,8 @@ from langgraph.graph import StateGraph, START, END, MessagesState
|
|
| 7 |
from langgraph.prebuilt import ToolNode, tools_condition
|
| 8 |
from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
|
| 9 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
|
|
|
|
|
|
| 10 |
|
| 11 |
HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 12 |
|
|
|
|
| 7 |
from langgraph.prebuilt import ToolNode, tools_condition
|
| 8 |
from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace
|
| 9 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
| 10 |
+
from langchain_groq import ChatGroq
|
| 11 |
+
|
| 12 |
|
| 13 |
HUGGINGFACEHUB_API_TOKEN = getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 14 |
|