Stream Processor
openai-ws
0.1.0Executes agent LLM requests through OpenAI Responses WebSocket mode, recording raw socket transcript events and appending the agent-level output and terminal request event owed by the LLM request processor contract.
Processor deps
Consumes
Emits
Owned events
Updates OpenAI WebSocket request configuration for future LLM requests.
The OpenAI WebSocket processor finished executing an agent LLM request with either success or failure.
The OpenAI WebSocket processor started executing an agent LLM request. The llmRequestId is the offset of the source agent/llm-request-requested event.
The OpenAI WebSocket connection was established.
The OpenAI WebSocket connection closed or was discarded.
A raw JSON message was received from the OpenAI WebSocket.
A raw JSON message was sent to the OpenAI WebSocket.