@cleocode/adapters 2026.4.138 → 2026.4.140
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/index.js +8 -0
- package/dist/index.js.map +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -908,6 +908,13 @@ var init_lifecycle = __esm({
|
|
|
908
908
|
}
|
|
909
909
|
});
|
|
910
910
|
|
|
911
|
+
// packages/contracts/src/operations/llm.ts
|
|
912
|
+
var init_llm = __esm({
|
|
913
|
+
"packages/contracts/src/operations/llm.ts"() {
|
|
914
|
+
"use strict";
|
|
915
|
+
}
|
|
916
|
+
});
|
|
917
|
+
|
|
911
918
|
// packages/contracts/src/operations/memory.ts
|
|
912
919
|
var init_memory = __esm({
|
|
913
920
|
"packages/contracts/src/operations/memory.ts"() {
|
|
@@ -1014,6 +1021,7 @@ var init_operations = __esm({
|
|
|
1014
1021
|
init_conduit();
|
|
1015
1022
|
init_issues();
|
|
1016
1023
|
init_lifecycle();
|
|
1024
|
+
init_llm();
|
|
1017
1025
|
init_memory();
|
|
1018
1026
|
init_nexus();
|
|
1019
1027
|
init_nexus_user_profile();
|