totoyang 2d1f90d5dc
feat(tracing): add optional Langfuse support (#1717)
* feat(tracing): add optional Langfuse support

* Fix tracing fail-fast behavior for explicitly enabled providers

* fix(lint)
2026-04-02 13:06:10 +08:00

4 lines
84 B
Python

from .factory import build_tracing_callbacks
__all__ = ["build_tracing_callbacks"]