Update agents/crew.py
Browse files- agents/crew.py +3 -0
agents/crew.py
CHANGED
|
@@ -4,6 +4,9 @@
|
|
| 4 |
# https://arize.com/docs/phoenix/integrations/python/crewai/crewai-tracing
|
| 5 |
|
| 6 |
import logging, os
|
|
|
|
|
|
|
|
|
|
| 7 |
from agents.models.llms import (
|
| 8 |
LLM_CREW_MANAGER,
|
| 9 |
LLM_CREW_PLANNING,
|
|
|
|
| 4 |
# https://arize.com/docs/phoenix/integrations/python/crewai/crewai-tracing
|
| 5 |
|
| 6 |
import logging, os
|
| 7 |
+
|
| 8 |
+
os.environ["CREWAI_TRACING_ENABLED"] = "0" # Arize Phoenix
|
| 9 |
+
|
| 10 |
from agents.models.llms import (
|
| 11 |
LLM_CREW_MANAGER,
|
| 12 |
LLM_CREW_PLANNING,
|