Update agent.py
Browse files
agent.py
CHANGED
@@ -11,7 +11,6 @@ import os
|
|
11 |
from typing import List, Dict, Any
|
12 |
from llama_index.tools.arxiv import ArxivToolSpec
|
13 |
from llama_index.tools.duckduckgo import DuckDuckGoSearchToolSpec
|
14 |
-
import duckduckgo_search as ddg
|
15 |
import re
|
16 |
from llama_index.core.agent.workflow import ReActAgent
|
17 |
import wandb
|
|
|
11 |
from typing import List, Dict, Any
|
12 |
from llama_index.tools.arxiv import ArxivToolSpec
|
13 |
from llama_index.tools.duckduckgo import DuckDuckGoSearchToolSpec
|
|
|
14 |
import re
|
15 |
from llama_index.core.agent.workflow import ReActAgent
|
16 |
import wandb
|