Update app.py
Browse files
app.py
CHANGED
|
@@ -4,13 +4,6 @@ import requests
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
-
import os
|
| 8 |
-
import asyncio
|
| 9 |
-
from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
|
| 10 |
-
from llama_index.tools.arxiv import ArxivToolSpec
|
| 11 |
-
from llama_index.core.agent.workflow import AgentWorkflow
|
| 12 |
-
from llama_index.core.tools import FunctionTool
|
| 13 |
-
|
| 14 |
from my_agent import BasicAgent
|
| 15 |
|
| 16 |
|
|
|
|
| 4 |
import inspect
|
| 5 |
import pandas as pd
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
from my_agent import BasicAgent
|
| 8 |
|
| 9 |
|