@promptbook/remote-client 0.104.0-9 → 0.105.0-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 (66) hide show
  1. package/esm/index.es.js +20 -10
  2. package/esm/index.es.js.map +1 -1
  3. package/esm/typings/src/_packages/components.index.d.ts +0 -6
  4. package/esm/typings/src/_packages/core.index.d.ts +10 -6
  5. package/esm/typings/src/_packages/types.index.d.ts +8 -0
  6. package/esm/typings/src/_packages/utils.index.d.ts +2 -0
  7. package/esm/typings/src/book-2.0/agent-source/AgentBasicInformation.d.ts +24 -0
  8. package/esm/typings/src/book-2.0/agent-source/AgentModelRequirements.d.ts +16 -2
  9. package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.tools.test.d.ts +1 -0
  10. package/esm/typings/src/book-2.0/utils/generatePlaceholderAgentProfileImageUrl.d.ts +1 -1
  11. package/esm/typings/src/book-components/Chat/save/_common/string_chat_format_name.d.ts +1 -1
  12. package/esm/typings/src/book-components/Chat/types/ChatMessage.d.ts +23 -3
  13. package/esm/typings/src/book-components/_common/Dropdown/Dropdown.d.ts +5 -1
  14. package/esm/typings/src/book-components/_common/HamburgerMenu/HamburgerMenu.d.ts +5 -1
  15. package/esm/typings/src/book-components/icons/AboutIcon.d.ts +5 -1
  16. package/esm/typings/src/book-components/icons/AttachmentIcon.d.ts +6 -2
  17. package/esm/typings/src/book-components/icons/CameraIcon.d.ts +6 -2
  18. package/esm/typings/src/book-components/icons/DownloadIcon.d.ts +5 -1
  19. package/esm/typings/src/book-components/icons/MenuIcon.d.ts +5 -1
  20. package/esm/typings/src/book-components/icons/SaveIcon.d.ts +6 -2
  21. package/esm/typings/src/collection/agent-collection/AgentCollection.d.ts +1 -1
  22. package/esm/typings/src/collection/agent-collection/constructors/agent-collection-in-supabase/AgentCollectionInSupabase.d.ts +9 -7
  23. package/esm/typings/src/commands/_common/types/Command.d.ts +1 -1
  24. package/esm/typings/src/commitments/IMPORT/IMPORT.d.ts +34 -0
  25. package/esm/typings/src/commitments/META/META_DESCRIPTION.d.ts +41 -0
  26. package/esm/typings/src/commitments/USE_SEARCH_ENGINE/USE_SEARCH_ENGINE.d.ts +2 -2
  27. package/esm/typings/src/commitments/_base/BookCommitment.d.ts +1 -1
  28. package/esm/typings/src/commitments/index.d.ts +2 -1
  29. package/esm/typings/src/config.d.ts +14 -1
  30. package/esm/typings/src/errors/utils/deserializeError.d.ts +1 -1
  31. package/esm/typings/src/execution/PromptResult.d.ts +24 -1
  32. package/esm/typings/src/formfactors/_common/FormfactorDefinition.d.ts +1 -1
  33. package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsForTestingAndScriptsAndPlayground.d.ts +1 -1
  34. package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsForWizardOrCli.d.ts +1 -1
  35. package/esm/typings/src/llm-providers/_common/utils/count-total-usage/LlmExecutionToolsWithTotalUsage.d.ts +1 -1
  36. package/esm/typings/src/llm-providers/_common/utils/count-total-usage/countUsage.d.ts +8 -4
  37. package/esm/typings/src/llm-providers/_common/utils/count-total-usage/limitTotalUsage.d.ts +1 -1
  38. package/esm/typings/src/llm-providers/_multiple/getSingleLlmExecutionTools.d.ts +1 -1
  39. package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +12 -8
  40. package/esm/typings/src/llm-providers/agent/Agent.d.ts +7 -1
  41. package/esm/typings/src/llm-providers/agent/AgentLlmExecutionTools.d.ts +1 -1
  42. package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionToolsOptions.d.ts +5 -0
  43. package/esm/typings/src/llm-providers/openai/utils/mapToolsToOpenAi.d.ts +8 -0
  44. package/esm/typings/src/remote-server/ui/ServerApp.d.ts +5 -1
  45. package/esm/typings/src/scrapers/_common/utils/promptbookFetch.test.d.ts +1 -0
  46. package/esm/typings/src/search-engines/SearchEngine.d.ts +9 -0
  47. package/esm/typings/src/search-engines/SearchResult.d.ts +18 -0
  48. package/esm/typings/src/search-engines/bing/BingSearchEngine.d.ts +15 -0
  49. package/esm/typings/src/search-engines/dummy/DummySearchEngine.d.ts +15 -0
  50. package/esm/typings/src/types/LlmToolDefinition.d.ts +27 -0
  51. package/esm/typings/src/types/ModelRequirements.d.ts +13 -0
  52. package/esm/typings/src/types/Prompt.d.ts +13 -0
  53. package/esm/typings/src/types/typeAliasEmoji.d.ts +2 -2
  54. package/esm/typings/src/utils/misc/parseNumber.d.ts +1 -1
  55. package/esm/typings/src/utils/random/$randomAgentPersona.d.ts +7 -2
  56. package/esm/typings/src/utils/random/$randomItem.d.ts +1 -1
  57. package/esm/typings/src/utils/random/$randomSeed.d.ts +1 -1
  58. package/esm/typings/src/utils/validators/url/isValidAgentUrl.d.ts +16 -0
  59. package/esm/typings/src/utils/validators/url/isValidAgentUrl.test.d.ts +1 -0
  60. package/esm/typings/src/utils/validators/url/isValidPipelineUrl.d.ts +2 -1
  61. package/esm/typings/src/utils/validators/url/isValidUrl.d.ts +4 -3
  62. package/esm/typings/src/version.d.ts +1 -1
  63. package/package.json +2 -2
  64. package/umd/index.umd.js +20 -10
  65. package/umd/index.umd.js.map +1 -1
  66. package/esm/typings/servers.d.ts +0 -50
