@promptbook/components 0.112.0-135 → 0.112.0-136

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/esm/servers.d.ts CHANGED
@@ -25,15 +25,7 @@ type ServerConfiguration = {
25
25
  url: string_promptbook_server_url;
26
26
  };
27
27
  /**
28
- * Core Promptbook server configuration
29
- *
30
- * Used for "Adam" agent which is built in as default ancestor for new agents and other well known agents
31
- *
32
- * @public exported from `@promptbook/core`
33
- */
34
- export declare const CORE_AGENTS_SERVER: ServerConfiguration;
35
- /**
36
- * Names of well known agents hosted on Core Promptbook server
28
+ * Names of well known agents bundled in the local `.core` folder of every Agents Server
37
29
  *
38
30
  * - `Adam`: The default ancestor agent for new agents
39
31
  * - `Teacher`: Agent that knows book syntax and can help with self-learning
@@ -221,7 +221,6 @@ import { normalizeChatAttachments } from '../utils/chat/chatAttachments/normaliz
221
221
  import { resolveChatAttachmentContents } from '../utils/chat/chatAttachments/resolveChatAttachmentContents';
222
222
  import { aboutPromptbookInformation } from '../utils/misc/aboutPromptbookInformation';
223
223
  import { $generateBookBoilerplate } from '../utils/random/$generateBookBoilerplate';
224
- import { CORE_AGENTS_SERVER } from '../../servers';
225
224
  import { CORE_AGENTS_SERVER_WELL_KNOWN_AGENT_NAMES } from '../../servers';
226
225
  import { PUBLIC_AGENTS_SERVERS } from '../../servers';
227
226
  export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };
@@ -447,6 +446,5 @@ export { normalizeChatAttachments };
447
446
  export { resolveChatAttachmentContents };
448
447
  export { aboutPromptbookInformation };
449
448
  export { $generateBookBoilerplate };
450
- export { CORE_AGENTS_SERVER };
451
449
  export { CORE_AGENTS_SERVER_WELL_KNOWN_AGENT_NAMES };
452
450
  export { PUBLIC_AGENTS_SERVERS };
@@ -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-133`).
18
+ * It follows semantic versioning (e.g., `0.112.0-135`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/components",
3
- "version": "0.112.0-135",
3
+ "version": "0.112.0-136",
4
4
  "description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
5
5
  "private": false,
6
6
  "sideEffects": false,
package/umd/index.umd.js CHANGED
@@ -34,7 +34,7 @@
34
34
  * @generated
35
35
  * @see https://github.com/webgptorg/promptbook
36
36
  */
37
- const PROMPTBOOK_ENGINE_VERSION = '0.112.0-135';
37
+ const PROMPTBOOK_ENGINE_VERSION = '0.112.0-136';
38
38
  /**
39
39
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
40
40
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -22672,19 +22672,6 @@
22672
22672
  var styles$d = {"BookEditor":"BookEditor-module_BookEditor__s-0PU","bookEditorContainer":"BookEditor-module_bookEditorContainer__wLMwM","isVerbose":"BookEditor-module_isVerbose__VQ6iL","bookEditorWrapper":"BookEditor-module_bookEditorWrapper__twppD","isBorderRadiusDisabled":"BookEditor-module_isBorderRadiusDisabled__h1I3v","dropOverlay":"BookEditor-module_dropOverlay__xWWoX","bookEditorActionbar":"BookEditor-module_bookEditorActionbar__KW6dc","fullscreen":"BookEditor-module_fullscreen__rktsl","button":"BookEditor-module_button__hS390","savedNotification":"BookEditor-module_savedNotification__OiX9L","fadeOut":"BookEditor-module_fadeOut__q8JnR","uploadPanel":"BookEditor-module_uploadPanel__2JJtD","uploadPanelHeader":"BookEditor-module_uploadPanelHeader__pdJd2","uploadPanelTitle":"BookEditor-module_uploadPanelTitle__TJIVF","uploadPanelHeaderMeta":"BookEditor-module_uploadPanelHeaderMeta__Xw0uI","uploadPanelSummary":"BookEditor-module_uploadPanelSummary__rwSbG","uploadRowStatus":"BookEditor-module_uploadRowStatus__jsUb-","uploadRowMeta":"BookEditor-module_uploadRowMeta__1lz9h","uploadPanelProgressBar":"BookEditor-module_uploadPanelProgressBar__a6pjf","uploadPanelProgressFill":"BookEditor-module_uploadPanelProgressFill__l-TKR","uploadRowProgressBar":"BookEditor-module_uploadRowProgressBar__NoBA7","uploadPanelList":"BookEditor-module_uploadPanelList__VxEd5","uploadRow":"BookEditor-module_uploadRow__QiSFg","uploadRowHeader":"BookEditor-module_uploadRowHeader__po0j5","uploadRowName":"BookEditor-module_uploadRowName__doQRO","uploadRowProgressFill":"BookEditor-module_uploadRowProgressFill__TrP7e","uploadRowActions":"BookEditor-module_uploadRowActions__5Y1Mq","uploadActionButton":"BookEditor-module_uploadActionButton__CqJrr","uploadRowError":"BookEditor-module_uploadRowError__eEHWw","aboutPromptbookInformation":"BookEditor-module_aboutPromptbookInformation__eiBL0"};
22673
22673
  styleInject(css_248z$d);
22674
22674
 
22675
- /**
22676
- * Core Promptbook server configuration
22677
- *
22678
- * Used for "Adam" agent which is built in as default ancestor for new agents and other well known agents
22679
- *
22680
- * @public exported from `@promptbook/core`
22681
- */
22682
- const CORE_AGENTS_SERVER = {
22683
- title: 'Promptbook Core',
22684
- description: `Core Promptbook server used for Adam agent which is built in as default ancestor for new agents and other well known agents.`,
22685
- owner: PROMPTBOOK_LEGAL_ENTITY,
22686
- url: 'https://core.ptbk.io/',
22687
- };
22688
22675
  // <- TODO: [🆎] Allow to override (set) well-known agent names via Metadata
22689
22676
  /**
22690
22677
  * Available agents servers for the Promptbook
@@ -22694,7 +22681,6 @@
22694
22681
  * @public exported from `@promptbook/core`
22695
22682
  */
22696
22683
  const PUBLIC_AGENTS_SERVERS = [
22697
- CORE_AGENTS_SERVER,
22698
22684
  {
22699
22685
  title: 'Promptbook Gallery',
22700
22686
  description: `Gallery of ideas, AI professions,... like AI Agenta photobank.`,