Spaces:
Configuration error
Configuration error
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -10,7 +10,6 @@ from crewai.project import CrewBase, agent, crew, task
|
|
| 10 |
from google import genai
|
| 11 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 12 |
from phoenix.otel import register
|
| 13 |
-
from stagehand.schemas import AvailableModel
|
| 14 |
from tools.ai_tools import AITools
|
| 15 |
from tools.arithmetic_tools import ArithmeticTools
|
| 16 |
from typing import List
|
|
|
|
| 10 |
from google import genai
|
| 11 |
from openinference.instrumentation.crewai import CrewAIInstrumentor
|
| 12 |
from phoenix.otel import register
|
|
|
|
| 13 |
from tools.ai_tools import AITools
|
| 14 |
from tools.arithmetic_tools import ArithmeticTools
|
| 15 |
from typing import List
|