Update crew.py
Browse files
crew.py
CHANGED
@@ -8,6 +8,7 @@ import pandas as pd
|
|
8 |
from crewai import Agent, Crew, Process, Task
|
9 |
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, 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
|
|
|
8 |
from crewai import Agent, Crew, Process, Task
|
9 |
from crewai.agents.agent_builder.base_agent import BaseAgent
|
10 |
from crewai.project import CrewBase, agent, crew, task
|
11 |
+
from google import genai
|
12 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
13 |
from phoenix.otel import register
|
14 |
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
|