Update crew.py
Browse files
crew.py
CHANGED
|
@@ -10,7 +10,7 @@ from crewai.agents.agent_builder.base_agent import BaseAgent
|
|
| 10 |
from crewai.project import CrewBase, agent, crew, task
|
| 11 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 12 |
from phoenix.otel import register
|
| 13 |
-
from tools import web_search_tool, add, subtract, multiply, divide, modulus
|
| 14 |
from typing import List
|
| 15 |
from utils import read_file_json, read_docx_text, read_pptx_text, is_ext
|
| 16 |
|
|
|
|
| 10 |
from crewai.project import CrewBase, agent, crew, task
|
| 11 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 12 |
from phoenix.otel import register
|
| 13 |
+
from tools import web_search_tool, image_analysis_tool, audio_analysis_tool, video_analysis_tool, youtube_analysis_tool, document_analysis_tool, arithmetic_tool, code_execution_tool, code_generation_tool, add, subtract, multiply, divide, modulus
|
| 14 |
from typing import List
|
| 15 |
from utils import read_file_json, read_docx_text, read_pptx_text, is_ext
|
| 16 |
|