nexus/ui/src/adapters/index.ts
Dotta 87b8e21701 Humanize run transcripts across run detail and live surfaces
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-11 10:35:41 -05:00

9 lines
258 B
TypeScript

export { getUIAdapter } from "./registry";
export { buildTranscript } from "./transcript";
export type {
TranscriptEntry,
StdoutLineParser,
UIAdapterModule,
AdapterConfigFieldsProps,
} from "./types";
export type { RunLogChunk } from "./transcript";