donobu 2.23.1 → 2.23.2

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 (95) hide show
  1. package/dist/apis/FlowsApi.d.ts +1 -1
  2. package/dist/apis/FlowsApi.js +1 -1
  3. package/dist/apis/SpecialFlowsApi.js +5 -5
  4. package/dist/apis/SpecialFlowsApi.js.map +1 -1
  5. package/dist/assets/control-panel.js +1 -1
  6. package/dist/assets/generated/version +1 -1
  7. package/dist/assets/playwright-json-to-markdown.js +44 -16
  8. package/dist/esm/apis/FlowsApi.d.ts +1 -1
  9. package/dist/esm/apis/FlowsApi.js +1 -1
  10. package/dist/esm/apis/SpecialFlowsApi.js +5 -5
  11. package/dist/esm/apis/SpecialFlowsApi.js.map +1 -1
  12. package/dist/esm/assets/control-panel.js +1 -1
  13. package/dist/esm/assets/generated/version +1 -1
  14. package/dist/esm/assets/playwright-json-to-markdown.js +44 -16
  15. package/dist/esm/lib/testExtension.d.ts.map +1 -1
  16. package/dist/esm/lib/testExtension.js +2 -4
  17. package/dist/esm/lib/testExtension.js.map +1 -1
  18. package/dist/esm/lib/utils/SelfHealingDebugReporter.d.ts +69 -0
  19. package/dist/esm/lib/utils/SelfHealingDebugReporter.d.ts.map +1 -0
  20. package/dist/esm/lib/utils/SelfHealingDebugReporter.js +486 -0
  21. package/dist/esm/lib/utils/SelfHealingDebugReporter.js.map +1 -0
  22. package/dist/esm/lib/utils/SelfHealingTestUtils.d.ts +55 -0
  23. package/dist/esm/lib/utils/SelfHealingTestUtils.d.ts.map +1 -0
  24. package/dist/esm/lib/utils/SelfHealingTestUtils.js +335 -0
  25. package/dist/esm/lib/utils/SelfHealingTestUtils.js.map +1 -0
  26. package/dist/esm/lib/utils/VideoArtifactManager.d.ts +57 -0
  27. package/dist/esm/lib/utils/VideoArtifactManager.d.ts.map +1 -0
  28. package/dist/esm/lib/utils/VideoArtifactManager.js +343 -0
  29. package/dist/esm/lib/utils/VideoArtifactManager.js.map +1 -0
  30. package/dist/esm/lib/utils/selfHealing.js +1 -1
  31. package/dist/esm/lib/utils/selfHealing.js.map +1 -1
  32. package/dist/esm/managers/DonobuFlow.d.ts.map +1 -1
  33. package/dist/esm/managers/DonobuFlow.js +11 -12
  34. package/dist/esm/managers/DonobuFlow.js.map +1 -1
  35. package/dist/esm/managers/DonobuFlowsManager.d.ts +1 -1
  36. package/dist/esm/managers/DonobuFlowsManager.d.ts.map +1 -1
  37. package/dist/esm/managers/DonobuFlowsManager.js +11 -7
  38. package/dist/esm/managers/DonobuFlowsManager.js.map +1 -1
  39. package/dist/esm/models/CreateDonobuFlow.d.ts +5 -6
  40. package/dist/esm/models/CreateDonobuFlow.d.ts.map +1 -1
  41. package/dist/esm/models/CreateDonobuFlow.js +4 -2
  42. package/dist/esm/models/CreateDonobuFlow.js.map +1 -1
  43. package/dist/esm/models/FlowMetadata.d.ts +3 -6
  44. package/dist/esm/models/FlowMetadata.d.ts.map +1 -1
  45. package/dist/esm/models/FlowMetadata.js +3 -5
  46. package/dist/esm/models/FlowMetadata.js.map +1 -1
  47. package/dist/esm/persistence/DonobuSqliteDb.d.ts.map +1 -1
  48. package/dist/esm/persistence/DonobuSqliteDb.js +42 -0
  49. package/dist/esm/persistence/DonobuSqliteDb.js.map +1 -1
  50. package/dist/esm/tools/ReplayableInteraction.d.ts.map +1 -1
  51. package/dist/esm/tools/ReplayableInteraction.js +1 -3
  52. package/dist/esm/tools/ReplayableInteraction.js.map +1 -1
  53. package/dist/esm/tools/TriggerDonobuFlowTool.d.ts +14 -16
  54. package/dist/esm/tools/TriggerDonobuFlowTool.d.ts.map +1 -1
  55. package/dist/lib/testExtension.d.ts.map +1 -1
  56. package/dist/lib/testExtension.js +2 -4
  57. package/dist/lib/testExtension.js.map +1 -1
  58. package/dist/lib/utils/SelfHealingDebugReporter.d.ts +69 -0
  59. package/dist/lib/utils/SelfHealingDebugReporter.d.ts.map +1 -0
  60. package/dist/lib/utils/SelfHealingDebugReporter.js +486 -0
  61. package/dist/lib/utils/SelfHealingDebugReporter.js.map +1 -0
  62. package/dist/lib/utils/SelfHealingTestUtils.d.ts +55 -0
  63. package/dist/lib/utils/SelfHealingTestUtils.d.ts.map +1 -0
  64. package/dist/lib/utils/SelfHealingTestUtils.js +335 -0
  65. package/dist/lib/utils/SelfHealingTestUtils.js.map +1 -0
  66. package/dist/lib/utils/VideoArtifactManager.d.ts +57 -0
  67. package/dist/lib/utils/VideoArtifactManager.d.ts.map +1 -0
  68. package/dist/lib/utils/VideoArtifactManager.js +343 -0
  69. package/dist/lib/utils/VideoArtifactManager.js.map +1 -0
  70. package/dist/lib/utils/selfHealing.js +1 -1
  71. package/dist/lib/utils/selfHealing.js.map +1 -1
  72. package/dist/managers/DonobuFlow.d.ts.map +1 -1
  73. package/dist/managers/DonobuFlow.js +11 -12
  74. package/dist/managers/DonobuFlow.js.map +1 -1
  75. package/dist/managers/DonobuFlowsManager.d.ts +1 -1
  76. package/dist/managers/DonobuFlowsManager.d.ts.map +1 -1
  77. package/dist/managers/DonobuFlowsManager.js +11 -7
  78. package/dist/managers/DonobuFlowsManager.js.map +1 -1
  79. package/dist/models/CreateDonobuFlow.d.ts +5 -6
  80. package/dist/models/CreateDonobuFlow.d.ts.map +1 -1
  81. package/dist/models/CreateDonobuFlow.js +4 -2
  82. package/dist/models/CreateDonobuFlow.js.map +1 -1
  83. package/dist/models/FlowMetadata.d.ts +3 -6
  84. package/dist/models/FlowMetadata.d.ts.map +1 -1
  85. package/dist/models/FlowMetadata.js +3 -5
  86. package/dist/models/FlowMetadata.js.map +1 -1
  87. package/dist/persistence/DonobuSqliteDb.d.ts.map +1 -1
  88. package/dist/persistence/DonobuSqliteDb.js +42 -0
  89. package/dist/persistence/DonobuSqliteDb.js.map +1 -1
  90. package/dist/tools/ReplayableInteraction.d.ts.map +1 -1
  91. package/dist/tools/ReplayableInteraction.js +1 -3
  92. package/dist/tools/ReplayableInteraction.js.map +1 -1
  93. package/dist/tools/TriggerDonobuFlowTool.d.ts +14 -16
  94. package/dist/tools/TriggerDonobuFlowTool.d.ts.map +1 -1
  95. package/package.json +1 -1
