From 52b2ca78aed7950af27d4865aee65da781514a99 Mon Sep 17 00:00:00 2001 From: T Date: Sun, 26 Apr 2026 11:09:37 -0600 Subject: Initial work, and name change to pantograph --- libawl/src/provider_openai.zig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libawl/src/provider_openai.zig (limited to 'libawl/src/provider_openai.zig') diff --git a/libawl/src/provider_openai.zig b/libawl/src/provider_openai.zig new file mode 100644 index 0000000..c459a9e --- /dev/null +++ b/libawl/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