Skip to content

Documentation / @agentick/kernel / StreamTag

Interface: StreamTag<T> ​

Defined in: kernel/src/stream.ts:109

Tagged stream item from mergeStreams when using a Record input.

Type Parameters ​

T ​

T

The value type from the stream

Properties ​

source ​

source: string

Defined in: kernel/src/stream.ts:111

The key from the input Record identifying which stream this came from


value ​

value: T

Defined in: kernel/src/stream.ts:113

The actual value from the stream

Released under the ISC License.