botmux 2.93.0 → 2.94.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.
Files changed (227) hide show
  1. package/dist/adapters/cli/claude-code.d.ts.map +1 -1
  2. package/dist/adapters/cli/claude-code.js +6 -1
  3. package/dist/adapters/cli/claude-code.js.map +1 -1
  4. package/dist/bot-registry.d.ts +10 -1
  5. package/dist/bot-registry.d.ts.map +1 -1
  6. package/dist/bot-registry.js +2 -0
  7. package/dist/bot-registry.js.map +1 -1
  8. package/dist/cli/dashboard-endpoint.d.ts +1 -1
  9. package/dist/cli/dashboard-endpoint.d.ts.map +1 -1
  10. package/dist/cli/dashboard-endpoint.js +3 -0
  11. package/dist/cli/dashboard-endpoint.js.map +1 -1
  12. package/dist/cli/workflow.d.ts.map +1 -1
  13. package/dist/cli/workflow.js +11 -4
  14. package/dist/cli/workflow.js.map +1 -1
  15. package/dist/cli.d.ts.map +1 -1
  16. package/dist/cli.js +133 -1
  17. package/dist/cli.js.map +1 -1
  18. package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
  19. package/dist/core/dashboard-ipc-server.js +3 -0
  20. package/dist/core/dashboard-ipc-server.js.map +1 -1
  21. package/dist/core/inherit-peer.d.ts +5 -0
  22. package/dist/core/inherit-peer.d.ts.map +1 -1
  23. package/dist/core/inherit-peer.js +3 -0
  24. package/dist/core/inherit-peer.js.map +1 -1
  25. package/dist/core/trigger-session.d.ts +10 -0
  26. package/dist/core/trigger-session.d.ts.map +1 -1
  27. package/dist/core/trigger-session.js +22 -2
  28. package/dist/core/trigger-session.js.map +1 -1
  29. package/dist/core/worker-pool.d.ts +6 -0
  30. package/dist/core/worker-pool.d.ts.map +1 -1
  31. package/dist/core/worker-pool.js +49 -6
  32. package/dist/core/worker-pool.js.map +1 -1
  33. package/dist/daemon.d.ts.map +1 -1
  34. package/dist/daemon.js +297 -13
  35. package/dist/daemon.js.map +1 -1
  36. package/dist/dashboard/auth.d.ts.map +1 -1
  37. package/dist/dashboard/auth.js +7 -1
  38. package/dist/dashboard/auth.js.map +1 -1
  39. package/dist/dashboard/bot-payload.d.ts +1 -0
  40. package/dist/dashboard/bot-payload.d.ts.map +1 -1
  41. package/dist/dashboard/bot-payload.js +1 -0
  42. package/dist/dashboard/bot-payload.js.map +1 -1
  43. package/dist/dashboard/federation-spoke-api.d.ts +31 -0
  44. package/dist/dashboard/federation-spoke-api.d.ts.map +1 -1
  45. package/dist/dashboard/federation-spoke-api.js +36 -14
  46. package/dist/dashboard/federation-spoke-api.js.map +1 -1
  47. package/dist/dashboard/v3-runs-api.d.ts +26 -0
  48. package/dist/dashboard/v3-runs-api.d.ts.map +1 -0
  49. package/dist/dashboard/v3-runs-api.js +67 -0
  50. package/dist/dashboard/v3-runs-api.js.map +1 -0
  51. package/dist/dashboard/web/app.js +21 -9
  52. package/dist/dashboard/web/app.js.map +1 -1
  53. package/dist/dashboard/web/bot-defaults.d.ts.map +1 -1
  54. package/dist/dashboard/web/bot-defaults.js +24 -1
  55. package/dist/dashboard/web/bot-defaults.js.map +1 -1
  56. package/dist/dashboard/web/i18n.d.ts.map +1 -1
  57. package/dist/dashboard/web/i18n.js +12 -4
  58. package/dist/dashboard/web/i18n.js.map +1 -1
  59. package/dist/dashboard/web/legacy-workflow-link.d.ts +2 -0
  60. package/dist/dashboard/web/legacy-workflow-link.d.ts.map +1 -0
  61. package/dist/dashboard/web/legacy-workflow-link.js +12 -0
  62. package/dist/dashboard/web/legacy-workflow-link.js.map +1 -0
  63. package/dist/dashboard/web/v3-terminal.d.ts +11 -0
  64. package/dist/dashboard/web/v3-terminal.d.ts.map +1 -0
  65. package/dist/dashboard/web/v3-terminal.js +143 -0
  66. package/dist/dashboard/web/v3-terminal.js.map +1 -0
  67. package/dist/dashboard/web/v3.d.ts +2 -0
  68. package/dist/dashboard/web/v3.d.ts.map +1 -0
  69. package/dist/dashboard/web/v3.js +564 -0
  70. package/dist/dashboard/web/v3.js.map +1 -0
  71. package/dist/dashboard/web/workflows.d.ts.map +1 -1
  72. package/dist/dashboard/web/workflows.js +12 -8
  73. package/dist/dashboard/web/workflows.js.map +1 -1
  74. package/dist/dashboard-web/app.js +787 -699
  75. package/dist/dashboard-web/index.html +1 -1
  76. package/dist/dashboard-web/style.css +223 -0
  77. package/dist/dashboard.js +61 -40
  78. package/dist/dashboard.js.map +1 -1
  79. package/dist/i18n/en.d.ts.map +1 -1
  80. package/dist/i18n/en.js +6 -3
  81. package/dist/i18n/en.js.map +1 -1
  82. package/dist/i18n/zh.d.ts.map +1 -1
  83. package/dist/i18n/zh.js +6 -3
  84. package/dist/i18n/zh.js.map +1 -1
  85. package/dist/im/lark/card-handler.d.ts +12 -0
  86. package/dist/im/lark/card-handler.d.ts.map +1 -1
  87. package/dist/im/lark/card-handler.js +52 -2
  88. package/dist/im/lark/card-handler.js.map +1 -1
  89. package/dist/im/lark/doc-comment.d.ts +20 -0
  90. package/dist/im/lark/doc-comment.d.ts.map +1 -1
  91. package/dist/im/lark/doc-comment.js +23 -0
  92. package/dist/im/lark/doc-comment.js.map +1 -1
  93. package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
  94. package/dist/im/lark/event-dispatcher.js +13 -9
  95. package/dist/im/lark/event-dispatcher.js.map +1 -1
  96. package/dist/im/lark/v3-blocked-card-handler.d.ts +28 -0
  97. package/dist/im/lark/v3-blocked-card-handler.d.ts.map +1 -0
  98. package/dist/im/lark/v3-blocked-card-handler.js +134 -0
  99. package/dist/im/lark/v3-blocked-card-handler.js.map +1 -0
  100. package/dist/im/lark/v3-blocked-card.d.ts +75 -0
  101. package/dist/im/lark/v3-blocked-card.d.ts.map +1 -0
  102. package/dist/im/lark/v3-blocked-card.js +206 -0
  103. package/dist/im/lark/v3-blocked-card.js.map +1 -0
  104. package/dist/im/lark/v3-gate-card-handler.d.ts +31 -0
  105. package/dist/im/lark/v3-gate-card-handler.d.ts.map +1 -0
  106. package/dist/im/lark/v3-gate-card-handler.js +110 -0
  107. package/dist/im/lark/v3-gate-card-handler.js.map +1 -0
  108. package/dist/im/lark/v3-gate-card.d.ts +47 -0
  109. package/dist/im/lark/v3-gate-card.d.ts.map +1 -0
  110. package/dist/im/lark/v3-gate-card.js +119 -0
  111. package/dist/im/lark/v3-gate-card.js.map +1 -0
  112. package/dist/im/lark/v3-loop-grant-card-handler.d.ts +28 -0
  113. package/dist/im/lark/v3-loop-grant-card-handler.d.ts.map +1 -0
  114. package/dist/im/lark/v3-loop-grant-card-handler.js +90 -0
  115. package/dist/im/lark/v3-loop-grant-card-handler.js.map +1 -0
  116. package/dist/im/lark/v3-loop-grant-card.d.ts +46 -0
  117. package/dist/im/lark/v3-loop-grant-card.d.ts.map +1 -0
  118. package/dist/im/lark/v3-loop-grant-card.js +119 -0
  119. package/dist/im/lark/v3-loop-grant-card.js.map +1 -0
  120. package/dist/im/lark/v3-revisit-grant-card-handler.d.ts +29 -0
  121. package/dist/im/lark/v3-revisit-grant-card-handler.d.ts.map +1 -0
  122. package/dist/im/lark/v3-revisit-grant-card-handler.js +96 -0
  123. package/dist/im/lark/v3-revisit-grant-card-handler.js.map +1 -0
  124. package/dist/im/lark/v3-revisit-grant-card.d.ts +52 -0
  125. package/dist/im/lark/v3-revisit-grant-card.d.ts.map +1 -0
  126. package/dist/im/lark/v3-revisit-grant-card.js +123 -0
  127. package/dist/im/lark/v3-revisit-grant-card.js.map +1 -0
  128. package/dist/im/lark/workflow-cards.d.ts.map +1 -1
  129. package/dist/im/lark/workflow-cards.js +5 -1
  130. package/dist/im/lark/workflow-cards.js.map +1 -1
  131. package/dist/im/lark/workflow-progress-card.d.ts +1 -1
  132. package/dist/im/lark/workflow-progress-card.js +1 -1
  133. package/dist/im/lark/workflow-slash-command.d.ts +28 -0
  134. package/dist/im/lark/workflow-slash-command.d.ts.map +1 -1
  135. package/dist/im/lark/workflow-slash-command.js +61 -5
  136. package/dist/im/lark/workflow-slash-command.js.map +1 -1
  137. package/dist/platform/bind.d.ts.map +1 -1
  138. package/dist/platform/bind.js +17 -3
  139. package/dist/platform/bind.js.map +1 -1
  140. package/dist/services/card-prefs-store.d.ts +4 -0
  141. package/dist/services/card-prefs-store.d.ts.map +1 -1
  142. package/dist/services/card-prefs-store.js +19 -0
  143. package/dist/services/card-prefs-store.js.map +1 -1
  144. package/dist/services/group-creator.d.ts.map +1 -1
  145. package/dist/services/group-creator.js +18 -2
  146. package/dist/services/group-creator.js.map +1 -1
  147. package/dist/skills/definitions.d.ts.map +1 -1
  148. package/dist/skills/definitions.js +208 -4
  149. package/dist/skills/definitions.js.map +1 -1
  150. package/dist/worker.js +79 -13
  151. package/dist/worker.js.map +1 -1
  152. package/dist/workflows/definition.d.ts +80 -80
  153. package/dist/workflows/events/payloads.d.ts +4 -4
  154. package/dist/workflows/events/schema.d.ts +16 -16
  155. package/dist/workflows/v3/architect.d.ts +37 -0
  156. package/dist/workflows/v3/architect.d.ts.map +1 -0
  157. package/dist/workflows/v3/architect.js +226 -0
  158. package/dist/workflows/v3/architect.js.map +1 -0
  159. package/dist/workflows/v3/bot-resolve.d.ts +21 -0
  160. package/dist/workflows/v3/bot-resolve.d.ts.map +1 -0
  161. package/dist/workflows/v3/bot-resolve.js +47 -0
  162. package/dist/workflows/v3/bot-resolve.js.map +1 -0
  163. package/dist/workflows/v3/cli-run.d.ts +24 -0
  164. package/dist/workflows/v3/cli-run.d.ts.map +1 -0
  165. package/dist/workflows/v3/cli-run.js +265 -0
  166. package/dist/workflows/v3/cli-run.js.map +1 -0
  167. package/dist/workflows/v3/contract.d.ts +302 -0
  168. package/dist/workflows/v3/contract.d.ts.map +1 -0
  169. package/dist/workflows/v3/contract.js +91 -0
  170. package/dist/workflows/v3/contract.js.map +1 -0
  171. package/dist/workflows/v3/daemon-run.d.ts +311 -0
  172. package/dist/workflows/v3/daemon-run.d.ts.map +1 -0
  173. package/dist/workflows/v3/daemon-run.js +775 -0
  174. package/dist/workflows/v3/daemon-run.js.map +1 -0
  175. package/dist/workflows/v3/dag.d.ts +332 -0
  176. package/dist/workflows/v3/dag.d.ts.map +1 -0
  177. package/dist/workflows/v3/dag.js +1040 -0
  178. package/dist/workflows/v3/dag.js.map +1 -0
  179. package/dist/workflows/v3/ephemeral-pool.d.ts +29 -0
  180. package/dist/workflows/v3/ephemeral-pool.d.ts.map +1 -0
  181. package/dist/workflows/v3/ephemeral-pool.js +331 -0
  182. package/dist/workflows/v3/ephemeral-pool.js.map +1 -0
  183. package/dist/workflows/v3/grill-state.d.ts +92 -0
  184. package/dist/workflows/v3/grill-state.d.ts.map +1 -0
  185. package/dist/workflows/v3/grill-state.js +151 -0
  186. package/dist/workflows/v3/grill-state.js.map +1 -0
  187. package/dist/workflows/v3/host.d.ts +88 -0
  188. package/dist/workflows/v3/host.d.ts.map +1 -0
  189. package/dist/workflows/v3/host.js +349 -0
  190. package/dist/workflows/v3/host.js.map +1 -0
  191. package/dist/workflows/v3/human-gate.d.ts +85 -0
  192. package/dist/workflows/v3/human-gate.d.ts.map +1 -0
  193. package/dist/workflows/v3/human-gate.js +153 -0
  194. package/dist/workflows/v3/human-gate.js.map +1 -0
  195. package/dist/workflows/v3/journal.d.ts +207 -0
  196. package/dist/workflows/v3/journal.d.ts.map +1 -0
  197. package/dist/workflows/v3/journal.js +74 -0
  198. package/dist/workflows/v3/journal.js.map +1 -0
  199. package/dist/workflows/v3/manifest.d.ts +17 -0
  200. package/dist/workflows/v3/manifest.d.ts.map +1 -0
  201. package/dist/workflows/v3/manifest.js +266 -0
  202. package/dist/workflows/v3/manifest.js.map +1 -0
  203. package/dist/workflows/v3/ops-projection.d.ts +110 -0
  204. package/dist/workflows/v3/ops-projection.d.ts.map +1 -0
  205. package/dist/workflows/v3/ops-projection.js +0 -0
  206. package/dist/workflows/v3/ops-projection.js.map +1 -0
  207. package/dist/workflows/v3/orchestrator.d.ts +168 -0
  208. package/dist/workflows/v3/orchestrator.d.ts.map +1 -0
  209. package/dist/workflows/v3/orchestrator.js +417 -0
  210. package/dist/workflows/v3/orchestrator.js.map +1 -0
  211. package/dist/workflows/v3/runtime.d.ts +193 -0
  212. package/dist/workflows/v3/runtime.d.ts.map +1 -0
  213. package/dist/workflows/v3/runtime.js +1284 -0
  214. package/dist/workflows/v3/runtime.js.map +1 -0
  215. package/dist/workflows/v3/spec.d.ts +32 -0
  216. package/dist/workflows/v3/spec.d.ts.map +1 -0
  217. package/dist/workflows/v3/spec.js +173 -0
  218. package/dist/workflows/v3/spec.js.map +1 -0
  219. package/dist/workflows/v3/state.d.ts +74 -0
  220. package/dist/workflows/v3/state.d.ts.map +1 -0
  221. package/dist/workflows/v3/state.js +353 -0
  222. package/dist/workflows/v3/state.js.map +1 -0
  223. package/package.json +1 -1
  224. package/dist/dashboard/web/workflow-catalog.d.ts +0 -2
  225. package/dist/dashboard/web/workflow-catalog.d.ts.map +0 -1
  226. package/dist/dashboard/web/workflow-catalog.js +0 -323
  227. package/dist/dashboard/web/workflow-catalog.js.map +0 -1
