Metadata-Version: 2.4
Name: by-framework-trace-phoenix
Version: 0.0.1
Summary: Arize Phoenix trace provider for by-framework
Requires-Python: >=3.12
Requires-Dist: arize-phoenix-otel>=0.3.0
Requires-Dist: by-framework>=0.2.0
Requires-Dist: opentelemetry-api>=1.25.0
Requires-Dist: opentelemetry-sdk>=1.25.0
Provides-Extra: dev
Requires-Dist: isort>=5.13.0; extra == 'dev'
Requires-Dist: pyink>=24.0.0; extra == 'dev'
Requires-Dist: pylint>=3.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.3.0; extra == 'dev'
Description-Content-Type: text/markdown

# by-framework-trace-phoenix

Arize Phoenix trace provider for by-framework.

## Configuration

Set the following environment variables to enable Phoenix tracing:

- `BYAI_PHOENIX_ENABLED=true`
- `PHOENIX_COLLECTOR_ENDPOINT` (e.g. `http://localhost:6006`)
- `PHOENIX_PROJECT_NAME` (optional)
