llmz 0.0.37 → 0.0.39
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.cjs
CHANGED
|
@@ -1112,11 +1112,11 @@ var utils = {
|
|
|
1112
1112
|
truncateWrappedContent: _chunkGZPN7RGHcjs.truncateWrappedContent
|
|
1113
1113
|
};
|
|
1114
1114
|
var execute = async (props) => {
|
|
1115
|
-
const { executeContext } = await Promise.resolve().then(() => _interopRequireWildcard(require("./llmz-
|
|
1115
|
+
const { executeContext } = await Promise.resolve().then(() => _interopRequireWildcard(require("./llmz-Y4W5L3AS.cjs")));
|
|
1116
1116
|
return executeContext(props);
|
|
1117
1117
|
};
|
|
1118
1118
|
var init = async () => {
|
|
1119
|
-
await Promise.resolve().then(() => _interopRequireWildcard(require("./llmz-
|
|
1119
|
+
await Promise.resolve().then(() => _interopRequireWildcard(require("./llmz-Y4W5L3AS.cjs")));
|
|
1120
1120
|
await Promise.resolve().then(() => _interopRequireWildcard(require("./component-AAEMNCHB.cjs")));
|
|
1121
1121
|
await Promise.resolve().then(() => _interopRequireWildcard(require("./tool-OC3QHJWX.cjs")));
|
|
1122
1122
|
await Promise.resolve().then(() => _interopRequireWildcard(require("./exit-XAYKJ6TR.cjs")));
|
package/dist/index.js
CHANGED
|
@@ -1112,11 +1112,11 @@ var utils = {
|
|
|
1112
1112
|
truncateWrappedContent
|
|
1113
1113
|
};
|
|
1114
1114
|
var execute = async (props) => {
|
|
1115
|
-
const { executeContext } = await import("./llmz-
|
|
1115
|
+
const { executeContext } = await import("./llmz-Z5JLX5M6.js");
|
|
1116
1116
|
return executeContext(props);
|
|
1117
1117
|
};
|
|
1118
1118
|
var init = async () => {
|
|
1119
|
-
await import("./llmz-
|
|
1119
|
+
await import("./llmz-Z5JLX5M6.js");
|
|
1120
1120
|
await import("./component-EOMTLA64.js");
|
|
1121
1121
|
await import("./tool-3YL3EY2R.js");
|
|
1122
1122
|
await import("./exit-YLO7BY7Z.js");
|
|
@@ -107,7 +107,7 @@ var _executeContext = async (props) => {
|
|
|
107
107
|
const controller = createJoinedAbortController([props.signal]);
|
|
108
108
|
const { onIterationStart, onIterationEnd, onTrace, onExit, onBeforeExecution, onAfterTool, onBeforeTool } = props;
|
|
109
109
|
const client = _nullishCoalesce(props.client, () => ( new (0, _client.Client)()));
|
|
110
|
-
const cognitive = _cognitive.Cognitive.isCognitiveClient(client) ? client : new (0, _cognitive.Cognitive)({ client });
|
|
110
|
+
const cognitive = _cognitive.Cognitive.isCognitiveClient(client) ? client : new (0, _cognitive.Cognitive)({ client, __experimental_beta: true });
|
|
111
111
|
const cleanups = [];
|
|
112
112
|
const ctx = new (0, _chunk6RFV7TZ5cjs.Context)({
|
|
113
113
|
chat: props.chat,
|
|
@@ -107,7 +107,7 @@ var _executeContext = async (props) => {
|
|
|
107
107
|
const controller = createJoinedAbortController([props.signal]);
|
|
108
108
|
const { onIterationStart, onIterationEnd, onTrace, onExit, onBeforeExecution, onAfterTool, onBeforeTool } = props;
|
|
109
109
|
const client = props.client ?? new Client();
|
|
110
|
-
const cognitive = Cognitive.isCognitiveClient(client) ? client : new Cognitive({ client });
|
|
110
|
+
const cognitive = Cognitive.isCognitiveClient(client) ? client : new Cognitive({ client, __experimental_beta: true });
|
|
111
111
|
const cleanups = [];
|
|
112
112
|
const ctx = new Context({
|
|
113
113
|
chat: props.chat,
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "llmz",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"description": "LLMz
|
|
5
|
-
"version": "0.0.
|
|
4
|
+
"description": "LLMz - An LLM-native Typescript VM built on top of Zui",
|
|
5
|
+
"version": "0.0.39",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
8
8
|
"module": "./dist/index.js",
|
|
@@ -66,15 +66,14 @@
|
|
|
66
66
|
"esbuild": "^0.25.10",
|
|
67
67
|
"glob": "^9.3.4",
|
|
68
68
|
"source-map-js": "1.2.1",
|
|
69
|
-
"ts-node": "^10.9.2",
|
|
70
69
|
"tsup": "^8.0.2",
|
|
71
70
|
"tsx": "^4.19.2"
|
|
72
71
|
},
|
|
73
72
|
"peerDependencies": {
|
|
74
73
|
"@botpress/client": "1.28.0",
|
|
75
|
-
"@botpress/cognitive": "0.3.
|
|
74
|
+
"@botpress/cognitive": "0.3.4",
|
|
76
75
|
"@bpinternal/thicktoken": "^1.0.5",
|
|
77
|
-
"@bpinternal/zui": "1.3.
|
|
76
|
+
"@bpinternal/zui": "^1.3.2"
|
|
78
77
|
},
|
|
79
78
|
"dependenciesMeta": {
|
|
80
79
|
"@bpinternal/zui": {
|