add authentication support

This commit is contained in:
2025-11-24 14:21:49 +00:00
parent 05ebf84bb9
commit 9941d61fb8
27 changed files with 1126 additions and 69 deletions

13
dist/index.js vendored Normal file
View File

@@ -0,0 +1,13 @@
const {
JLINCAuthDecision,
JLINCAuthBaseChatModel,
JLINCAuthTool,
} = require("./auth/index.js");
const { JLINCTracer } = require("./tracer/index.js");
module.exports = {
JLINCAuthDecision,
JLINCAuthBaseChatModel,
JLINCAuthTool,
JLINCTracer,
};