MusaR commited on
Commit
1f817fb
·
verified ·
1 Parent(s): 77b2456

Update research_agent/agent.py

Browse files
Files changed (1) hide show
  1. research_agent/agent.py +0 -3
research_agent/agent.py CHANGED
@@ -7,9 +7,6 @@ from datetime import datetime
7
  import json
8
  import time
9
 
10
- # Import the research agent components
11
- from research_agent.config import AgentConfig
12
- from research_agent.agent import get_clarifying_questions, research_and_plan, write_report_stream
13
 
14
  google_key = os.getenv("GOOGLE_API_KEY")
15
  tavily_key = os.getenv("TAVILY_API_KEY")
 
7
  import json
8
  import time
9
 
 
 
 
10
 
11
  google_key = os.getenv("GOOGLE_API_KEY")
12
  tavily_key = os.getenv("TAVILY_API_KEY")