Interface: WireSessionSubjects<TNamespace>
Makaio Framework / ai-adapters-core / WireSessionSubjects
Interface: WireSessionSubjects<TNamespace>
Section titled “Interface: WireSessionSubjects<TNamespace>”Defined in: ../../../adapters/core/src/connector/procedural-agent-connector.ts:31
Turn subject references for wireSessionEvents.
Each adapter provides its namespace-specific subjects. The subjects must accept TurnStateChangedPayload (or compatible shape).
Type Parameters
Section titled “Type Parameters”TNamespace
Section titled “TNamespace”TNamespace extends string = string
The bus namespace string for subject typing
Properties
Section titled “Properties”step_finished
Section titled “step_finished”step_finished:
ScopedSubjectDefinition<TNamespace>
Defined in: ../../../adapters/core/src/connector/procedural-agent-connector.ts:34
step_started
Section titled “step_started”step_started:
ScopedSubjectDefinition<TNamespace>
Defined in: ../../../adapters/core/src/connector/procedural-agent-connector.ts:33
turn_finished
Section titled “turn_finished”turn_finished:
ScopedSubjectDefinition<TNamespace>
Defined in: ../../../adapters/core/src/connector/procedural-agent-connector.ts:35
turn_started
Section titled “turn_started”turn_started:
ScopedSubjectDefinition<TNamespace>
Defined in: ../../../adapters/core/src/connector/procedural-agent-connector.ts:32