eaglelandsonce
commited on
Commit
•
6354d82
1
Parent(s):
8d0f38e
Update crewai/agent.py
Browse files- crewai/agent.py +1 -1
crewai/agent.py
CHANGED
@@ -2,7 +2,7 @@ import uuid
|
|
2 |
from typing import Any, List, Optional
|
3 |
|
4 |
from langchain.agents.format_scratchpad import format_log_to_str
|
5 |
-
from
|
6 |
from langchain.memory import ConversationSummaryMemory
|
7 |
|
8 |
|
|
|
2 |
from typing import Any, List, Optional
|
3 |
|
4 |
from langchain.agents.format_scratchpad import format_log_to_str
|
5 |
+
from langchain_community.chat_models import ChatOpenAI
|
6 |
from langchain.memory import ConversationSummaryMemory
|
7 |
|
8 |
|