package/esm/index.es.js CHANGED
@@ -20,7 +20,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
20
20
  * @generated
21
21
  * @see https://github.com/webgptorg/promptbook
22
22
  */
23
- const PROMPTBOOK_ENGINE_VERSION = '0.104.0-9';
23
+ const PROMPTBOOK_ENGINE_VERSION = '0.105.0-0';
24
24
  /**
25
25
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
26
26
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1489,7 +1489,7 @@ const ALL_ERRORS = {
1489
1489
  *
1490
1490
  * @public exported from `@promptbook/utils`
1491
1491
  */
1492
- function deserializeError(error) {
1492
+ function deserializeError(error, isStackAddedToMessage = true) {
1493
1493
  const { name, stack, id } = error; // Added id
1494
1494
  let { message } = error;
1495
1495
  let ErrorClass = ALL_ERRORS[error.name];
@@ -1497,7 +1497,7 @@ function deserializeError(error) {
1497
1497
  ErrorClass = Error;
1498
1498
  message = `${name}: ${message}`;
1499
1499
  }
1500
- if (stack !== undefined && stack !== '') {
1500
+ if (isStackAddedToMessage && stack !== undefined && stack !== '') {
1501
1501
  message = spaceTrim$2((block) => `
1502
1502
  ${block(message)}
1503
1503
 
@@ -1515,9 +1515,10 @@ function deserializeError(error) {
1515
1515
  *
1516
1516
  * Note: [🔂] This function is idempotent.
1517
1517
  * Note: Dataurl are considered perfectly valid.
1518
- * Note: There are two similar functions:
1519
- * - `isValidUrl` which tests any URL
1520
- * - `isValidPipelineUrl` *(this one)* which tests just promptbook URL
1518
+ * Note: There are few similar functions:
1519
+ * - `isValidUrl` *(this one)* which tests any URL
1520
+ * - `isValidAgentUrl` which tests just agent URL
1521
+ * - `isValidPipelineUrl` which tests just pipeline URL
1521
1522
  *
1522
1523
  * @public exported from `@promptbook/utils`
1523
1524
  */
@@ -1969,8 +1970,8 @@ for (let i = 0; i < defaultDiacriticsRemovalMap.length; i++) {
1969
1970
  */
1970
1971
  function removeDiacritics(input) {
1971
1972
  /*eslint no-control-regex: "off"*/
1972
- return input.replace(/[^\u0000-\u007E]/g, (a) => {
1973
- return DIACRITIC_VARIANTS_LETTERS[a] || a;
1973
+ return input.replace(/[^\u0000-\u007E]/g, (character) => {
1974
+ return DIACRITIC_VARIANTS_LETTERS[character] || character;
1974
1975
  });
1975
1976
  }
1976
1977
  /**
@@ -2597,6 +2598,9 @@ const EXPECTATION_UNITS = ['CHARACTERS', 'WORDS', 'SENTENCES', 'LINES', 'PARAGRA
2597
2598
  * @public exported from `@promptbook/utils`
2598
2599
  */
2599
2600
  function parseNumber(value) {
2601
+ if (value === null || value === undefined) {
2602
+ return 0;
2603
+ }
2600
2604
  const originalValue = value;
2601
2605
  if (typeof value === 'number') {
2602
2606
  value = value.toString(); // <- TODO: Maybe more efficient way to do this
@@ -4308,7 +4312,12 @@ const jokerCommandParser = {
4308
4312
  * @see {@link ModelVariant}
4309
4313
  * @public exported from `@promptbook/core`
4310
4314
  */
4311
- const MODEL_VARIANTS = ['COMPLETION', 'CHAT', 'IMAGE_GENERATION', 'EMBEDDING' /* <- TODO [🏳] */ /* <- [🤖] */];
4315
+ const MODEL_VARIANTS = [
4316
+ 'COMPLETION',
4317
+ 'CHAT',
4318
+ 'IMAGE_GENERATION',
4319
+ 'EMBEDDING' /* <- TODO [🏳] */ /* <- [🤖] */,
4320
+ ];
4312
4321
 
4313
4322
  /**
4314
4323
  * Parses the model command
@@ -4827,8 +4836,9 @@ const postprocessCommandParser = {
4827
4836
  /**
4828
4837
  * Tests if given string is valid pipeline URL URL.
4829
4838
  *
4830
- * Note: There are two similar functions:
4839
+ * Note: There are few similar functions:
4831
4840
  * - `isValidUrl` which tests any URL
4841
+ * - `isValidAgentUrl` which tests just agent URL
4832
4842
  * - `isValidPipelineUrl` *(this one)* which tests just pipeline URL
4833
4843
  *
4834
4844
  * @public exported from `@promptbook/utils`