langfuse-sdk 0.1.1

Langfuse SDK for Rust — LLM observability, prompt management, and evaluation
Documentation
1
2
3
4
5
6
7
//! Prompt management: fetching, caching, and template compilation.

pub mod cache;
pub mod chat;
pub mod manager;
pub mod text;
pub mod types;