Create a new CustomStreamOrchestrator instance.
constructor<
StateType extends Record<string, unknown> = Record<string, unknown>,
Bag extends BagTemplate = BagTemplate
>(options: AnyStreamCustomOptions<StateType, Bag>): CustomStreamOrchestrator<StateType, Bag>| Name | Type | Description |
|---|---|---|
options* | AnyStreamCustomOptions<StateType, Bag> | Configuration options for the custom transport stream, including thread ID, transport, callbacks, and subagent settings. |