Spaces:
Running
Running
Daniel Amendoeira
commited on
Update agent.py
Browse files
agent.py
CHANGED
@@ -7,7 +7,7 @@ from langgraph.graph import MessagesState
|
|
7 |
from langgraph.graph import StateGraph, START, END
|
8 |
from typing import Literal
|
9 |
|
10 |
-
from langchain_community.tools import BraveSearch
|
11 |
from langchain.tools.python.tool import PythonAstREPLTool # for logic/math problems
|
12 |
|
13 |
from tools import (datetime_tools, transcribe_audio_tool)
|
|
|
7 |
from langgraph.graph import StateGraph, START, END
|
8 |
from typing import Literal
|
9 |
|
10 |
+
from langchain_community.tools import BraveSearch # web search
|
11 |
from langchain.tools.python.tool import PythonAstREPLTool # for logic/math problems
|
12 |
|
13 |
from tools import (datetime_tools, transcribe_audio_tool)
|