The Langfuse integration module provides drop-in replacements for Langfuse’s tracing APIs that send traces to both Langfuse and Galtea.Documentation Index
Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
Use this file to discover all available pages before exploring further.
For setup instructions and usage patterns, see the Langfuse Integration overview.
APIs
Decorator API
- observe — Drop-in replacement for
langfuse.observe. Wraps a function with Langfuse’s@observeand adds optionalinference_result_idlinking.
Context Manager API
- start_as_current_observation — Drop-in replacement for
langfuse.Langfuse.start_as_current_observation. Creates a root observation with optionalinference_result_idlinking.
LangChain Callback API
- CallbackHandler — Drop-in replacement for
langfuse.langchain.CallbackHandler. Automatically managesinference_result_idcontext around LangChain callback lifecycles.