Closed nathanhammond closed 5 months ago
A new "Telemetry" section was added to the README.md file, detailing how to install and use the telemetry package extra and listing AI tools that can be auto-instrumented by the Scorecard SDK.
No issues found with the reviewed changes
The changes make several dependencies optional, restructure dev-dependencies, and introduce new extras groups for optional dependencies.
No issues found with the reviewed changes
The changes move import statements inside the setup function with error handling and update URL construction for the telemetry endpoint.
Potential Issues
Usage:
pip install scorecard-ai[telemetry,instrument-openai]
poetry add scorecard-ai --extras "telemetry instrument-openai"