Update agents/crew.py
Browse files- agents/crew.py +1 -2
agents/crew.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
# References:
|
| 2 |
|
| 3 |
# https://docs.crewai.com/introduction
|
| 4 |
-
# https://
|
| 5 |
-
# https://ai.google.dev/gemini-api/docs
|
| 6 |
|
| 7 |
import os
|
| 8 |
from agents.models.llms import (
|
|
|
|
| 1 |
# References:
|
| 2 |
|
| 3 |
# https://docs.crewai.com/introduction
|
| 4 |
+
# https://arize.com/docs/phoenix/integrations/python/crewai/crewai-tracing
|
|
|
|
| 5 |
|
| 6 |
import os
|
| 7 |
from agents.models.llms import (
|