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