Coool2 commited on
Commit
d24ea49
·
1 Parent(s): 7e35825

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -1
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