Tesvia commited on
Commit
75a272e
·
verified ·
1 Parent(s): bb49a20

Upload agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -22,7 +22,7 @@ from smolagents import (
22
  )
23
 
24
  # Custom Tools from tools.py
25
- from .tools import (
26
  PythonRunTool,
27
  ExcelLoaderTool,
28
  YouTubeTranscriptTool,
 
22
  )
23
 
24
  # Custom Tools from tools.py
25
+ from tools import (
26
  PythonRunTool,
27
  ExcelLoaderTool,
28
  YouTubeTranscriptTool,