langfuse-ergonomic 0.6.3

Ergonomic Rust client for Langfuse with builder patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Langfuse API Configuration
# Copy this file to .env and fill in your actual values

# Required: Your Langfuse public key (starts with pk-lf-)
LANGFUSE_PUBLIC_KEY=pk-lf-your-public-key-here

# Required: Your Langfuse secret key (starts with sk-lf-)
LANGFUSE_SECRET_KEY=sk-lf-your-secret-key-here

# Optional: Langfuse API base URL (defaults to https://cloud.langfuse.com)
# For self-hosted instances, change this to your own URL
LANGFUSE_BASE_URL=https://cloud.langfuse.com

# Optional: Enable debug logging (uncomment to enable)
# RUST_LOG=debug

# Optional: Langfuse host (legacy, prefer LANGFUSE_BASE_URL)
# LANGFUSE_HOST=https://your-langfuse-instance.com