@promptbook/node 0.112.0-11 → 0.112.0-13

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 (115) hide show
  1. package/esm/index.es.js +3835 -4415
  2. package/esm/index.es.js.map +1 -1
  3. package/esm/src/book-2.0/agent-source/AgentBasicInformation.d.ts +1 -1
  4. package/esm/src/book-components/Chat/Chat/ChatToolCallModal.test.d.ts +2 -0
  5. package/esm/src/book-components/Chat/Chat/renderToolCallDetails.d.ts +4 -0
  6. package/esm/src/book-components/Chat/utils/getToolCallChipletInfo.timeout.test.d.ts +1 -0
  7. package/esm/src/book-components/Chat/utils/timeoutToolCallPresentation.d.ts +123 -0
  8. package/esm/src/book-components/Chat/utils/timeoutToolCallPresentation.test.d.ts +1 -0
  9. package/esm/src/commitments/USE_BROWSER/resolveRunBrowserToolForNode.d.ts +1 -1
  10. package/esm/src/commitments/USE_CALENDAR/USE_CALENDAR.d.ts +42 -0
  11. package/esm/src/commitments/USE_CALENDAR/USE_CALENDAR.test.d.ts +1 -0
  12. package/esm/src/commitments/USE_CALENDAR/UseCalendarToolNames.d.ts +13 -0
  13. package/esm/src/commitments/USE_CALENDAR/UseCalendarWallet.d.ts +9 -0
  14. package/esm/src/commitments/USE_CALENDAR/calendarReference.d.ts +68 -0
  15. package/esm/src/commitments/USE_CALENDAR/callGoogleCalendarApi.d.ts +19 -0
  16. package/esm/src/commitments/USE_CALENDAR/createUseCalendarToolFunctions.d.ts +8 -0
  17. package/esm/src/commitments/USE_CALENDAR/createUseCalendarTools.d.ts +7 -0
  18. package/esm/src/commitments/USE_CALENDAR/getUseCalendarToolTitles.d.ts +7 -0
  19. package/esm/src/commitments/USE_CALENDAR/normalizeConfiguredCalendars.d.ts +19 -0
  20. package/esm/src/commitments/USE_CALENDAR/resolveUseCalendarToolRuntimeOrWalletCredentialResult.d.ts +34 -0
  21. package/esm/src/commitments/USE_TIMEOUT/TimeoutToolNames.d.ts +1 -0
  22. package/esm/src/commitments/USE_TIMEOUT/TimeoutToolRuntimeAdapter.d.ts +51 -2
  23. package/esm/src/commitments/USE_TIMEOUT/USE_TIMEOUT.d.ts +2 -2
  24. package/esm/src/commitments/USE_TIMEOUT/getTimeoutToolRuntimeAdapterOrDisabledResult.d.ts +2 -2
  25. package/esm/src/commitments/USE_TIMEOUT/parseTimeoutToolArgs.d.ts +14 -1
  26. package/esm/src/commitments/_common/toolRuntimeContext.d.ts +9 -0
  27. package/esm/src/commitments/index.d.ts +2 -1
  28. package/esm/src/executables/apps/locateVscode.d.ts +7 -0
  29. package/esm/src/executables/apps/locateVscode.test.d.ts +1 -0
  30. package/esm/src/executables/browsers/locateBrowser.d.ts +10 -0
  31. package/esm/src/executables/browsers/locateBrowser.test.d.ts +1 -0
  32. package/esm/src/executables/browsers/locateChrome.d.ts +7 -0
  33. package/esm/src/executables/browsers/locateChrome.test.d.ts +1 -0
  34. package/esm/src/executables/browsers/locateDefaultSystemBrowser.d.ts +10 -0
  35. package/esm/src/executables/browsers/locateDefaultSystemBrowser.test.d.ts +1 -0
  36. package/esm/src/executables/browsers/locateEdge.d.ts +7 -0
  37. package/esm/src/executables/browsers/locateEdge.test.d.ts +1 -0
  38. package/esm/src/executables/browsers/locateFirefox.d.ts +7 -0
  39. package/esm/src/executables/browsers/locateFirefox.test.d.ts +1 -0
  40. package/esm/src/executables/browsers/locateInternetExplorer.d.ts +7 -0
  41. package/esm/src/executables/browsers/locateInternetExplorer.test.d.ts +1 -0
  42. package/esm/src/executables/browsers/locateSafari.d.ts +7 -0
  43. package/esm/src/version.d.ts +1 -1
  44. package/package.json +2 -3
  45. package/umd/index.umd.js +3838 -4414
  46. package/umd/index.umd.js.map +1 -1
  47. package/umd/src/book-2.0/agent-source/AgentBasicInformation.d.ts +1 -1
  48. package/umd/src/book-components/Chat/Chat/ChatToolCallModal.test.d.ts +2 -0
  49. package/umd/src/book-components/Chat/Chat/renderToolCallDetails.d.ts +4 -0
  50. package/umd/src/book-components/Chat/utils/getToolCallChipletInfo.timeout.test.d.ts +1 -0
  51. package/umd/src/book-components/Chat/utils/timeoutToolCallPresentation.d.ts +123 -0
  52. package/umd/src/book-components/Chat/utils/timeoutToolCallPresentation.test.d.ts +1 -0
  53. package/umd/src/commitments/USE_BROWSER/resolveRunBrowserToolForNode.d.ts +1 -1
  54. package/umd/src/commitments/USE_CALENDAR/USE_CALENDAR.d.ts +42 -0
  55. package/umd/src/commitments/USE_CALENDAR/USE_CALENDAR.test.d.ts +1 -0
  56. package/umd/src/commitments/USE_CALENDAR/UseCalendarToolNames.d.ts +13 -0
  57. package/umd/src/commitments/USE_CALENDAR/UseCalendarWallet.d.ts +9 -0
  58. package/umd/src/commitments/USE_CALENDAR/calendarReference.d.ts +68 -0
  59. package/umd/src/commitments/USE_CALENDAR/callGoogleCalendarApi.d.ts +19 -0
  60. package/umd/src/commitments/USE_CALENDAR/createUseCalendarToolFunctions.d.ts +8 -0
  61. package/umd/src/commitments/USE_CALENDAR/createUseCalendarTools.d.ts +7 -0
  62. package/umd/src/commitments/USE_CALENDAR/getUseCalendarToolTitles.d.ts +7 -0
  63. package/umd/src/commitments/USE_CALENDAR/normalizeConfiguredCalendars.d.ts +19 -0
  64. package/umd/src/commitments/USE_CALENDAR/resolveUseCalendarToolRuntimeOrWalletCredentialResult.d.ts +34 -0
  65. package/umd/src/commitments/USE_TIMEOUT/TimeoutToolNames.d.ts +1 -0
  66. package/umd/src/commitments/USE_TIMEOUT/TimeoutToolRuntimeAdapter.d.ts +51 -2
  67. package/umd/src/commitments/USE_TIMEOUT/USE_TIMEOUT.d.ts +2 -2
  68. package/umd/src/commitments/USE_TIMEOUT/getTimeoutToolRuntimeAdapterOrDisabledResult.d.ts +2 -2
  69. package/umd/src/commitments/USE_TIMEOUT/parseTimeoutToolArgs.d.ts +14 -1
  70. package/umd/src/commitments/_common/toolRuntimeContext.d.ts +9 -0
  71. package/umd/src/commitments/index.d.ts +2 -1
  72. package/umd/src/executables/apps/locateVscode.d.ts +7 -0
  73. package/umd/src/executables/apps/locateVscode.test.d.ts +1 -0
  74. package/umd/src/executables/browsers/locateBrowser.d.ts +10 -0
  75. package/umd/src/executables/browsers/locateBrowser.test.d.ts +1 -0
  76. package/umd/src/executables/browsers/locateChrome.d.ts +7 -0
  77. package/umd/src/executables/browsers/locateChrome.test.d.ts +1 -0
  78. package/umd/src/executables/browsers/locateDefaultSystemBrowser.d.ts +10 -0
  79. package/umd/src/executables/browsers/locateDefaultSystemBrowser.test.d.ts +1 -0
  80. package/umd/src/executables/browsers/locateEdge.d.ts +7 -0
  81. package/umd/src/executables/browsers/locateEdge.test.d.ts +1 -0
  82. package/umd/src/executables/browsers/locateFirefox.d.ts +7 -0
  83. package/umd/src/executables/browsers/locateFirefox.test.d.ts +1 -0
  84. package/umd/src/executables/browsers/locateInternetExplorer.d.ts +7 -0
  85. package/umd/src/executables/browsers/locateInternetExplorer.test.d.ts +1 -0
  86. package/umd/src/executables/browsers/locateSafari.d.ts +7 -0
  87. package/umd/src/version.d.ts +1 -1
  88. package/esm/apps/agents-server/config.d.ts +0 -86
  89. package/esm/apps/agents-server/src/tools/$provideBrowserForServer.d.ts +0 -28
  90. package/esm/apps/agents-server/src/tools/BrowserConnectionProvider.d.ts +0 -142
  91. package/esm/apps/agents-server/src/tools/runBrowserArtifacts.d.ts +0 -25
  92. package/esm/apps/agents-server/src/tools/runBrowserConstants.d.ts +0 -21
  93. package/esm/apps/agents-server/src/tools/runBrowserErrorHandling.d.ts +0 -60
  94. package/esm/apps/agents-server/src/tools/runBrowserErrors.d.ts +0 -73
  95. package/esm/apps/agents-server/src/tools/runBrowserObservability.d.ts +0 -36
  96. package/esm/apps/agents-server/src/tools/runBrowserResultFormatting.d.ts +0 -47
  97. package/esm/apps/agents-server/src/tools/runBrowserRuntime.d.ts +0 -24
  98. package/esm/apps/agents-server/src/tools/runBrowserWorkflow.d.ts +0 -36
  99. package/esm/apps/agents-server/src/tools/run_browser.d.ts +0 -11
  100. package/esm/apps/agents-server/src/utils/retryWithBackoff.d.ts +0 -95
  101. package/esm/apps/agents-server/src/utils/runBrowserArtifactStorage.d.ts +0 -26
  102. package/umd/apps/agents-server/config.d.ts +0 -86
  103. package/umd/apps/agents-server/src/tools/$provideBrowserForServer.d.ts +0 -28
  104. package/umd/apps/agents-server/src/tools/BrowserConnectionProvider.d.ts +0 -142
  105. package/umd/apps/agents-server/src/tools/runBrowserArtifacts.d.ts +0 -25
  106. package/umd/apps/agents-server/src/tools/runBrowserConstants.d.ts +0 -21
  107. package/umd/apps/agents-server/src/tools/runBrowserErrorHandling.d.ts +0 -60
  108. package/umd/apps/agents-server/src/tools/runBrowserErrors.d.ts +0 -73
  109. package/umd/apps/agents-server/src/tools/runBrowserObservability.d.ts +0 -36
  110. package/umd/apps/agents-server/src/tools/runBrowserResultFormatting.d.ts +0 -47
  111. package/umd/apps/agents-server/src/tools/runBrowserRuntime.d.ts +0 -24
  112. package/umd/apps/agents-server/src/tools/runBrowserWorkflow.d.ts +0 -36
  113. package/umd/apps/agents-server/src/tools/run_browser.d.ts +0 -11
  114. package/umd/apps/agents-server/src/utils/retryWithBackoff.d.ts +0 -95
  115. package/umd/apps/agents-server/src/utils/runBrowserArtifactStorage.d.ts +0 -26
