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.
Files changed (33) hide show
  1. package/dist/MultiLineTextInput-B4NEXnFm.mjs +23343 -0
  2. package/dist/devtools-BHqoL8a6.mjs +11653 -0
  3. package/dist/graphBuilder-B3IJ7dB2.mjs +2641 -0
  4. package/dist/{index-B6kFMamn.mjs → index-DEcMgCTj.mjs} +1 -1
  5. package/dist/{memories-DirsFRdm.mjs → memories-rSGKIPk5.mjs} +1 -1
  6. package/dist/nonInteractive.mjs +7 -6
  7. package/dist/{subTasks-Bt97OwvY.mjs → subTasks-5KLIr9iy.mjs} +2 -2
  8. package/dist/zen-code.mjs +8654 -2
  9. package/dist/zen-keyboard.mjs +7 -6
  10. package/package.json +7 -9
  11. package/dist/MultiLineTextInput-e7hD79Wp.mjs +0 -24631
  12. package/dist/app-CM8R0ZR6.mjs +0 -16249
  13. package/dist/assets/worker-I4QjJYba.js +0 -1
  14. package/dist/checkpoint-1sAx_j1E-DrVPlSLR.mjs +0 -319
  15. package/dist/checkpoint-DxiUsHMy-Cjy5WGNC.mjs +0 -394
  16. package/dist/chunk-YWE62C55-DID9N9eS.mjs +0 -193
  17. package/dist/devtools-CzaVuYnh.mjs +0 -2667
  18. package/dist/graphBuilder-mpLrx9tk.mjs +0 -49189
  19. package/dist/index-BUGHAUbY.mjs +0 -117
  20. package/dist/index-C5j-48Ft.mjs +0 -75
  21. package/dist/index-ChCbbHFS.mjs +0 -463
  22. package/dist/index-DS5HVciX.mjs +0 -216
  23. package/dist/index-FHDPQ2Qk.mjs +0 -211
  24. package/dist/kysely-Bchvsze0.mjs +0 -4316
  25. package/dist/load-Cjl9cJ0o.mjs +0 -105
  26. package/dist/migrator-BatO36Tk.mjs +0 -592
  27. package/dist/pg-adapter-BFtir1GE-BU2H39HC.mjs +0 -62
  28. package/dist/postgres-dialect-DaHvQ_AZ.mjs +0 -211
  29. package/dist/queue-Cu_nO_wt-ChzSaooi.mjs +0 -106
  30. package/dist/remote-threads-CrG03ZS7-C9duTCnB.mjs +0 -157
  31. package/dist/shallow-tfhh5rlz.mjs +0 -331
  32. package/dist/sql-CJsUpKEQ.mjs +0 -8106
  33. 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-mpLrx9tk.mjs";
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";
@@ -1,5 +1,5 @@
1
1
  import { l } from "./load-Bh8eo6qE.mjs";
2
- import { l as h } from "./graphBuilder-mpLrx9tk.mjs";
2
+ import { SystemMessage as h } from "@langchain/core/messages";
3
3
  const M = `## Memory System
4
4
 
5
5
  你可以访问一个包含之前任务和经验知识的记忆库。
@@ -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-mpLrx9tk.mjs";
3
- import "@langchain/langgraph";
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 y(t, n = !1) {
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
- y as runNonInteractive
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 { m as b, n as y, o as w } from "./graphBuilder-mpLrx9tk.mjs";
5
- import "@langchain/openai";
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
  });