@@ -225,15 +225,6 @@ export declare const SubagentNodeSchema: z.ZodObject<{
225
225
  workingDir?: string | undefined;
226
226
  description?: string | undefined;
227
227
  timeoutMs?: number | undefined;
228
- maxOutputBytes?: number | undefined;
229
- modelOverrides?: {
230
- model?: string | undefined;
231
- reasoningEffort?: string | undefined;
232
- } | undefined;
233
- toolPolicy?: {
234
- allow?: string[] | undefined;
235
- deny?: string[] | undefined;
236
- } | undefined;
237
228
  depends?: string[] | undefined;
238
229
  humanGate?: {
239
230
  prompt: string | {
@@ -244,6 +235,15 @@ export declare const SubagentNodeSchema: z.ZodObject<{
244
235
  onTimeout?: "fail" | "success" | undefined;
245
236
  deadlineMs?: number | undefined;
246
237
  } | undefined;
238
+ maxOutputBytes?: number | undefined;
239
+ modelOverrides?: {
240
+ model?: string | undefined;
241
+ reasoningEffort?: string | undefined;
242
+ } | undefined;
243
+ toolPolicy?: {
244
+ allow?: string[] | undefined;
245
+ deny?: string[] | undefined;
246
+ } | undefined;
247
247
  retryPolicy?: {
248
248
  baseMs: number;
249
249
  maxAttempts: number;
@@ -262,15 +262,6 @@ export declare const SubagentNodeSchema: z.ZodObject<{
262
262
  workingDir?: string | undefined;
263
263
  description?: string | undefined;
264
264
  timeoutMs?: number | undefined;
265
- maxOutputBytes?: number | undefined;
266
- modelOverrides?: {
267
- model?: string | undefined;
268
- reasoningEffort?: string | undefined;
269
- } | undefined;
270
- toolPolicy?: {
271
- allow?: string[] | undefined;
272
- deny?: string[] | undefined;
273
- } | undefined;
274
265
  depends?: string[] | undefined;
275
266
  humanGate?: {
276
267
  prompt: string | {
@@ -281,6 +272,15 @@ export declare const SubagentNodeSchema: z.ZodObject<{
281
272
  onTimeout?: "fail" | "success" | undefined;
282
273
  deadlineMs?: number | undefined;
283
274
  } | undefined;
275
+ maxOutputBytes?: number | undefined;
276
+ modelOverrides?: {
277
+ model?: string | undefined;
278
+ reasoningEffort?: string | undefined;
279
+ } | undefined;
280
+ toolPolicy?: {
281
+ allow?: string[] | undefined;
282
+ deny?: string[] | undefined;
283
+ } | undefined;
284
284
  retryPolicy?: {
285
285
  baseMs: number;
286
286
  maxAttempts: number;
@@ -367,7 +367,6 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
367
367
  description?: string | undefined;
368
368
  timeoutMs?: number | undefined;
369
369
  input?: unknown;
370
- maxOutputBytes?: number | undefined;
371
370
  depends?: string[] | undefined;
372
371
  humanGate?: {
373
372
  prompt: string | {
@@ -378,6 +377,7 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
378
377
  onTimeout?: "fail" | "success" | undefined;
379
378
  deadlineMs?: number | undefined;
380
379
  } | undefined;
380
+ maxOutputBytes?: number | undefined;
381
381
  retryPolicy?: {
382
382
  baseMs: number;
383
383
  maxAttempts: number;
@@ -393,7 +393,6 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
393
393
  description?: string | undefined;
394
394
  timeoutMs?: number | undefined;
395
395
  input?: unknown;
396
- maxOutputBytes?: number | undefined;
397
396
  depends?: string[] | undefined;
398
397
  humanGate?: {
399
398
  prompt: string | {
@@ -404,6 +403,7 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
404
403
  onTimeout?: "fail" | "success" | undefined;
405
404
  deadlineMs?: number | undefined;
406
405
  } | undefined;
406
+ maxOutputBytes?: number | undefined;
407
407
  retryPolicy?: {
408
408
  baseMs: number;
409
409
  maxAttempts: number;
@@ -653,15 +653,6 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
653
653
  workingDir?: string | undefined;
654
654
  description?: string | undefined;
655
655
  timeoutMs?: number | undefined;
656
- maxOutputBytes?: number | undefined;
657
- modelOverrides?: {
658
- model?: string | undefined;
659
- reasoningEffort?: string | undefined;
660
- } | undefined;
661
- toolPolicy?: {
662
- allow?: string[] | undefined;
663
- deny?: string[] | undefined;
664
- } | undefined;
665
656
  depends?: string[] | undefined;
666
657
  humanGate?: {
667
658
  prompt: string | {
@@ -672,6 +663,15 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
672
663
  onTimeout?: "fail" | "success" | undefined;
673
664
  deadlineMs?: number | undefined;
674
665
  } | undefined;
666
+ maxOutputBytes?: number | undefined;
667
+ modelOverrides?: {
668
+ model?: string | undefined;
669
+ reasoningEffort?: string | undefined;
670
+ } | undefined;
671
+ toolPolicy?: {
672
+ allow?: string[] | undefined;
673
+ deny?: string[] | undefined;
674
+ } | undefined;
675
675
  retryPolicy?: {
676
676
  baseMs: number;
677
677
  maxAttempts: number;
@@ -690,15 +690,6 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
690
690
  workingDir?: string | undefined;
691
691
  description?: string | undefined;
692
692
  timeoutMs?: number | undefined;
693
- maxOutputBytes?: number | undefined;
694
- modelOverrides?: {
695
- model?: string | undefined;
696
- reasoningEffort?: string | undefined;
697
- } | undefined;
698
- toolPolicy?: {
699
- allow?: string[] | undefined;
700
- deny?: string[] | undefined;
701
- } | undefined;
702
693
  depends?: string[] | undefined;
703
694
  humanGate?: {
704
695
  prompt: string | {
@@ -709,6 +700,15 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
709
700
  onTimeout?: "fail" | "success" | undefined;
710
701
  deadlineMs?: number | undefined;
711
702
  } | undefined;
703
+ maxOutputBytes?: number | undefined;
704
+ modelOverrides?: {
705
+ model?: string | undefined;
706
+ reasoningEffort?: string | undefined;
707
+ } | undefined;
708
+ toolPolicy?: {
709
+ allow?: string[] | undefined;
710
+ deny?: string[] | undefined;
711
+ } | undefined;
712
712
  retryPolicy?: {
713
713
  baseMs: number;
714
714
  maxAttempts: number;
@@ -793,7 +793,6 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
793
793
  description?: string | undefined;
794
794
  timeoutMs?: number | undefined;
795
795
  input?: unknown;
796
- maxOutputBytes?: number | undefined;
797
796
  depends?: string[] | undefined;
798
797
  humanGate?: {
799
798
  prompt: string | {
@@ -804,6 +803,7 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
804
803
  onTimeout?: "fail" | "success" | undefined;
805
804
  deadlineMs?: number | undefined;
806
805
  } | undefined;
806
+ maxOutputBytes?: number | undefined;
807
807
  retryPolicy?: {
808
808
  baseMs: number;
809
809
  maxAttempts: number;
@@ -819,7 +819,6 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
819
819
  description?: string | undefined;
820
820
  timeoutMs?: number | undefined;
821
821
  input?: unknown;
822
- maxOutputBytes?: number | undefined;
823
822
  depends?: string[] | undefined;
824
823
  humanGate?: {
825
824
  prompt: string | {
@@ -830,6 +829,7 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
830
829
  onTimeout?: "fail" | "success" | undefined;
831
830
  deadlineMs?: number | undefined;
832
831
  } | undefined;
832
+ maxOutputBytes?: number | undefined;
833
833
  retryPolicy?: {
834
834
  baseMs: number;
835
835
  maxAttempts: number;
@@ -1139,15 +1139,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1139
1139
  workingDir?: string | undefined;
1140
1140
  description?: string | undefined;
1141
1141
  timeoutMs?: number | undefined;
1142
- maxOutputBytes?: number | undefined;
1143
- modelOverrides?: {
1144
- model?: string | undefined;
1145
- reasoningEffort?: string | undefined;
1146
- } | undefined;
1147
- toolPolicy?: {
1148
- allow?: string[] | undefined;
1149
- deny?: string[] | undefined;
1150
- } | undefined;
1151
1142
  depends?: string[] | undefined;
1152
1143
  humanGate?: {
1153
1144
  prompt: string | {
@@ -1158,6 +1149,15 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1158
1149
  onTimeout?: "fail" | "success" | undefined;
1159
1150
  deadlineMs?: number | undefined;
1160
1151
  } | undefined;
1152
+ maxOutputBytes?: number | undefined;
1153
+ modelOverrides?: {
1154
+ model?: string | undefined;
1155
+ reasoningEffort?: string | undefined;
1156
+ } | undefined;
1157
+ toolPolicy?: {
1158
+ allow?: string[] | undefined;
1159
+ deny?: string[] | undefined;
1160
+ } | undefined;
1161
1161
  retryPolicy?: {
1162
1162
  baseMs: number;
1163
1163
  maxAttempts: number;
@@ -1176,15 +1176,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1176
1176
  workingDir?: string | undefined;
1177
1177
  description?: string | undefined;
1178
1178
  timeoutMs?: number | undefined;
1179
- maxOutputBytes?: number | undefined;
1180
- modelOverrides?: {
1181
- model?: string | undefined;
1182
- reasoningEffort?: string | undefined;
1183
- } | undefined;
1184
- toolPolicy?: {
1185
- allow?: string[] | undefined;
1186
- deny?: string[] | undefined;
1187
- } | undefined;
1188
1179
  depends?: string[] | undefined;
1189
1180
  humanGate?: {
1190
1181
  prompt: string | {
@@ -1195,6 +1186,15 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1195
1186
  onTimeout?: "fail" | "success" | undefined;
1196
1187
  deadlineMs?: number | undefined;
1197
1188
  } | undefined;
1189
+ maxOutputBytes?: number | undefined;
1190
+ modelOverrides?: {
1191
+ model?: string | undefined;
1192
+ reasoningEffort?: string | undefined;
1193
+ } | undefined;
1194
+ toolPolicy?: {
1195
+ allow?: string[] | undefined;
1196
+ deny?: string[] | undefined;
1197
+ } | undefined;
1198
1198
  retryPolicy?: {
1199
1199
  baseMs: number;
1200
1200
  maxAttempts: number;
@@ -1279,7 +1279,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1279
1279
  description?: string | undefined;
1280
1280
  timeoutMs?: number | undefined;
1281
1281
  input?: unknown;
1282
- maxOutputBytes?: number | undefined;
1283
1282
  depends?: string[] | undefined;
1284
1283
  humanGate?: {
1285
1284
  prompt: string | {
@@ -1290,6 +1289,7 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1290
1289
  onTimeout?: "fail" | "success" | undefined;
1291
1290
  deadlineMs?: number | undefined;
1292
1291
  } | undefined;
1292
+ maxOutputBytes?: number | undefined;
1293
1293
  retryPolicy?: {
1294
1294
  baseMs: number;
1295
1295
  maxAttempts: number;
@@ -1305,7 +1305,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1305
1305
  description?: string | undefined;
1306
1306
  timeoutMs?: number | undefined;
1307
1307
  input?: unknown;
1308
- maxOutputBytes?: number | undefined;
1309
1308
  depends?: string[] | undefined;
1310
1309
  humanGate?: {
1311
1310
  prompt: string | {
@@ -1316,6 +1315,7 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1316
1315
  onTimeout?: "fail" | "success" | undefined;
1317
1316
  deadlineMs?: number | undefined;
1318
1317
  } | undefined;
1318
+ maxOutputBytes?: number | undefined;
1319
1319
  retryPolicy?: {
1320
1320
  baseMs: number;
1321
1321
  maxAttempts: number;
@@ -1446,15 +1446,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1446
1446
  workingDir?: string | undefined;
1447
1447
  description?: string | undefined;
1448
1448
  timeoutMs?: number | undefined;
1449
- maxOutputBytes?: number | undefined;
1450
- modelOverrides?: {
1451
- model?: string | undefined;
1452
- reasoningEffort?: string | undefined;
1453
- } | undefined;
1454
- toolPolicy?: {
1455
- allow?: string[] | undefined;
1456
- deny?: string[] | undefined;
1457
- } | undefined;
1458
1449
  depends?: string[] | undefined;
1459
1450
  humanGate?: {
1460
1451
  prompt: string | {
@@ -1465,6 +1456,15 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1465
1456
  onTimeout?: "fail" | "success" | undefined;
1466
1457
  deadlineMs?: number | undefined;
1467
1458
  } | undefined;
1459
+ maxOutputBytes?: number | undefined;
1460
+ modelOverrides?: {
1461
+ model?: string | undefined;
1462
+ reasoningEffort?: string | undefined;
1463
+ } | undefined;
1464
+ toolPolicy?: {
1465
+ allow?: string[] | undefined;
1466
+ deny?: string[] | undefined;
1467
+ } | undefined;
1468
1468
  retryPolicy?: {
1469
1469
  baseMs: number;
1470
1470
  maxAttempts: number;
@@ -1480,7 +1480,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1480
1480
  description?: string | undefined;
1481
1481
  timeoutMs?: number | undefined;
1482
1482
  input?: unknown;
1483
- maxOutputBytes?: number | undefined;
1484
1483
  depends?: string[] | undefined;
1485
1484
  humanGate?: {
1486
1485
  prompt: string | {
@@ -1491,6 +1490,7 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1491
1490
  onTimeout?: "fail" | "success" | undefined;
1492
1491
  deadlineMs?: number | undefined;
1493
1492
  } | undefined;
1493
+ maxOutputBytes?: number | undefined;
1494
1494
  retryPolicy?: {
1495
1495
  baseMs: number;
1496
1496
  maxAttempts: number;
@@ -1558,15 +1558,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1558
1558
  workingDir?: string | undefined;
1559
1559
  description?: string | undefined;
1560
1560
  timeoutMs?: number | undefined;
1561
- maxOutputBytes?: number | undefined;
1562
- modelOverrides?: {
1563
- model?: string | undefined;
1564
- reasoningEffort?: string | undefined;
1565
- } | undefined;
1566
- toolPolicy?: {
1567
- allow?: string[] | undefined;
1568
- deny?: string[] | undefined;
1569
- } | undefined;
1570
1561
  depends?: string[] | undefined;
1571
1562
  humanGate?: {
1572
1563
  prompt: string | {
@@ -1577,6 +1568,15 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1577
1568
  onTimeout?: "fail" | "success" | undefined;
1578
1569
  deadlineMs?: number | undefined;
1579
1570
  } | undefined;
1571
+ maxOutputBytes?: number | undefined;
1572
+ modelOverrides?: {
1573
+ model?: string | undefined;
1574
+ reasoningEffort?: string | undefined;
1575
+ } | undefined;
1576
+ toolPolicy?: {
1577
+ allow?: string[] | undefined;
1578
+ deny?: string[] | undefined;
1579
+ } | undefined;
1580
1580
  retryPolicy?: {
1581
1581
  baseMs: number;
1582
1582
  maxAttempts: number;
@@ -1592,7 +1592,6 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1592
1592
  description?: string | undefined;
1593
1593
  timeoutMs?: number | undefined;
1594
1594
  input?: unknown;
1595
- maxOutputBytes?: number | undefined;
1596
1595
  depends?: string[] | undefined;
1597
1596
  humanGate?: {
1598
1597
  prompt: string | {
@@ -1603,6 +1602,7 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
1603
1602
  onTimeout?: "fail" | "success" | undefined;
1604
1603
  deadlineMs?: number | undefined;
1605
1604
  } | undefined;
1605
+ maxOutputBytes?: number | undefined;
1606
1606
  retryPolicy?: {
1607
1607
  baseMs: number;
1608
1608
  maxAttempts: number;
@@ -367,11 +367,11 @@ export declare const LoopStartedPayload: z.ZodObject<{
367
367
  loopId: z.ZodString;
368
368
  maxIterations: z.ZodNumber;
369
369
  }, "strip", z.ZodTypeAny, {
370
- loopId: string;
371
370
  maxIterations: number;
372
- }, {
373
371
  loopId: string;
372
+ }, {
374
373
  maxIterations: number;
374
+ loopId: string;
375
375
  }>;
376
376
  export declare const LoopIterationStartedPayload: z.ZodObject<{
377
377
  loopId: z.ZodString;
@@ -748,6 +748,7 @@ export declare const WaitCreatedPayload: z.ZodObject<{
748
748
  activityId: string;
749
749
  waitKind: "time" | "human-gate" | "condition";
750
750
  prompt?: string | undefined;
751
+ approvers?: string[] | undefined;
751
752
  deadlineAt?: number | undefined;
752
753
  promptRef?: {
753
754
  outputHash: string;
@@ -757,13 +758,13 @@ export declare const WaitCreatedPayload: z.ZodObject<{
757
758
  contentType?: string | undefined;
758
759
  } | undefined;
759
760
  promptPreview?: string | undefined;
760
- approvers?: string[] | undefined;
761
761
  onTimeout?: "fail" | "success" | undefined;
762
762
  }, {
763
763
  nodeId: string;
764
764
  activityId: string;
765
765
  waitKind: "time" | "human-gate" | "condition";
766
766
  prompt?: string | undefined;
767
+ approvers?: string[] | undefined;
767
768
  deadlineAt?: number | undefined;
768
769
  promptRef?: {
769
770
  outputHash: string;
@@ -773,7 +774,6 @@ export declare const WaitCreatedPayload: z.ZodObject<{
773
774
  contentType?: string | undefined;
774
775
  } | undefined;
775
776
  promptPreview?: string | undefined;
776
- approvers?: string[] | undefined;
777
777
  onTimeout?: "fail" | "success" | undefined;
778
778
  }>;
779
779
  export declare const WaitResolvedPayload: z.ZodObject<{
@@ -1055,11 +1055,11 @@ export declare const LoopStartedEventSchema: z.ZodObject<{
1055
1055
  loopId: z.ZodString;
1056
1056
  maxIterations: z.ZodNumber;
1057
1057
  }, "strip", z.ZodTypeAny, {
1058
- loopId: string;
1059
1058
  maxIterations: number;
1060
- }, {
1061
1059
  loopId: string;
1060
+ }, {
1062
1061
  maxIterations: number;
1062
+ loopId: string;
1063
1063
  }>, z.ZodObject<{
1064
1064
  ref: z.ZodString;
1065
1065
  bytes: z.ZodNumber;
@@ -1084,8 +1084,8 @@ export declare const LoopStartedEventSchema: z.ZodObject<{
1084
1084
  runId: string;
1085
1085
  timestamp: number;
1086
1086
  payload: {
1087
- loopId: string;
1088
1087
  maxIterations: number;
1088
+ loopId: string;
1089
1089
  } | {
1090
1090
  ref: string;
1091
1091
  bytes: number;
@@ -1100,8 +1100,8 @@ export declare const LoopStartedEventSchema: z.ZodObject<{
1100
1100
  runId: string;
1101
1101
  timestamp: number;
1102
1102
  payload: {
1103
- loopId: string;
1104
1103
  maxIterations: number;
1104
+ loopId: string;
1105
1105
  } | {
1106
1106
  ref: string;
1107
1107
  bytes: number;
@@ -2176,6 +2176,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
2176
2176
  activityId: string;
2177
2177
  waitKind: "time" | "human-gate" | "condition";
2178
2178
  prompt?: string | undefined;
2179
+ approvers?: string[] | undefined;
2179
2180
  deadlineAt?: number | undefined;
2180
2181
  promptRef?: {
2181
2182
  outputHash: string;
@@ -2185,13 +2186,13 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
2185
2186
  contentType?: string | undefined;
2186
2187
  } | undefined;
2187
2188
  promptPreview?: string | undefined;
2188
- approvers?: string[] | undefined;
2189
2189
  onTimeout?: "fail" | "success" | undefined;
2190
2190
  }, {
2191
2191
  nodeId: string;
2192
2192
  activityId: string;
2193
2193
  waitKind: "time" | "human-gate" | "condition";
2194
2194
  prompt?: string | undefined;
2195
+ approvers?: string[] | undefined;
2195
2196
  deadlineAt?: number | undefined;
2196
2197
  promptRef?: {
2197
2198
  outputHash: string;
@@ -2201,7 +2202,6 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
2201
2202
  contentType?: string | undefined;
2202
2203
  } | undefined;
2203
2204
  promptPreview?: string | undefined;
2204
- approvers?: string[] | undefined;
2205
2205
  onTimeout?: "fail" | "success" | undefined;
2206
2206
  }>, z.ZodObject<{
2207
2207
  ref: z.ZodString;
@@ -2231,6 +2231,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
2231
2231
  activityId: string;
2232
2232
  waitKind: "time" | "human-gate" | "condition";
2233
2233
  prompt?: string | undefined;
2234
+ approvers?: string[] | undefined;
2234
2235
  deadlineAt?: number | undefined;
2235
2236
  promptRef?: {
2236
2237
  outputHash: string;
@@ -2240,7 +2241,6 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
2240
2241
  contentType?: string | undefined;
2241
2242
  } | undefined;
2242
2243
  promptPreview?: string | undefined;
2243
- approvers?: string[] | undefined;
2244
2244
  onTimeout?: "fail" | "success" | undefined;
2245
2245
  } | {
2246
2246
  ref: string;
@@ -2260,6 +2260,7 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
2260
2260
  activityId: string;
2261
2261
  waitKind: "time" | "human-gate" | "condition";
2262
2262
  prompt?: string | undefined;
2263
+ approvers?: string[] | undefined;
2263
2264
  deadlineAt?: number | undefined;
2264
2265
  promptRef?: {
2265
2266
  outputHash: string;
@@ -2269,7 +2270,6 @@ export declare const WaitCreatedEventSchema: z.ZodObject<{
2269
2270
  contentType?: string | undefined;
2270
2271
  } | undefined;
2271
2272
  promptPreview?: string | undefined;
2272
- approvers?: string[] | undefined;
2273
2273
  onTimeout?: "fail" | "success" | undefined;
2274
2274
  } | {
2275
2275
  ref: string;
@@ -3985,11 +3985,11 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3985
3985
  loopId: z.ZodString;
3986
3986
  maxIterations: z.ZodNumber;
3987
3987
  }, "strip", z.ZodTypeAny, {
3988
- loopId: string;
3989
3988
  maxIterations: number;
3990
- }, {
3991
3989
  loopId: string;
3990
+ }, {
3992
3991
  maxIterations: number;
3992
+ loopId: string;
3993
3993
  }>, z.ZodObject<{
3994
3994
  ref: z.ZodString;
3995
3995
  bytes: z.ZodNumber;
@@ -4014,8 +4014,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4014
4014
  runId: string;
4015
4015
  timestamp: number;
4016
4016
  payload: {
4017
- loopId: string;
4018
4017
  maxIterations: number;
4018
+ loopId: string;
4019
4019
  } | {
4020
4020
  ref: string;
4021
4021
  bytes: number;
@@ -4030,8 +4030,8 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
4030
4030
  runId: string;
4031
4031
  timestamp: number;
4032
4032
  payload: {
4033
- loopId: string;
4034
4033
  maxIterations: number;
4034
+ loopId: string;
4035
4035
  } | {
4036
4036
  ref: string;
4037
4037
  bytes: number;
@@ -5094,6 +5094,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5094
5094
  activityId: string;
5095
5095
  waitKind: "time" | "human-gate" | "condition";
5096
5096
  prompt?: string | undefined;
5097
+ approvers?: string[] | undefined;
5097
5098
  deadlineAt?: number | undefined;
5098
5099
  promptRef?: {
5099
5100
  outputHash: string;
@@ -5103,13 +5104,13 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5103
5104
  contentType?: string | undefined;
5104
5105
  } | undefined;
5105
5106
  promptPreview?: string | undefined;
5106
- approvers?: string[] | undefined;
5107
5107
  onTimeout?: "fail" | "success" | undefined;
5108
5108
  }, {
5109
5109
  nodeId: string;
5110
5110
  activityId: string;
5111
5111
  waitKind: "time" | "human-gate" | "condition";
5112
5112
  prompt?: string | undefined;
5113
+ approvers?: string[] | undefined;
5113
5114
  deadlineAt?: number | undefined;
5114
5115
  promptRef?: {
5115
5116
  outputHash: string;
@@ -5119,7 +5120,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5119
5120
  contentType?: string | undefined;
5120
5121
  } | undefined;
5121
5122
  promptPreview?: string | undefined;
5122
- approvers?: string[] | undefined;
5123
5123
  onTimeout?: "fail" | "success" | undefined;
5124
5124
  }>, z.ZodObject<{
5125
5125
  ref: z.ZodString;
@@ -5149,6 +5149,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5149
5149
  activityId: string;
5150
5150
  waitKind: "time" | "human-gate" | "condition";
5151
5151
  prompt?: string | undefined;
5152
+ approvers?: string[] | undefined;
5152
5153
  deadlineAt?: number | undefined;
5153
5154
  promptRef?: {
5154
5155
  outputHash: string;
@@ -5158,7 +5159,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5158
5159
  contentType?: string | undefined;
5159
5160
  } | undefined;
5160
5161
  promptPreview?: string | undefined;
5161
- approvers?: string[] | undefined;
5162
5162
  onTimeout?: "fail" | "success" | undefined;
5163
5163
  } | {
5164
5164
  ref: string;
@@ -5178,6 +5178,7 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5178
5178
  activityId: string;
5179
5179
  waitKind: "time" | "human-gate" | "condition";
5180
5180
  prompt?: string | undefined;
5181
+ approvers?: string[] | undefined;
5181
5182
  deadlineAt?: number | undefined;
5182
5183
  promptRef?: {
5183
5184
  outputHash: string;
@@ -5187,7 +5188,6 @@ export declare const EventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
5187
5188
  contentType?: string | undefined;
5188
5189
  } | undefined;
5189
5190
  promptPreview?: string | undefined;
5190
- approvers?: string[] | undefined;
5191
5191
  onTimeout?: "fail" | "success" | undefined;
5192
5192
  } | {
5193
5193
  ref: string;
@@ -0,0 +1,37 @@
1
+ /**
2
+ * v3 architect runner.
3
+ *
4
+ * The grill layer produces `spec.md` + canonical `spec.json`; architect is a
5
+ * single autonomous goal-worker that compiles those files into `dag.json` plus
6
+ * `architect-notes.md`. This helper keeps that fixed execution contract in one
7
+ * place so host commands do not hand-roll goal-mode env/layout details.
8
+ */
9
+ import { type EphemeralPoolDeps } from './ephemeral-pool.js';
10
+ import { type BotSnapshot, type RunNode, type ValidateManifest, type WorkerSessionInfo } from './contract.js';
11
+ export interface RunArchitectInput {
12
+ runId: string;
13
+ runDir: string;
14
+ specPath: string;
15
+ specJsonPath: string;
16
+ botSnapshot: BotSnapshot;
17
+ timeoutMs?: number;
18
+ cancelSignal?: AbortSignal;
19
+ /**
20
+ * Test seam. Production callers normally omit this and provide
21
+ * `resolveLarkAppSecret` so the real ephemeral pool is used.
22
+ */
23
+ runNode?: RunNode;
24
+ resolveLarkAppSecret?: EphemeralPoolDeps['resolveLarkAppSecret'];
25
+ validateManifest?: ValidateManifest;
26
+ }
27
+ export interface RunArchitectResult {
28
+ status: 'ok' | 'fail';
29
+ dagPath?: string;
30
+ notesPath?: string;
31
+ manifestPath: string;
32
+ problems?: string[];
33
+ sessionInfo?: WorkerSessionInfo;
34
+ }
35
+ export declare function buildArchitectGoal(specPath: string, specJsonPath: string): string;
36
+ export declare function runArchitect(input: RunArchitectInput): Promise<RunArchitectResult>;
37
+ //# sourceMappingURL=architect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"architect.d.ts","sourceRoot":"","sources":["../../../src/workflows/v3/architect.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAKH,OAAO,EAAuB,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAElF,OAAO,EAGL,KAAK,WAAW,EAEhB,KAAK,OAAO,EAEZ,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACvB,MAAM,eAAe,CAAC;AAKvB,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,oBAAoB,CAAC,EAAE,iBAAiB,CAAC,sBAAsB,CAAC,CAAC;IACjE,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC;AAED,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,IAAI,GAAG,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,WAAW,CAAC,EAAE,iBAAiB,CAAC;CACjC;AAED,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM,CAmEjF;AAED,wBAAsB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CA4GxF"}