@@ -0,0 +1,10 @@
1
+ import type { string_executable_path } from '../../types/typeAliases';
2
+ /**
3
+ * @@@
4
+ *
5
+ * @param browser It can be "default", "chrome", "firefox", "safari", "ie", "msie", "edge" or "msedge" or executable path to the browser
6
+ * @returns executable path to browser
7
+ *
8
+ * @private within the repository
9
+ */
10
+ export declare function locateDefaultSystemBrowser(): Promise<string_executable_path | null>;
@@ -0,0 +1,7 @@
1
+ import type { string_executable_path } from '../../types/typeAliases';
2
+ /**
3
+ * @@@
4
+ *
5
+ * @private within the repository
6
+ */
7
+ export declare function locateEdge(): Promise<string_executable_path | null>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { string_executable_path } from '../../types/typeAliases';
2
+ /**
3
+ * @@@
4
+ *
5
+ * @private within the repository
6
+ */
7
+ export declare function locateFirefox(): Promise<string_executable_path | null>;
@@ -0,0 +1,7 @@
1
+ import type { string_executable_path } from '../../types/typeAliases';
2
+ /**
3
+ * @@@
4
+ *
5
+ * @private within the repository
6
+ */
7
+ export declare function locateInternetExplorer(): Promise<string_executable_path | null>;
@@ -0,0 +1,7 @@
1
+ import type { string_executable_path } from '../../types/typeAliases';
2
+ /**
3
+ * @@@
4
+ *
5
+ * @private within the repository
6
+ */
7
+ export declare function locateSafari(): Promise<string_executable_path | null>;
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
15
15
  export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
16
16
  /**
17
17
  * Represents the version string of the Promptbook engine.
18
- * It follows semantic versioning (e.g., `0.112.0-0`).
18
+ * It follows semantic versioning (e.g., `0.112.0-12`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/node",
3
- "version": "0.112.0-11",
3
+ "version": "0.112.0-13",
4
4
  "description": "Promptbook: Turn your company's scattered knowledge into AI ready books",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -96,14 +96,13 @@
96
96
  "module": "./esm/index.es.js",
97
97
  "typings": "./esm/typings/src/_packages/node.index.d.ts",
98
98
  "peerDependencies": {
99
- "@promptbook/core": "0.112.0-11"
99
+ "@promptbook/core": "0.112.0-13"
100
100
  },
101
101
  "dependencies": {
102
102
  "@mozilla/readability": "0.6.0",
103
103
  "@openai/agents": "0.4.12",
104
104
  "bottleneck": "2.19.5",
105
105
  "colors": "1.4.0",
106
- "configchecker": "1.5.132",
107
106
  "crypto": "1.0.1",
108
107
  "crypto-js": "4.2.0",
109
108
  "dotenv": "16.3.2",