Spaces:
Running
Running
Update agents.py
Browse files
agents.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from crewai import Agent
|
2 |
-
|
3 |
from tools import get_scrape_tool, get_search_tool
|
4 |
|
5 |
def get_researcher_agent(model):
|
|
|
1 |
from crewai import Agent
|
2 |
+
from langchain_openai import ChatOpenAI
|
3 |
from tools import get_scrape_tool, get_search_tool
|
4 |
|
5 |
def get_researcher_agent(model):
|