Spaces:
Paused
Paused
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -13,7 +13,6 @@ from google import genai
|
|
| 13 |
from google.genai import types
|
| 14 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 15 |
from phoenix.otel import register
|
| 16 |
-
from tools import add, subtract, multiply, divide, modulus
|
| 17 |
from tools.ai_tools import AITools
|
| 18 |
from tools.arithmetic_tools import ArithmeticTools
|
| 19 |
from typing import List
|
|
|
|
| 13 |
from google.genai import types
|
| 14 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 15 |
from phoenix.otel import register
|
|
|
|
| 16 |
from tools.ai_tools import AITools
|
| 17 |
from tools.arithmetic_tools import ArithmeticTools
|
| 18 |
from typing import List
|