Spaces:
Paused
Paused
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -15,6 +15,12 @@ from phoenix.otel import register
|
|
| 15 |
from tools.ai_tools import AITools
|
| 16 |
from tools.arithmetic_tools import ArithmeticTools
|
| 17 |
from typing import List
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## LLMs
|
| 20 |
|
|
|
|
| 15 |
from tools.ai_tools import AITools
|
| 16 |
from tools.arithmetic_tools import ArithmeticTools
|
| 17 |
from typing import List
|
| 18 |
+
from utils import (
|
| 19 |
+
read_file_json,
|
| 20 |
+
read_docx_text,
|
| 21 |
+
read_pptx_text,
|
| 22 |
+
is_ext
|
| 23 |
+
)
|
| 24 |
|
| 25 |
## LLMs
|
| 26 |
|