Is your feature request related to a problem?
Yes. Our viewer currently only supports our native AccordKit JSONL format. To achieve our "Wedge" strategy, we must be able to ingest and visualize traces from other popular platforms. Langfuse is our first target.
Describe the solution you'd like
Create a new parser that exports a function like parseLangfuseJson and maps "Langfuse JSON export schema" into our internal, type-safe AppTracerEvent[] array.
Additional context
This feature directly implements Phase 1,
Is your feature request related to a problem?
Yes. Our viewer currently only supports our native AccordKit JSONL format. To achieve our "Wedge" strategy, we must be able to ingest and visualize traces from other popular platforms. Langfuse is our first target.
Describe the solution you'd like
Create a new parser that exports a function like
parseLangfuseJsonand maps "Langfuse JSON export schema" into our internal, type-safeAppTracerEvent[]array.Additional context
This feature directly implements Phase 1,