@@ -281,13 +281,12 @@ export declare const TriggerDonobuFlowCoreSchema: z.ZodObject<{
281
281
  result: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
282
282
  inputTokensUsed: z.ZodNumber;
283
283
  completionTokensUsed: z.ZodNumber;
284
- iterations: z.ZodNumber;
285
- maxIterations: z.ZodNumber;
284
+ maxToolCalls: z.ZodNullable<z.ZodNumber>;
286
285
  startedAt: z.ZodNullable<z.ZodNumber>;
287
286
  completedAt: z.ZodNullable<z.ZodNumber>;
288
287
  state: z.ZodEnum<["UNSTARTED", "INITIALIZING", "QUERYING_LLM_FOR_NEXT_ACTION", "WAITING_ON_USER_FOR_NEXT_ACTION", "PAUSED", "RESUMING", "RUNNING_ACTION", "FAILED", "SUCCESS"]>;
289
288
  nextState: z.ZodNullable<z.ZodEnum<["UNSTARTED", "INITIALIZING", "QUERYING_LLM_FOR_NEXT_ACTION", "WAITING_ON_USER_FOR_NEXT_ACTION", "PAUSED", "RESUMING", "RUNNING_ACTION", "FAILED", "SUCCESS"]>>;
290
- }, "name" | "browser" | "envVars" | "customTools" | "defaultMessageDuration" | "callbackUrl" | "targetWebsite" | "overallObjective" | "allowedTools" | "resultJsonSchema" | "maxIterations">, {
289
+ }, "name" | "browser" | "envVars" | "customTools" | "defaultMessageDuration" | "callbackUrl" | "targetWebsite" | "overallObjective" | "allowedTools" | "resultJsonSchema" | "maxToolCalls">, {
291
290
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
292
291
  browser: z.ZodOptional<z.ZodNullable<z.ZodObject<{
293
292
  initialState: z.ZodOptional<z.ZodType<import("../main").BrowserStateReference, z.ZodTypeDef, import("../main").BrowserStateReference>>;
@@ -554,7 +553,7 @@ export declare const TriggerDonobuFlowCoreSchema: z.ZodObject<{
554
553
  callbackUrl: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
555
554
  overallObjective: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
556
555
  allowedTools: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
557
- maxIterations: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
556
+ maxToolCalls: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodNumber>>>;
558
557
  resultJsonSchema: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodType<import("json-schema").JSONSchema7, z.ZodTypeDef, import("json-schema").JSONSchema7>>>>;
559
558
  gptConfigNameOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
560
559
  initialRunMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTONOMOUS", "INSTRUCT", "DETERMINISTIC"]>>>;
@@ -624,7 +623,7 @@ export declare const TriggerDonobuFlowCoreSchema: z.ZodObject<{
624
623
  overallObjective?: string | null | undefined;
625
624
  allowedTools?: string[] | null | undefined;
626
625
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
627
- maxIterations?: number | null | undefined;
626
+ maxToolCalls?: number | null | undefined;
628
627
  gptConfigNameOverride?: string | null | undefined;
629
628
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
630
629
  toolCallsOnStart?: {
@@ -684,7 +683,7 @@ export declare const TriggerDonobuFlowCoreSchema: z.ZodObject<{
684
683
  overallObjective?: string | null | undefined;
685
684
  allowedTools?: string[] | null | undefined;
686
685
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
687
- maxIterations?: number | null | undefined;
686
+ maxToolCalls?: number | null | undefined;
688
687
  gptConfigNameOverride?: string | null | undefined;
689
688
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
690
689
  toolCallsOnStart?: {
@@ -746,7 +745,7 @@ export declare const TriggerDonobuFlowCoreSchema: z.ZodObject<{
746
745
  overallObjective?: string | null | undefined;
747
746
  allowedTools?: string[] | null | undefined;
748
747
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
749
- maxIterations?: number | null | undefined;
748
+ maxToolCalls?: number | null | undefined;
750
749
  gptConfigNameOverride?: string | null | undefined;
751
750
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
752
751
  toolCallsOnStart?: {
@@ -808,7 +807,7 @@ export declare const TriggerDonobuFlowCoreSchema: z.ZodObject<{
808
807
  overallObjective?: string | null | undefined;
809
808
  allowedTools?: string[] | null | undefined;
810
809
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
811
- maxIterations?: number | null | undefined;
810
+ maxToolCalls?: number | null | undefined;
812
811
  gptConfigNameOverride?: string | null | undefined;
813
812
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
814
813
  toolCallsOnStart?: {
@@ -1099,13 +1098,12 @@ export declare const TriggerDonobuFlowGptSchema: z.ZodObject<z.objectUtil.extend
1099
1098
  result: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1100
1099
  inputTokensUsed: z.ZodNumber;
1101
1100
  completionTokensUsed: z.ZodNumber;
1102
- iterations: z.ZodNumber;
1103
- maxIterations: z.ZodNumber;
1101
+ maxToolCalls: z.ZodNullable<z.ZodNumber>;
1104
1102
  startedAt: z.ZodNullable<z.ZodNumber>;
1105
1103
  completedAt: z.ZodNullable<z.ZodNumber>;
1106
1104
  state: z.ZodEnum<["UNSTARTED", "INITIALIZING", "QUERYING_LLM_FOR_NEXT_ACTION", "WAITING_ON_USER_FOR_NEXT_ACTION", "PAUSED", "RESUMING", "RUNNING_ACTION", "FAILED", "SUCCESS"]>;
1107
1105
  nextState: z.ZodNullable<z.ZodEnum<["UNSTARTED", "INITIALIZING", "QUERYING_LLM_FOR_NEXT_ACTION", "WAITING_ON_USER_FOR_NEXT_ACTION", "PAUSED", "RESUMING", "RUNNING_ACTION", "FAILED", "SUCCESS"]>>;
1108
- }, "name" | "browser" | "envVars" | "customTools" | "defaultMessageDuration" | "callbackUrl" | "targetWebsite" | "overallObjective" | "allowedTools" | "resultJsonSchema" | "maxIterations">, {
1106
+ }, "name" | "browser" | "envVars" | "customTools" | "defaultMessageDuration" | "callbackUrl" | "targetWebsite" | "overallObjective" | "allowedTools" | "resultJsonSchema" | "maxToolCalls">, {
1109
1107
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1110
1108
  browser: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1111
1109
  initialState: z.ZodOptional<z.ZodType<import("../main").BrowserStateReference, z.ZodTypeDef, import("../main").BrowserStateReference>>;
@@ -1372,7 +1370,7 @@ export declare const TriggerDonobuFlowGptSchema: z.ZodObject<z.objectUtil.extend
1372
1370
  callbackUrl: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
1373
1371
  overallObjective: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodString>>>;
1374
1372
  allowedTools: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1375
- maxIterations: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1373
+ maxToolCalls: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodNumber>>>;
1376
1374
  resultJsonSchema: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodType<import("json-schema").JSONSchema7, z.ZodTypeDef, import("json-schema").JSONSchema7>>>>;
1377
1375
  gptConfigNameOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1378
1376
  initialRunMode: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTONOMOUS", "INSTRUCT", "DETERMINISTIC"]>>>;
@@ -1442,7 +1440,7 @@ export declare const TriggerDonobuFlowGptSchema: z.ZodObject<z.objectUtil.extend
1442
1440
  overallObjective?: string | null | undefined;
1443
1441
  allowedTools?: string[] | null | undefined;
1444
1442
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
1445
- maxIterations?: number | null | undefined;
1443
+ maxToolCalls?: number | null | undefined;
1446
1444
  gptConfigNameOverride?: string | null | undefined;
1447
1445
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
1448
1446
  toolCallsOnStart?: {
@@ -1502,7 +1500,7 @@ export declare const TriggerDonobuFlowGptSchema: z.ZodObject<z.objectUtil.extend
1502
1500
  overallObjective?: string | null | undefined;
1503
1501
  allowedTools?: string[] | null | undefined;
1504
1502
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
1505
- maxIterations?: number | null | undefined;
1503
+ maxToolCalls?: number | null | undefined;
1506
1504
  gptConfigNameOverride?: string | null | undefined;
1507
1505
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
1508
1506
  toolCallsOnStart?: {
@@ -1565,7 +1563,7 @@ export declare const TriggerDonobuFlowGptSchema: z.ZodObject<z.objectUtil.extend
1565
1563
  overallObjective?: string | null | undefined;
1566
1564
  allowedTools?: string[] | null | undefined;
1567
1565
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
1568
- maxIterations?: number | null | undefined;
1566
+ maxToolCalls?: number | null | undefined;
1569
1567
  gptConfigNameOverride?: string | null | undefined;
1570
1568
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
1571
1569
  toolCallsOnStart?: {
@@ -1628,7 +1626,7 @@ export declare const TriggerDonobuFlowGptSchema: z.ZodObject<z.objectUtil.extend
1628
1626
  overallObjective?: string | null | undefined;
1629
1627
  allowedTools?: string[] | null | undefined;
1630
1628
  resultJsonSchema?: import("json-schema").JSONSchema7 | null | undefined;
1631
- maxIterations?: number | null | undefined;
1629
+ maxToolCalls?: number | null | undefined;
1632
1630
  gptConfigNameOverride?: string | null | undefined;
1633
1631
  initialRunMode?: "AUTONOMOUS" | "INSTRUCT" | "DETERMINISTIC" | null | undefined;
1634
1632
  toolCallsOnStart?: {
@@ -1 +1 @@
1
- {"version":3,"file":"TriggerDonobuFlowTool.d.ts","sourceRoot":"","sources":["../../src/tools/TriggerDonobuFlowTool.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TriggerDonobuFlowTool.d.ts","sourceRoot":"","sources":["../../src/tools/TriggerDonobuFlowTool.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donobu",
3
- "version": "2.23.1",
3
+ "version": "2.23.2",
4
4
  "description": "Create browser automations with an LLM agent and replay them as Playwright scripts.",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/esm/main.js",