Skip to content

@agent-os/attached-stream Public API Intent

None.

  • .:AttachedStreamCancelFrame - Inbound client cancellation intent for an attached stream.
  • .:AttachedStreamCancelIgnoredFrame - Outbound acknowledgement that a cancellation intent was ignored by declaration.
  • .:AttachedStreamCancelledFrame - Outbound terminal frame for a cancelled attached stream.
  • .:AttachedStreamCompletedFrame - Outbound terminal frame for a completed attached stream.
  • .:AttachedStreamFailedFrame - Outbound terminal frame for a failed attached stream.
  • .:AttachedStreamFrame - Union of every attached stream frame understood by the JSON text codec.
  • .:AttachedStreamFrameBase - Shared identity and sequence fields carried by every attached stream frame.
  • .:AttachedStreamInboundFrame - Union of inbound frames accepted by the attached stream transport codec.
  • .:AttachedStreamInputFrame - Inbound client payload delivered to a bidirectional attached stream handler.
  • .:AttachedStreamMode - Declares whether an attached stream accepts inbound input or only emits outbound frames.
  • .:AttachedStreamOmitReason - Reason an outbound frame was excluded from an attached stream projection.
  • .:AttachedStreamOmittedFrame - Projection audit entry for an outbound frame that was not included.
  • .:AttachedStreamOpenedFrame - First outbound frame emitted by the server to announce stream identity and mode.
  • .:AttachedStreamOutboundBody - Outbound frame payload accepted before substrate assigns stream identity and sequence.
  • .:attachedStreamOutboundFrame - Adds stream identity and sequence to an outbound frame body.
  • .:AttachedStreamOutboundFrame - Union of all server-to-client attached stream frames.
  • .:AttachedStreamOutputFrame - Outbound data frame emitted on a named application channel.
  • .:AttachedStreamProgressFrame - Outbound progress frame for non-terminal stream status updates.
  • .:AttachedStreamProjection - Deterministic fold of ordered outbound frames for one stream reference.
  • .:AttachedStreamStatus - Folded terminal state for an attached stream outbound frame sequence.
  • .:AttachedStreamTerminalFrame - Union of outbound frames that close an attached stream projection.
  • .:decodeAttachedStreamMessage - Decodes JSON text into an attached stream frame when it matches the frame algebra.
  • .:decodeAttachedStreamOutboundMessage - Decodes JSON text into an outbound attached stream frame when it matches the frame algebra.
  • .:encodeAttachedStreamMessage - Encodes any attached stream frame as JSON text.
  • .:encodeAttachedStreamSse - Encodes an outbound attached stream frame as one Server-Sent Events message.
  • .:isAttachedStreamFrame - Checks whether a value is a valid inbound or outbound attached stream frame.
  • .:isAttachedStreamInboundFrame - Checks whether a value is a valid inbound attached stream frame.
  • .:isAttachedStreamOutboundFrame - Checks whether a value is a valid outbound attached stream frame.
  • .:isAttachedStreamTerminalFrame - Checks whether an outbound frame is terminal.
  • .:projectAttachedStream - Folds outbound frames into a stream projection while recording omitted frames.

None.

Any package file or symbol not listed above.