langfuse-sdk 0.1.0

Langfuse SDK for Rust — LLM observability, prompt management, and evaluation
Documentation
1
2
3
4
5
6
7
//! Score management with batched async flush.
//!
//! Provides [`manager::ScoreManager`] for creating scores and a background
//! [`queue::BatchQueue`] that automatically flushes scores to the Langfuse API.

pub mod manager;
pub mod queue;