Skip to content

@uservane/openai-agents/langfuse: LangfuseBridgeOpts

LangfuseBridgeOpts = object

Defined in: langfuse.d.ts:65

optional BatchTraceProcessor?: (exporter, opts?) => unknown

Defined in: langfuse.d.ts:89

Injected BatchTraceProcessor constructor (tests). Production uses BatchTraceProcessor from @openai/agents.

UserVaneLangfuseExporter

Record<string, unknown>

unknown


optional createLangfuse?: (cfg) => LangfuseTraceClient

Defined in: langfuse.d.ts:75

Injected Langfuse client factory (tests). Production builds new Langfuse({ publicKey, secretKey, baseUrl }).

string

string

string

LangfuseTraceClient


optional debug?: boolean

Defined in: langfuse.d.ts:91

When true, log skip reasons (no groupId, etc.).


langfuse: object

Defined in: langfuse.d.ts:66

optional baseUrl?: string

publicKey: string

secretKey: string


optional setTraceProcessors?: (processors) => void

Defined in: langfuse.d.ts:84

Injected setTraceProcessors (tests). Production uses setTraceProcessors from @openai/agents.

unknown[]

void