Spaces:
Sleeping
Sleeping
Update research_agent/agent.py
Browse files- research_agent/agent.py +0 -2
research_agent/agent.py
CHANGED
|
@@ -7,8 +7,6 @@ from datetime import datetime
|
|
| 7 |
import json
|
| 8 |
import time
|
| 9 |
|
| 10 |
-
from research_agent.config import AgentConfig
|
| 11 |
-
from research_agent.agent import get_clarifying_questions, research_and_plan, write_report_stream
|
| 12 |
|
| 13 |
google_key = os.getenv("GOOGLE_API_KEY")
|
| 14 |
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")
|