Spaces:
Sleeping
Sleeping
fix: imports
Browse files- basic_agent.py +0 -4
basic_agent.py
CHANGED
@@ -15,10 +15,6 @@ from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder
|
|
15 |
from langchain.agents import create_tool_calling_agent, AgentExecutor
|
16 |
|
17 |
|
18 |
-
from basic_agent import print_conversation, generate_final_answer
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
def print_conversation(messages):
|
23 |
console = Console(width=200, soft_wrap=True)
|
24 |
|
|
|
15 |
from langchain.agents import create_tool_calling_agent, AgentExecutor
|
16 |
|
17 |
|
|
|
|
|
|
|
|
|
18 |
def print_conversation(messages):
|
19 |
console = Console(width=200, soft_wrap=True)
|
20 |
|