Vinay Kerai commited on
Commit
3ef1b50
·
1 Parent(s): b762719

actually enable the tools

Browse files
Files changed (1) hide show
  1. agent.py +6 -3
agent.py CHANGED
@@ -236,9 +236,12 @@ def view_xlsx_file(url: str) -> str:
236
 
237
  # agent toolkit
238
  tools = [
239
- execute_python, get_youtube_transcript,
240
- reverse_string, search_web, transcribe_audio,
241
- view_py_file, view_xlsx_file
 
 
 
242
  ]
243
 
244
  # --- LangGraph ---
 
236
 
237
  # agent toolkit
238
  tools = [
239
+ execute_python,
240
+ get_youtube_transcript,
241
+ reverse_string,
242
+ search_web, search_wikipedia,
243
+ transcribe_audio,
244
+ view_png_file, view_py_file, view_xlsx_file
245
  ]
246
 
247
  # --- LangGraph ---