Daniel Amendoeira commited on
Commit
009bd2f
·
verified ·
1 Parent(s): 75cca6e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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