Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update agent.py
Browse files
agent.py
CHANGED
@@ -10,7 +10,7 @@ from typing import TypedDict, Annotated, Literal
|
|
10 |
from langchain_community.tools import BraveSearch # web search
|
11 |
from langchain_experimental.tools.python.tool import PythonAstREPLTool # for logic/math problems
|
12 |
|
13 |
-
from tools import (datetime_tools, transcribe_audio)
|
14 |
from prompt import system_prompt
|
15 |
|
16 |
# gpt-4.1-nano (cheaper for debugging) with temperature 0 for less randomness
|
|
|
10 |
from langchain_community.tools import BraveSearch # web search
|
11 |
from langchain_experimental.tools.python.tool import PythonAstREPLTool # for logic/math problems
|
12 |
|
13 |
+
from tools import (datetime_tools, transcribe_audio, transcribe_youtube)
|
14 |
from prompt import system_prompt
|
15 |
|
16 |
# gpt-4.1-nano (cheaper for debugging) with temperature 0 for less randomness
|