Skip to main content

Crate langfuse_core

Crate langfuse_core 

Source
Expand description

Core types, configuration, and API client for the Langfuse SDK.

This crate provides the foundational building blocks used by the higher-level langfuse-sdk crate: configuration management, error types, domain types (prompts, scores, observations, media), and an auto-generated REST API client derived from Langfuse’s OpenAPI specification.

Re-exports§

pub use config::LangfuseConfig;
pub use error::LangfuseError;
pub use error::Result;

Modules§

api
Auto-generated Langfuse REST API client.
config
Configuration for the Langfuse SDK.
error
Error types for the Langfuse SDK.
types
Domain types for the Langfuse SDK.