diff options
| author | T <t@tjp.lol> | 2026-05-25 12:19:50 -0700 |
|---|---|---|
| committer | T <t@tjp.lol> | 2026-05-25 12:39:24 -0700 |
| commit | e8272efd9f71ad27a0e62b6b3fa3d13e99a6736f (patch) | |
| tree | 16932c3f947aac908e15b77a71f9db3184e18a5c /libawl/src/root.zig | |
| parent | 52b2ca78aed7950af27d4865aee65da781514a99 (diff) | |
work
Diffstat (limited to 'libawl/src/root.zig')
| -rw-r--r-- | libawl/src/root.zig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libawl/src/root.zig b/libawl/src/root.zig deleted file mode 100644 index 72ceb97..0000000 --- a/libawl/src/root.zig +++ /dev/null @@ -1,9 +0,0 @@ -pub const conversation = @import("conversation.zig"); -pub const provider = @import("provider.zig"); -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"); |
