@exulu/backend 2.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-2242AI5L.js → chunk-KFL7HIID.js} +3 -1
- package/dist/{convert-exulu-tools-to-ai-sdk-tools-C7L4PY6P.js → convert-exulu-tools-to-ai-sdk-tools-YY2WIMMJ.js} +1 -1
- package/dist/index.cjs +6955 -5146
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +6894 -5106
- package/ee/queues/decorator.ts +11 -0
- package/ee/queues/prune-job-results.test.ts +41 -0
- package/ee/queues/prune-job-results.ts +5 -4
- package/ee/schemas.ts +96 -1
- package/ee/workers.flow.test.ts +236 -0
- package/ee/workers.ts +409 -168
- package/package.json +6 -1
|
@@ -1718,7 +1718,7 @@ var ExuluTool = class _ExuluTool {
|
|
|
1718
1718
|
});
|
|
1719
1719
|
providerapikey = resolved.apiKey;
|
|
1720
1720
|
}
|
|
1721
|
-
const { convertExuluToolsToAiSdkTools: convertExuluToolsToAiSdkTools2 } = await import("./convert-exulu-tools-to-ai-sdk-tools-
|
|
1721
|
+
const { convertExuluToolsToAiSdkTools: convertExuluToolsToAiSdkTools2 } = await import("./convert-exulu-tools-to-ai-sdk-tools-YY2WIMMJ.js");
|
|
1722
1722
|
const tools = await convertExuluToolsToAiSdkTools2(
|
|
1723
1723
|
[this],
|
|
1724
1724
|
[],
|
|
@@ -7196,6 +7196,8 @@ export {
|
|
|
7196
7196
|
resolveModel,
|
|
7197
7197
|
exuluApp,
|
|
7198
7198
|
oauthRegistry,
|
|
7199
|
+
encrypt,
|
|
7200
|
+
decrypt,
|
|
7199
7201
|
oauthTokenStore,
|
|
7200
7202
|
OAUTH_CALLBACK_PATH,
|
|
7201
7203
|
decryptOauthState,
|