rsobieski commited on
Commit
1f5e7a7
·
verified ·
1 Parent(s): ac38a11

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -5,7 +5,8 @@ from langgraph.prebuilt import ToolNode, tools_condition
5
  from langchain_core.messages import HumanMessage, AIMessage
6
  from langchain_google_genai import ChatGoogleGenerativeAI
7
  from langchain_core.runnables import Runnable
8
- from llama_index.core.agent.workflow import AgentWorkflow, ReActAgentfrom llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
 
9
  from tools import TOOLS
10
  import pandas as pd
11
 
 
5
  from langchain_core.messages import HumanMessage, AIMessage
6
  from langchain_google_genai import ChatGoogleGenerativeAI
7
  from langchain_core.runnables import Runnable
8
+ # from llama_index.core.agent.workflow import AgentWorkflow, ReActAgent
9
+ from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
10
  from tools import TOOLS
11
  import pandas as pd
12