cognis-trace 0.3.0

Pluggable observability for Cognis: bridges CallbackHandler events to Langfuse, LangSmith, and OpenTelemetry.
Documentation
1
2
3
4
5
6
7
8
//! Concrete exporter implementations.

#[cfg(feature = "stdout")]
pub mod stdout;

#[cfg(feature = "langfuse")]
pub mod langfuse;
pub mod mock;