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/json.zig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libawl/src/json.zig (limited to 'libawl/src/json.zig') diff --git a/libawl/src/json.zig b/libawl/src/json.zig new file mode 100644 index 0000000..542391e --- /dev/null +++ b/libawl/src/json.zig @@ -0,0 +1,4 @@ +// Serialization helpers — model → wire JSON, deltas → ContentBlocks. +// Implementation pending; this module will handle: +// 1. Serialize Conversation → OpenAI request body JSON +// 2. Parse SSE chunk deltas → ContentBlock updates -- cgit v1.3