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

4
dist/auth/index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
import { JLINCAuthDecision } from "./JLINCAuthDecision.js";
import { JLINCAuthBaseChatModel } from "./JLINCAuthBaseChatModel.js";
import { JLINCAuthTool } from "./JLINCAuthTool.js";
export { JLINCAuthDecision, JLINCAuthBaseChatModel, JLINCAuthTool };