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