adding initial telemetry

This commit is contained in:
João Moura
2024-02-07 22:21:44 -08:00
parent 1a1eb4e7aa
commit fc249eefda
8 changed files with 444 additions and 2 deletions

View File

@@ -21,6 +21,9 @@ pydantic = "^2.4.2"
langchain = "0.1.0"
openai = "^1.7.1"
langchain-openai = "^0.0.2"
opentelemetry-api = "^1.22.0"
opentelemetry-sdk = "^1.22.0"
opentelemetry-exporter-otlp-proto-http = "^1.22.0"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
@@ -40,7 +43,6 @@ cairosvg = "^2.7.1"
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^7.4"
pytest-vcr = "^1.0.2"