botmux 2.63.1 → 2.65.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.
- package/README.en.md +1 -1
- package/README.md +3 -3
- package/dist/adapters/backend/herdr-backend.d.ts +8 -1
- package/dist/adapters/backend/herdr-backend.d.ts.map +1 -1
- package/dist/adapters/backend/herdr-backend.js +15 -2
- package/dist/adapters/backend/herdr-backend.js.map +1 -1
- package/dist/adapters/backend/tmux-backend.d.ts +17 -1
- package/dist/adapters/backend/tmux-backend.d.ts.map +1 -1
- package/dist/adapters/backend/tmux-backend.js +25 -4
- package/dist/adapters/backend/tmux-backend.js.map +1 -1
- package/dist/adapters/backend/types.d.ts +14 -0
- package/dist/adapters/backend/types.d.ts.map +1 -1
- package/dist/adapters/backend/types.js.map +1 -1
- package/dist/adapters/backend/zellij-backend.d.ts +12 -1
- package/dist/adapters/backend/zellij-backend.d.ts.map +1 -1
- package/dist/adapters/backend/zellij-backend.js +25 -8
- package/dist/adapters/backend/zellij-backend.js.map +1 -1
- package/dist/bot-registry.d.ts +40 -0
- package/dist/bot-registry.d.ts.map +1 -1
- package/dist/bot-registry.js +30 -0
- package/dist/bot-registry.js.map +1 -1
- package/dist/cli/send-dispatch.d.ts +23 -0
- package/dist/cli/send-dispatch.d.ts.map +1 -0
- package/dist/cli/send-dispatch.js +23 -0
- package/dist/cli/send-dispatch.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +141 -58
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts +8 -6
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +8 -6
- package/dist/config.js.map +1 -1
- package/dist/core/ask-broker.d.ts +33 -0
- package/dist/core/ask-broker.d.ts.map +1 -1
- package/dist/core/ask-broker.js +58 -0
- package/dist/core/ask-broker.js.map +1 -1
- package/dist/core/ask-hook/claude-code.d.ts.map +1 -1
- package/dist/core/ask-hook/claude-code.js +15 -9
- package/dist/core/ask-hook/claude-code.js.map +1 -1
- package/dist/core/ask-hook/codex.d.ts.map +1 -1
- package/dist/core/ask-hook/codex.js +2 -1
- package/dist/core/ask-hook/codex.js.map +1 -1
- package/dist/core/ask-hook/opencode.d.ts.map +1 -1
- package/dist/core/ask-hook/opencode.js +9 -6
- package/dist/core/ask-hook/opencode.js.map +1 -1
- package/dist/core/ask-hook/types.d.ts +3 -1
- package/dist/core/ask-hook/types.d.ts.map +1 -1
- package/dist/core/ask-types.d.ts +13 -6
- package/dist/core/ask-types.d.ts.map +1 -1
- package/dist/core/ask-types.js.map +1 -1
- package/dist/core/command-handler.d.ts.map +1 -1
- package/dist/core/command-handler.js +255 -4
- package/dist/core/command-handler.js.map +1 -1
- package/dist/core/daemon-heartbeat.d.ts +15 -0
- package/dist/core/daemon-heartbeat.d.ts.map +1 -0
- package/dist/core/daemon-heartbeat.js +83 -0
- package/dist/core/daemon-heartbeat.js.map +1 -0
- package/dist/core/dashboard-ipc-server.d.ts.map +1 -1
- package/dist/core/dashboard-ipc-server.js +80 -33
- package/dist/core/dashboard-ipc-server.js.map +1 -1
- package/dist/core/dispatch.d.ts +1 -23
- package/dist/core/dispatch.d.ts.map +1 -1
- package/dist/core/dispatch.js +1 -17
- package/dist/core/dispatch.js.map +1 -1
- package/dist/core/idle-worker-sweeper.d.ts +13 -0
- package/dist/core/idle-worker-sweeper.d.ts.map +1 -0
- package/dist/core/idle-worker-sweeper.js +42 -0
- package/dist/core/idle-worker-sweeper.js.map +1 -0
- package/dist/core/maintenance-schedule.d.ts +34 -0
- package/dist/core/maintenance-schedule.d.ts.map +1 -0
- package/dist/core/maintenance-schedule.js +72 -0
- package/dist/core/maintenance-schedule.js.map +1 -0
- package/dist/core/maintenance.d.ts +43 -0
- package/dist/core/maintenance.d.ts.map +1 -0
- package/dist/core/maintenance.js +160 -0
- package/dist/core/maintenance.js.map +1 -0
- package/dist/core/reply-target.d.ts +23 -0
- package/dist/core/reply-target.d.ts.map +1 -0
- package/dist/core/reply-target.js +47 -0
- package/dist/core/reply-target.js.map +1 -0
- package/dist/core/restart-report.d.ts +49 -0
- package/dist/core/restart-report.d.ts.map +1 -0
- package/dist/core/restart-report.js +98 -0
- package/dist/core/restart-report.js.map +1 -0
- package/dist/core/scheduler.d.ts.map +1 -1
- package/dist/core/scheduler.js +20 -0
- package/dist/core/scheduler.js.map +1 -1
- package/dist/core/session-manager.d.ts +26 -10
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +113 -31
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-marker.d.ts +13 -0
- package/dist/core/session-marker.d.ts.map +1 -0
- package/dist/core/session-marker.js +55 -0
- package/dist/core/session-marker.js.map +1 -0
- package/dist/core/types.d.ts +20 -1
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/types.js.map +1 -1
- package/dist/core/worker-budget.d.ts +19 -0
- package/dist/core/worker-budget.d.ts.map +1 -0
- package/dist/core/worker-budget.js +50 -0
- package/dist/core/worker-budget.js.map +1 -0
- package/dist/core/worker-pool.d.ts +5 -2
- package/dist/core/worker-pool.d.ts.map +1 -1
- package/dist/core/worker-pool.js +105 -12
- package/dist/core/worker-pool.js.map +1 -1
- package/dist/daemon.d.ts.map +1 -1
- package/dist/daemon.js +252 -38
- package/dist/daemon.js.map +1 -1
- package/dist/dashboard/public-redact.d.ts +2 -1
- package/dist/dashboard/public-redact.d.ts.map +1 -1
- package/dist/dashboard/public-redact.js +3 -1
- package/dist/dashboard/public-redact.js.map +1 -1
- package/dist/dashboard/registry.d.ts +2 -0
- package/dist/dashboard/registry.d.ts.map +1 -1
- package/dist/dashboard/registry.js.map +1 -1
- package/dist/dashboard/web/bot-defaults.d.ts.map +1 -1
- package/dist/dashboard/web/bot-defaults.js +123 -4
- package/dist/dashboard/web/bot-defaults.js.map +1 -1
- package/dist/dashboard/web/groups.d.ts.map +1 -1
- package/dist/dashboard/web/groups.js +8 -3
- package/dist/dashboard/web/groups.js.map +1 -1
- package/dist/dashboard/web/i18n.d.ts.map +1 -1
- package/dist/dashboard/web/i18n.js +44 -0
- package/dist/dashboard/web/i18n.js.map +1 -1
- package/dist/dashboard/web/overview.d.ts.map +1 -1
- package/dist/dashboard/web/overview.js +6 -4
- package/dist/dashboard/web/overview.js.map +1 -1
- package/dist/dashboard/web/roles.d.ts.map +1 -1
- package/dist/dashboard/web/roles.js +3 -2
- package/dist/dashboard/web/roles.js.map +1 -1
- package/dist/dashboard/web/sessions.js +2 -2
- package/dist/dashboard/web/sessions.js.map +1 -1
- package/dist/dashboard/web/settings.d.ts.map +1 -1
- package/dist/dashboard/web/settings.js +84 -13
- package/dist/dashboard/web/settings.js.map +1 -1
- package/dist/dashboard/web/ui.d.ts +33 -0
- package/dist/dashboard/web/ui.d.ts.map +1 -1
- package/dist/dashboard/web/ui.js +84 -0
- package/dist/dashboard/web/ui.js.map +1 -1
- package/dist/dashboard-web/app.js +573 -503
- package/dist/dashboard-web/style.css +25 -0
- package/dist/dashboard.js +88 -8
- package/dist/dashboard.js.map +1 -1
- package/dist/global-config.d.ts +46 -0
- package/dist/global-config.d.ts.map +1 -1
- package/dist/global-config.js +115 -0
- package/dist/global-config.js.map +1 -1
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/en.js +72 -1
- package/dist/i18n/en.js.map +1 -1
- package/dist/i18n/zh.d.ts.map +1 -1
- package/dist/i18n/zh.js +72 -1
- package/dist/i18n/zh.js.map +1 -1
- package/dist/im/lark/ask-card.d.ts.map +1 -1
- package/dist/im/lark/ask-card.js +15 -1
- package/dist/im/lark/ask-card.js.map +1 -1
- package/dist/im/lark/card-builder.d.ts +17 -0
- package/dist/im/lark/card-builder.d.ts.map +1 -1
- package/dist/im/lark/card-builder.js +146 -0
- package/dist/im/lark/card-builder.js.map +1 -1
- package/dist/im/lark/card-handler.d.ts.map +1 -1
- package/dist/im/lark/card-handler.js +119 -4
- package/dist/im/lark/card-handler.js.map +1 -1
- package/dist/im/lark/client.d.ts +14 -2
- package/dist/im/lark/client.d.ts.map +1 -1
- package/dist/im/lark/client.js +59 -5
- package/dist/im/lark/client.js.map +1 -1
- package/dist/im/lark/event-dispatcher.d.ts +7 -17
- package/dist/im/lark/event-dispatcher.d.ts.map +1 -1
- package/dist/im/lark/event-dispatcher.js +174 -50
- package/dist/im/lark/event-dispatcher.js.map +1 -1
- package/dist/im/lark/forwarded-renderer.d.ts.map +1 -1
- package/dist/im/lark/forwarded-renderer.js +10 -3
- package/dist/im/lark/forwarded-renderer.js.map +1 -1
- package/dist/im/lark/merge-forward.d.ts.map +1 -1
- package/dist/im/lark/merge-forward.js +33 -8
- package/dist/im/lark/merge-forward.js.map +1 -1
- package/dist/im/lark/message-parser.d.ts +1 -0
- package/dist/im/lark/message-parser.d.ts.map +1 -1
- package/dist/im/lark/message-parser.js +1 -0
- package/dist/im/lark/message-parser.js.map +1 -1
- package/dist/im/lark/reply-mode-command.d.ts +2 -0
- package/dist/im/lark/reply-mode-command.d.ts.map +1 -0
- package/dist/im/lark/reply-mode-command.js +102 -0
- package/dist/im/lark/reply-mode-command.js.map +1 -0
- package/dist/services/bot-config-store.d.ts +144 -0
- package/dist/services/bot-config-store.d.ts.map +1 -0
- package/dist/services/bot-config-store.js +241 -0
- package/dist/services/bot-config-store.js.map +1 -0
- package/dist/services/card-prefs-store.d.ts +5 -0
- package/dist/services/card-prefs-store.d.ts.map +1 -1
- package/dist/services/card-prefs-store.js +47 -0
- package/dist/services/card-prefs-store.js.map +1 -1
- package/dist/services/chat-reply-mode-store.d.ts +28 -0
- package/dist/services/chat-reply-mode-store.d.ts.map +1 -0
- package/dist/services/chat-reply-mode-store.js +115 -0
- package/dist/services/chat-reply-mode-store.js.map +1 -0
- package/dist/services/groups-store.d.ts +2 -0
- package/dist/services/groups-store.d.ts.map +1 -1
- package/dist/services/groups-store.js +1 -0
- package/dist/services/groups-store.js.map +1 -1
- package/dist/services/hook-runner.d.ts +43 -0
- package/dist/services/hook-runner.d.ts.map +1 -0
- package/dist/services/hook-runner.js +394 -0
- package/dist/services/hook-runner.js.map +1 -0
- package/dist/services/observed-bots-store.d.ts.map +1 -1
- package/dist/services/observed-bots-store.js +5 -0
- package/dist/services/observed-bots-store.js.map +1 -1
- package/dist/services/restart-intent-store.d.ts +26 -0
- package/dist/services/restart-intent-store.d.ts.map +1 -0
- package/dist/services/restart-intent-store.js +84 -0
- package/dist/services/restart-intent-store.js.map +1 -0
- package/dist/services/session-lifecycle-hooks.d.ts +10 -0
- package/dist/services/session-lifecycle-hooks.d.ts.map +1 -0
- package/dist/services/session-lifecycle-hooks.js +66 -0
- package/dist/services/session-lifecycle-hooks.js.map +1 -0
- package/dist/services/session-store.d.ts +6 -0
- package/dist/services/session-store.d.ts.map +1 -1
- package/dist/services/session-store.js +25 -0
- package/dist/services/session-store.js.map +1 -1
- package/dist/skills/definitions.d.ts.map +1 -1
- package/dist/skills/definitions.js +28 -3
- package/dist/skills/definitions.js.map +1 -1
- package/dist/types.d.ts +33 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/install-info.d.ts +13 -0
- package/dist/utils/install-info.d.ts.map +1 -0
- package/dist/utils/install-info.js +56 -0
- package/dist/utils/install-info.js.map +1 -0
- package/dist/utils/listen-with-probe.d.ts +26 -0
- package/dist/utils/listen-with-probe.d.ts.map +1 -0
- package/dist/utils/listen-with-probe.js +64 -0
- package/dist/utils/listen-with-probe.js.map +1 -0
- package/dist/utils/web-terminal-listen.d.ts +30 -0
- package/dist/utils/web-terminal-listen.d.ts.map +1 -0
- package/dist/utils/web-terminal-listen.js +81 -0
- package/dist/utils/web-terminal-listen.js.map +1 -0
- package/dist/worker.js +71 -44
- package/dist/worker.js.map +1 -1
- package/dist/workflows/definition.d.ts +30 -30
- package/dist/workflows/events/payloads.d.ts +4 -4
- package/dist/workflows/events/schema.d.ts +156 -156
- package/package.json +1 -1
|
@@ -22,15 +22,15 @@ export declare const ParamDefSchema: z.ZodObject<{
|
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
23
|
type: "string" | "number" | "boolean" | "object" | "array";
|
|
24
24
|
default?: unknown;
|
|
25
|
+
description?: string | undefined;
|
|
25
26
|
format?: string | undefined;
|
|
26
27
|
required?: boolean | undefined;
|
|
27
|
-
description?: string | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
type: "string" | "number" | "boolean" | "object" | "array";
|
|
30
30
|
default?: unknown;
|
|
31
|
+
description?: string | undefined;
|
|
31
32
|
format?: string | undefined;
|
|
32
33
|
required?: boolean | undefined;
|
|
33
|
-
description?: string | undefined;
|
|
34
34
|
}>;
|
|
35
35
|
export type ParamDef = z.infer<typeof ParamDefSchema>;
|
|
36
36
|
export declare const RetryPolicySchema: z.ZodObject<{
|
|
@@ -223,9 +223,9 @@ export declare const SubagentNodeSchema: z.ZodObject<{
|
|
|
223
223
|
$ref: string;
|
|
224
224
|
};
|
|
225
225
|
workingDir?: string | undefined;
|
|
226
|
+
description?: string | undefined;
|
|
226
227
|
timeoutMs?: number | undefined;
|
|
227
228
|
maxOutputBytes?: number | undefined;
|
|
228
|
-
description?: string | undefined;
|
|
229
229
|
modelOverrides?: {
|
|
230
230
|
model?: string | undefined;
|
|
231
231
|
reasoningEffort?: string | undefined;
|
|
@@ -260,9 +260,9 @@ export declare const SubagentNodeSchema: z.ZodObject<{
|
|
|
260
260
|
$ref: string;
|
|
261
261
|
};
|
|
262
262
|
workingDir?: string | undefined;
|
|
263
|
+
description?: string | undefined;
|
|
263
264
|
timeoutMs?: number | undefined;
|
|
264
265
|
maxOutputBytes?: number | undefined;
|
|
265
|
-
description?: string | undefined;
|
|
266
266
|
modelOverrides?: {
|
|
267
267
|
model?: string | undefined;
|
|
268
268
|
reasoningEffort?: string | undefined;
|
|
@@ -364,10 +364,10 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
|
|
|
364
364
|
}, "strip", z.ZodTypeAny, {
|
|
365
365
|
type: "hostExecutor";
|
|
366
366
|
executor: string;
|
|
367
|
-
|
|
367
|
+
description?: string | undefined;
|
|
368
368
|
timeoutMs?: number | undefined;
|
|
369
|
+
input?: unknown;
|
|
369
370
|
maxOutputBytes?: number | undefined;
|
|
370
|
-
description?: string | undefined;
|
|
371
371
|
depends?: string[] | undefined;
|
|
372
372
|
humanGate?: {
|
|
373
373
|
prompt: string | {
|
|
@@ -390,10 +390,10 @@ export declare const HostExecutorNodeSchema: z.ZodObject<{
|
|
|
390
390
|
}, {
|
|
391
391
|
type: "hostExecutor";
|
|
392
392
|
executor: string;
|
|
393
|
-
|
|
393
|
+
description?: string | undefined;
|
|
394
394
|
timeoutMs?: number | undefined;
|
|
395
|
+
input?: unknown;
|
|
395
396
|
maxOutputBytes?: number | undefined;
|
|
396
|
-
description?: string | undefined;
|
|
397
397
|
depends?: string[] | undefined;
|
|
398
398
|
humanGate?: {
|
|
399
399
|
prompt: string | {
|
|
@@ -651,9 +651,9 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
651
651
|
$ref: string;
|
|
652
652
|
};
|
|
653
653
|
workingDir?: string | undefined;
|
|
654
|
+
description?: string | undefined;
|
|
654
655
|
timeoutMs?: number | undefined;
|
|
655
656
|
maxOutputBytes?: number | undefined;
|
|
656
|
-
description?: string | undefined;
|
|
657
657
|
modelOverrides?: {
|
|
658
658
|
model?: string | undefined;
|
|
659
659
|
reasoningEffort?: string | undefined;
|
|
@@ -688,9 +688,9 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
688
688
|
$ref: string;
|
|
689
689
|
};
|
|
690
690
|
workingDir?: string | undefined;
|
|
691
|
+
description?: string | undefined;
|
|
691
692
|
timeoutMs?: number | undefined;
|
|
692
693
|
maxOutputBytes?: number | undefined;
|
|
693
|
-
description?: string | undefined;
|
|
694
694
|
modelOverrides?: {
|
|
695
695
|
model?: string | undefined;
|
|
696
696
|
reasoningEffort?: string | undefined;
|
|
@@ -790,10 +790,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
790
790
|
}, "strip", z.ZodTypeAny, {
|
|
791
791
|
type: "hostExecutor";
|
|
792
792
|
executor: string;
|
|
793
|
-
|
|
793
|
+
description?: string | undefined;
|
|
794
794
|
timeoutMs?: number | undefined;
|
|
795
|
+
input?: unknown;
|
|
795
796
|
maxOutputBytes?: number | undefined;
|
|
796
|
-
description?: string | undefined;
|
|
797
797
|
depends?: string[] | undefined;
|
|
798
798
|
humanGate?: {
|
|
799
799
|
prompt: string | {
|
|
@@ -816,10 +816,10 @@ export declare const WorkflowNodeSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
|
816
816
|
}, {
|
|
817
817
|
type: "hostExecutor";
|
|
818
818
|
executor: string;
|
|
819
|
-
|
|
819
|
+
description?: string | undefined;
|
|
820
820
|
timeoutMs?: number | undefined;
|
|
821
|
+
input?: unknown;
|
|
821
822
|
maxOutputBytes?: number | undefined;
|
|
822
|
-
description?: string | undefined;
|
|
823
823
|
depends?: string[] | undefined;
|
|
824
824
|
humanGate?: {
|
|
825
825
|
prompt: string | {
|
|
@@ -968,15 +968,15 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
968
968
|
}, "strip", z.ZodTypeAny, {
|
|
969
969
|
type: "string" | "number" | "boolean" | "object" | "array";
|
|
970
970
|
default?: unknown;
|
|
971
|
+
description?: string | undefined;
|
|
971
972
|
format?: string | undefined;
|
|
972
973
|
required?: boolean | undefined;
|
|
973
|
-
description?: string | undefined;
|
|
974
974
|
}, {
|
|
975
975
|
type: "string" | "number" | "boolean" | "object" | "array";
|
|
976
976
|
default?: unknown;
|
|
977
|
+
description?: string | undefined;
|
|
977
978
|
format?: string | undefined;
|
|
978
979
|
required?: boolean | undefined;
|
|
979
|
-
description?: string | undefined;
|
|
980
980
|
}>>>;
|
|
981
981
|
defaults: z.ZodOptional<z.ZodObject<{
|
|
982
982
|
retryPolicy: z.ZodOptional<z.ZodObject<{
|
|
@@ -1137,9 +1137,9 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1137
1137
|
$ref: string;
|
|
1138
1138
|
};
|
|
1139
1139
|
workingDir?: string | undefined;
|
|
1140
|
+
description?: string | undefined;
|
|
1140
1141
|
timeoutMs?: number | undefined;
|
|
1141
1142
|
maxOutputBytes?: number | undefined;
|
|
1142
|
-
description?: string | undefined;
|
|
1143
1143
|
modelOverrides?: {
|
|
1144
1144
|
model?: string | undefined;
|
|
1145
1145
|
reasoningEffort?: string | undefined;
|
|
@@ -1174,9 +1174,9 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1174
1174
|
$ref: string;
|
|
1175
1175
|
};
|
|
1176
1176
|
workingDir?: string | undefined;
|
|
1177
|
+
description?: string | undefined;
|
|
1177
1178
|
timeoutMs?: number | undefined;
|
|
1178
1179
|
maxOutputBytes?: number | undefined;
|
|
1179
|
-
description?: string | undefined;
|
|
1180
1180
|
modelOverrides?: {
|
|
1181
1181
|
model?: string | undefined;
|
|
1182
1182
|
reasoningEffort?: string | undefined;
|
|
@@ -1276,10 +1276,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1276
1276
|
}, "strip", z.ZodTypeAny, {
|
|
1277
1277
|
type: "hostExecutor";
|
|
1278
1278
|
executor: string;
|
|
1279
|
-
|
|
1279
|
+
description?: string | undefined;
|
|
1280
1280
|
timeoutMs?: number | undefined;
|
|
1281
|
+
input?: unknown;
|
|
1281
1282
|
maxOutputBytes?: number | undefined;
|
|
1282
|
-
description?: string | undefined;
|
|
1283
1283
|
depends?: string[] | undefined;
|
|
1284
1284
|
humanGate?: {
|
|
1285
1285
|
prompt: string | {
|
|
@@ -1302,10 +1302,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1302
1302
|
}, {
|
|
1303
1303
|
type: "hostExecutor";
|
|
1304
1304
|
executor: string;
|
|
1305
|
-
|
|
1305
|
+
description?: string | undefined;
|
|
1306
1306
|
timeoutMs?: number | undefined;
|
|
1307
|
+
input?: unknown;
|
|
1307
1308
|
maxOutputBytes?: number | undefined;
|
|
1308
|
-
description?: string | undefined;
|
|
1309
1309
|
depends?: string[] | undefined;
|
|
1310
1310
|
humanGate?: {
|
|
1311
1311
|
prompt: string | {
|
|
@@ -1444,9 +1444,9 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1444
1444
|
$ref: string;
|
|
1445
1445
|
};
|
|
1446
1446
|
workingDir?: string | undefined;
|
|
1447
|
+
description?: string | undefined;
|
|
1447
1448
|
timeoutMs?: number | undefined;
|
|
1448
1449
|
maxOutputBytes?: number | undefined;
|
|
1449
|
-
description?: string | undefined;
|
|
1450
1450
|
modelOverrides?: {
|
|
1451
1451
|
model?: string | undefined;
|
|
1452
1452
|
reasoningEffort?: string | undefined;
|
|
@@ -1477,10 +1477,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1477
1477
|
} | {
|
|
1478
1478
|
type: "hostExecutor";
|
|
1479
1479
|
executor: string;
|
|
1480
|
-
|
|
1480
|
+
description?: string | undefined;
|
|
1481
1481
|
timeoutMs?: number | undefined;
|
|
1482
|
+
input?: unknown;
|
|
1482
1483
|
maxOutputBytes?: number | undefined;
|
|
1483
|
-
description?: string | undefined;
|
|
1484
1484
|
depends?: string[] | undefined;
|
|
1485
1485
|
humanGate?: {
|
|
1486
1486
|
prompt: string | {
|
|
@@ -1530,9 +1530,9 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1530
1530
|
params?: Record<string, {
|
|
1531
1531
|
type: "string" | "number" | "boolean" | "object" | "array";
|
|
1532
1532
|
default?: unknown;
|
|
1533
|
+
description?: string | undefined;
|
|
1533
1534
|
format?: string | undefined;
|
|
1534
1535
|
required?: boolean | undefined;
|
|
1535
|
-
description?: string | undefined;
|
|
1536
1536
|
}> | undefined;
|
|
1537
1537
|
defaults?: {
|
|
1538
1538
|
timeoutMs?: number | undefined;
|
|
@@ -1556,9 +1556,9 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1556
1556
|
$ref: string;
|
|
1557
1557
|
};
|
|
1558
1558
|
workingDir?: string | undefined;
|
|
1559
|
+
description?: string | undefined;
|
|
1559
1560
|
timeoutMs?: number | undefined;
|
|
1560
1561
|
maxOutputBytes?: number | undefined;
|
|
1561
|
-
description?: string | undefined;
|
|
1562
1562
|
modelOverrides?: {
|
|
1563
1563
|
model?: string | undefined;
|
|
1564
1564
|
reasoningEffort?: string | undefined;
|
|
@@ -1589,10 +1589,10 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1589
1589
|
} | {
|
|
1590
1590
|
type: "hostExecutor";
|
|
1591
1591
|
executor: string;
|
|
1592
|
-
|
|
1592
|
+
description?: string | undefined;
|
|
1593
1593
|
timeoutMs?: number | undefined;
|
|
1594
|
+
input?: unknown;
|
|
1594
1595
|
maxOutputBytes?: number | undefined;
|
|
1595
|
-
description?: string | undefined;
|
|
1596
1596
|
depends?: string[] | undefined;
|
|
1597
1597
|
humanGate?: {
|
|
1598
1598
|
prompt: string | {
|
|
@@ -1642,9 +1642,9 @@ export declare const WorkflowDefinitionSchema: z.ZodObject<{
|
|
|
1642
1642
|
params?: Record<string, {
|
|
1643
1643
|
type: "string" | "number" | "boolean" | "object" | "array";
|
|
1644
1644
|
default?: unknown;
|
|
1645
|
+
description?: string | undefined;
|
|
1645
1646
|
format?: string | undefined;
|
|
1646
1647
|
required?: boolean | undefined;
|
|
1647
|
-
description?: string | undefined;
|
|
1648
1648
|
}> | undefined;
|
|
1649
1649
|
defaults?: {
|
|
1650
1650
|
timeoutMs?: number | undefined;
|
|
@@ -481,16 +481,16 @@ export declare const LeaseSignedPayload: z.ZodObject<{
|
|
|
481
481
|
timeoutMs: z.ZodNumber;
|
|
482
482
|
maxOutputBytes: z.ZodNumber;
|
|
483
483
|
}, "strip", z.ZodTypeAny, {
|
|
484
|
+
timeoutMs: number;
|
|
484
485
|
attemptId: string;
|
|
485
486
|
activityId: string;
|
|
486
487
|
leaseId: string;
|
|
487
|
-
timeoutMs: number;
|
|
488
488
|
maxOutputBytes: number;
|
|
489
489
|
}, {
|
|
490
|
+
timeoutMs: number;
|
|
490
491
|
attemptId: string;
|
|
491
492
|
activityId: string;
|
|
492
493
|
leaseId: string;
|
|
493
|
-
timeoutMs: number;
|
|
494
494
|
maxOutputBytes: number;
|
|
495
495
|
}>;
|
|
496
496
|
export declare const AttemptCreatedPayload: z.ZodObject<{
|
|
@@ -738,7 +738,7 @@ export declare const WaitCreatedPayload: z.ZodObject<{
|
|
|
738
738
|
}, "strip", z.ZodTypeAny, {
|
|
739
739
|
nodeId: string;
|
|
740
740
|
activityId: string;
|
|
741
|
-
waitKind: "
|
|
741
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
742
742
|
prompt?: string | undefined;
|
|
743
743
|
deadlineAt?: number | undefined;
|
|
744
744
|
promptRef?: {
|
|
@@ -754,7 +754,7 @@ export declare const WaitCreatedPayload: z.ZodObject<{
|
|
|
754
754
|
}, {
|
|
755
755
|
nodeId: string;
|
|
756
756
|
activityId: string;
|
|
757
|
-
waitKind: "
|
|
757
|
+
waitKind: "time" | "human-gate" | "condition";
|
|
758
758
|
prompt?: string | undefined;
|
|
759
759
|
deadlineAt?: number | undefined;
|
|
760
760
|
promptRef?: {
|