Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -8,8 +8,8 @@ from langchain_core.messages import SystemMessage, HumanMessage
|
|
| 8 |
from tools import *
|
| 9 |
from typing import TypedDict
|
| 10 |
|
| 11 |
-
tools = [add, substract, multiply, divide,
|
| 12 |
-
fetch_youtube_transcript, wiki_search,
|
| 13 |
match_referenced_files]
|
| 14 |
|
| 15 |
def build_agent():
|
|
|
|
| 8 |
from tools import *
|
| 9 |
from typing import TypedDict
|
| 10 |
|
| 11 |
+
tools = [add, substract, multiply, divide, transcribe_audio, analyze_image,
|
| 12 |
+
fetch_youtube_transcript, wiki_search, read_excel_summary,
|
| 13 |
match_referenced_files]
|
| 14 |
|
| 15 |
def build_agent():
|