Spaces:
Paused
Paused
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -14,7 +14,7 @@ from google import genai
|
|
| 14 |
from google.genai import types
|
| 15 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 16 |
from phoenix.otel import register
|
| 17 |
-
from tools import add, subtract, multiply, divide, modulus
|
| 18 |
from typing import List
|
| 19 |
from utils import read_file_json, read_docx_text, read_pptx_text, is_ext
|
| 20 |
|
|
|
|
| 14 |
from google.genai import types
|
| 15 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 16 |
from phoenix.otel import register
|
| 17 |
+
from tools import web_search_tool, add, subtract, multiply, divide, modulus
|
| 18 |
from typing import List
|
| 19 |
from utils import read_file_json, read_docx_text, read_pptx_text, is_ext
|
| 20 |
|