Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,15 +8,6 @@ import requests
|
|
8 |
from typing import List, Dict, Union
|
9 |
import pandas as pd
|
10 |
import wikipediaapi
|
11 |
-
#from typing import Optional
|
12 |
-
#from termax.agent import Agent # Assuming you're using a specific agent framework
|
13 |
-
#from termax.tool import google_search # Assuming this is your search tool import
|
14 |
-
#from langchain_google_genai import ChatGoogleGenerativeAI
|
15 |
-
from langchain.agents import AgentExecutor, create_tool_calling_agent
|
16 |
-
from langchain.tools import Tool
|
17 |
-
from langchain import hub
|
18 |
-
#import google.generativeai as genai # Fallback if needed
|
19 |
-
#from langchain_community.chat_models import ChatGoogleGenerativeAI
|
20 |
|
21 |
|
22 |
load_dotenv()
|
|
|
8 |
from typing import List, Dict, Union
|
9 |
import pandas as pd
|
10 |
import wikipediaapi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
load_dotenv()
|