1 2 3 4 5 6
// OpenAI-compatible provider implementation. // Implementation pending; this module will: // - Convert Conversation → OpenAI wire JSON // - Make HTTP POST with stream: true // - Parse SSE events, drive block boundary state machine // - Call the full Receiver callback sequence