UNPKG

@langgraph-js/sdk

Version:

The UI SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces

9 lines (8 loc) 317 B
export declare function BytesLineDecoder(): TransformStream<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>; interface StreamPart { id: string | undefined; event: string; data: unknown; } export declare function SSEDecoder(): TransformStream<Uint8Array<ArrayBufferLike>, StreamPart>; export {};