Spaces:
Sleeping
Sleeping
Update agents/competitor_analyst_agent.py
Browse files
agents/competitor_analyst_agent.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from crewai import Agent
|
2 |
-
from
|
3 |
|
4 |
competitor_analyst_agent = Agent(
|
5 |
role="Competitor Researcher",
|
|
|
1 |
from crewai import Agent
|
2 |
+
from tools.tools import pdf_tool,scrape_tool,search_tool,comp_tool
|
3 |
|
4 |
competitor_analyst_agent = Agent(
|
5 |
role="Competitor Researcher",
|