From e8272efd9f71ad27a0e62b6b3fa3d13e99a6736f Mon Sep 17 00:00:00 2001 From: T Date: Mon, 25 May 2026 12:19:50 -0700 Subject: work --- libpanto/src/provider_openai.zig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libpanto/src/provider_openai.zig (limited to 'libpanto/src/provider_openai.zig') diff --git a/libpanto/src/provider_openai.zig b/libpanto/src/provider_openai.zig new file mode 100644 index 0000000..c459a9e --- /dev/null +++ b/libpanto/src/provider_openai.zig @@ -0,0 +1,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 -- cgit v1.3