refactor: create constants.py & use in telemetry

- created `constants.py` for telemetry base url and service name
- updated `telemetry.py` to reflect changes
This commit is contained in:
Greyson LaLonde
2025-04-16 11:59:34 -07:00
parent 1d91ab5d1b
commit b2772fd5b9
2 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
CREWAI_TELEMETRY_BASE_URL: str = "https://telemetry.crewai.com:4319"
CREWAI_TELEMETRY_SERVICE_NAME: str = "crewAI-telemetry"