From df2edee86eec2a8deb0ad57b5d20552199c12b65 Mon Sep 17 00:00:00 2001 From: T Date: Mon, 25 May 2026 13:24:02 -0700 Subject: phase 1 done --- libpanto/src/root.zig | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libpanto/src/root.zig') diff --git a/libpanto/src/root.zig b/libpanto/src/root.zig index 72ceb97..9eb6d0e 100644 --- a/libpanto/src/root.zig +++ b/libpanto/src/root.zig @@ -4,6 +4,11 @@ pub const agent = @import("agent.zig"); pub const config = @import("config.zig"); pub const sse = @import("sse.zig"); -// Internal modules — not re-exported as public API -// pub const json = @import("json.zig"); -// pub const provider_openai = @import("provider_openai.zig"); +// Internal modules — exposed so their tests run with the library test suite, +// but not part of the stable public API. +pub const openai_chat_json = @import("openai_chat_json.zig"); +pub const provider_openai_chat = @import("provider_openai_chat.zig"); + +test { + @import("std").testing.refAllDecls(@This()); +} -- cgit v1.3