zen-code 4.6.0 → 4.6.1
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/MultiLineTextInput-B4NEXnFm.mjs +23343 -0
- package/dist/devtools-BHqoL8a6.mjs +11653 -0
- package/dist/graphBuilder-B3IJ7dB2.mjs +2641 -0
- package/dist/{index-B6kFMamn.mjs → index-DEcMgCTj.mjs} +1 -1
- package/dist/{memories-DirsFRdm.mjs → memories-rSGKIPk5.mjs} +1 -1
- package/dist/nonInteractive.mjs +7 -6
- package/dist/{subTasks-Bt97OwvY.mjs → subTasks-5KLIr9iy.mjs} +2 -2
- package/dist/zen-code.mjs +8654 -2
- package/dist/zen-keyboard.mjs +7 -6
- package/package.json +7 -9
- package/dist/MultiLineTextInput-e7hD79Wp.mjs +0 -24631
- package/dist/app-CM8R0ZR6.mjs +0 -16249
- package/dist/assets/worker-I4QjJYba.js +0 -1
- package/dist/checkpoint-1sAx_j1E-DrVPlSLR.mjs +0 -319
- package/dist/checkpoint-DxiUsHMy-Cjy5WGNC.mjs +0 -394
- package/dist/chunk-YWE62C55-DID9N9eS.mjs +0 -193
- package/dist/devtools-CzaVuYnh.mjs +0 -2667
- package/dist/graphBuilder-mpLrx9tk.mjs +0 -49189
- package/dist/index-BUGHAUbY.mjs +0 -117
- package/dist/index-C5j-48Ft.mjs +0 -75
- package/dist/index-ChCbbHFS.mjs +0 -463
- package/dist/index-DS5HVciX.mjs +0 -216
- package/dist/index-FHDPQ2Qk.mjs +0 -211
- package/dist/kysely-Bchvsze0.mjs +0 -4316
- package/dist/load-Cjl9cJ0o.mjs +0 -105
- package/dist/migrator-BatO36Tk.mjs +0 -592
- package/dist/pg-adapter-BFtir1GE-BU2H39HC.mjs +0 -62
- package/dist/postgres-dialect-DaHvQ_AZ.mjs +0 -211
- package/dist/queue-Cu_nO_wt-ChzSaooi.mjs +0 -106
- package/dist/remote-threads-CrG03ZS7-C9duTCnB.mjs +0 -157
- package/dist/shallow-tfhh5rlz.mjs +0 -331
- package/dist/sql-CJsUpKEQ.mjs +0 -8106
- package/dist/sqlite-adapter-BKOLSdoL-BlGKN04G.mjs +0 -71
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, C as m, F as o, e as c, S as i, a as p, d as h, b as k, h as n, f as g, g as T, T as f, c as l } from "./graphBuilder-
|
|
1
|
+
import { A as s, C as m, F as o, e as c, S as i, a as p, d as h, b as k, h as n, f as g, g as T, T as f, c as l } from "./graphBuilder-B3IJ7dB2.mjs";
|
|
2
2
|
import { FileSystemSkillStore as y } from "./FileSystemSkillStore-yvEvcRxB.mjs";
|
|
3
3
|
import { FileSystemPluginStore as F } from "./FileSystemPluginStore-ChortK7z.mjs";
|
|
4
4
|
import "lowdb";
|
package/dist/nonInteractive.mjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { HumanMessage as c } from "langchain";
|
|
2
|
-
import { i as d, j as m, k as l } from "./graphBuilder-
|
|
3
|
-
import "@
|
|
4
|
-
import "zod";
|
|
5
|
-
import "@langchain/openai";
|
|
2
|
+
import { i as d, j as m, k as l } from "./graphBuilder-B3IJ7dB2.mjs";
|
|
3
|
+
import "@langgraph-js/pro";
|
|
6
4
|
import "@langchain/anthropic";
|
|
7
5
|
import "@langchain/google-genai";
|
|
8
6
|
import "yaml";
|
|
7
|
+
import "@langchain/core/messages";
|
|
8
|
+
import "@langgraph-js/standard-agent";
|
|
9
|
+
import "@langgraph-js/auk";
|
|
9
10
|
async function p() {
|
|
10
11
|
return new Promise((t, n) => {
|
|
11
12
|
let r = "";
|
|
@@ -18,7 +19,7 @@ async function p() {
|
|
|
18
19
|
});
|
|
19
20
|
});
|
|
20
21
|
}
|
|
21
|
-
async function
|
|
22
|
+
async function b(t, n = !1) {
|
|
22
23
|
await d();
|
|
23
24
|
const r = await m();
|
|
24
25
|
let e = t || "";
|
|
@@ -47,5 +48,5 @@ async function y(t, n = !1) {
|
|
|
47
48
|
}
|
|
48
49
|
}
|
|
49
50
|
export {
|
|
50
|
-
|
|
51
|
+
b as runNonInteractive
|
|
51
52
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { tool as g, HumanMessage as h, SystemMessage as p } from "langchain";
|
|
2
2
|
import { Command as m, Annotation as f } from "@langchain/langgraph";
|
|
3
3
|
import { z as n } from "zod";
|
|
4
|
-
import {
|
|
5
|
-
import "
|
|
4
|
+
import { createState as b } from "@langgraph-js/pro";
|
|
5
|
+
import { l as y, m as w } from "./graphBuilder-B3IJ7dB2.mjs";
|
|
6
6
|
n.object({
|
|
7
7
|
task_store: n.record(n.string(), n.any()).default({})
|
|
8
8
|
});
|