@promptbook/documents 0.113.0-1 → 0.113.0-3

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.md CHANGED
@@ -23,13 +23,7 @@ Create persistent AI agents that turn your company's scattered knowledge into ac
23
23
 
24
24
 
25
25
 
26
- [![Vercel](https://img.shields.io/badge/Vercel-Deploy%20Agents%20Server-black?logo=vercel)](https://vercel.com/new/clone?project-name=promptbook-agents-server&repository-name=promptbook-agents-server&repository-url=https%3A%2F%2Fgithub.com%2Fwebgptorg%2Fpromptbook&root-directory=apps%2Fagents-server&demo-title=Promptbook+Agents+Server&demo-description=Persistent+AI+agents+with+a+built-in+admin+UI.+This+deploy+creates+a+Supabase+project+automatically%2C+injects+the+required+database+credentials%2C+and+Promptbook+runs+the+SQL+migrations+on+first+startup.&demo-url=https%3A%2F%2Fgallery.ptbk.io%2F&external-id=https%3A%2F%2Fgithub.com%2Fwebgptorg%2Fpromptbook%2Ftree%2Fmain%2Fapps%2Fagents-server&env=OPENAI_API_KEY%2CADMIN_PASSWORD%2CSUPABASE_AUTO_MIGRATE&envDescription=Supabase+is+created+automatically+by+the+required+Vercel+integration.+Add+OPENAI_API_KEY+from+https%3A%2F%2Fplatform.openai.com%2Fapi-keys%2C+choose+ADMIN_PASSWORD+for+your+first+admin+login%2C+and+leave+SUPABASE_AUTO_MIGRATE+enabled.&envLink=https%3A%2F%2Fgithub.com%2Fwebgptorg%2Fpromptbook%2Fblob%2Fmain%2FREADME.md%23vercel-form-fields&envDefaults=%7B%22SUPABASE_AUTO_MIGRATE%22%3A%22true%22%7D&stores=%5B%7B%22type%22%3A%22integration%22%2C%22integrationSlug%22%3A%22supabase%22%2C%22productSlug%22%3A%22supabase%22%7D%5D)
27
-
28
-
29
-
30
- ### Standalone VPS
31
-
32
- Run the standalone VPS installer only on a fresh server. Interactive mode asks for the installation values:
26
+ Run the standalone VPS installer _(for example on DigitalOcean)_ only on a fresh server. Interactive mode asks for the installation values:
33
27
 
34
28
  ```bash
35
29
  sudo curl -fsSL https://raw.githubusercontent.com/webgptorg/promptbook/refs/heads/main/other/vps/install.sh | bash
@@ -239,8 +233,6 @@ TEAM You are part of the legal team of Paul Smith & Associés, you discuss with
239
233
 
240
234
  </td></tr></table>
241
235
 
242
-
243
-
244
236
  ### Promptbook Ecosystem
245
237
 
246
238
  Promptbook is an ecosystem of tools centered around the **Agents Server** - a production-ready platform for running persistent AI agents.
@@ -263,8 +255,6 @@ The [Promptbook Engine](https://github.com/webgptorg/promptbook) is the open-sou
263
255
 
264
256
 
265
257
 
266
-
267
-
268
258
  ## 💜 The Promptbook Project
269
259
 
270
260
  Promptbook project is an ecosystem centered around the **Agents Server** - a platform for creating, deploying, and running persistent AI agents. Following is a list of the most important pieces of the project:
@@ -302,8 +292,6 @@ Promptbook project is an ecosystem centered around the **Agents Server** - a pla
302
292
  </tbody>
303
293
  </table>
304
294
 
305
-
306
-
307
295
  ### 🌐 Community & Social Media
308
296
 
309
297
  Join our growing community of developers and users:
@@ -360,8 +348,6 @@ Join our growing community of developers and users:
360
348
 
361
349
 
362
350
 
363
-
364
-
365
351
  ## 📚 Documentation
366
352
 
367
353
  See detailed guides and API reference in the [docs](https://github.com/webgptorg/promptbook/discussions/categories/concepts) or [online](https://discord.gg/x3QWNaa89N).
@@ -569,8 +555,6 @@ The following glossary is used to clarify certain concepts:
569
555
 
570
556
  _Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
571
557
 
572
-
573
-
574
558
  ### 💯 Core concepts
575
559
 
576
560
  - [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
package/esm/index.es.js CHANGED
@@ -25,7 +25,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
25
25
  * @generated
26
26
  * @see https://github.com/webgptorg/promptbook
27
27
  */
28
- const PROMPTBOOK_ENGINE_VERSION = '0.113.0-1';
28
+ const PROMPTBOOK_ENGINE_VERSION = '0.113.0-3';
29
29
  /**
30
30
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
31
31
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -9,7 +9,7 @@ export type CitationIframePreviewProps = {
9
9
  };
10
10
  /**
11
11
  * Renders a citation URL preview as an iframe when the target page allows embedding,
12
- * or falls back to a live server-side browser preview with an "Open in new tab" link
12
+ * or falls back to a live server-side browser stream with an "Open in new tab" link
13
13
  * when it does not (e.g. X-Frame-Options: DENY / SAMEORIGIN).
14
14
  *
15
15
  * Embedding capability is determined by `GET /api/page-preview/check?url=<url>`.
@@ -0,0 +1,2 @@
1
+ /** @jest-environment jsdom */
2
+ export {};
@@ -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.113.0-0`).
18
+ * It follows semantic versioning (e.g., `0.113.0-1`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/documents",
3
- "version": "0.113.0-1",
3
+ "version": "0.113.0-3",
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,
@@ -99,7 +99,7 @@
99
99
  "types": "./esm/src/_packages/documents.index.d.ts",
100
100
  "typings": "./esm/src/_packages/documents.index.d.ts",
101
101
  "peerDependencies": {
102
- "@promptbook/core": "0.113.0-1"
102
+ "@promptbook/core": "0.113.0-3"
103
103
  },
104
104
  "dependencies": {
105
105
  "colors": "1.4.0",
package/umd/index.umd.js CHANGED
@@ -26,7 +26,7 @@
26
26
  * @generated
27
27
  * @see https://github.com/webgptorg/promptbook
28
28
  */
29
- const PROMPTBOOK_ENGINE_VERSION = '0.113.0-1';
29
+ const PROMPTBOOK_ENGINE_VERSION = '0.113.0-3';
30
30
  /**
31
31
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
32
32
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -9,7 +9,7 @@ export type CitationIframePreviewProps = {
9
9
  };
10
10
  /**
11
11
  * Renders a citation URL preview as an iframe when the target page allows embedding,
12
- * or falls back to a live server-side browser preview with an "Open in new tab" link
12
+ * or falls back to a live server-side browser stream with an "Open in new tab" link
13
13
  * when it does not (e.g. X-Frame-Options: DENY / SAMEORIGIN).
14
14
  *
15
15
  * Embedding capability is determined by `GET /api/page-preview/check?url=<url>`.
@@ -0,0 +1,2 @@
1
+ /** @jest-environment jsdom */
2
+ export {};
@@ -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.113.0-0`).
18
+ * It follows semantic versioning (e.g., `0.113.0-1`).
19
19
  *
20
20
  * @generated
21
21
  */
@@ -1,12 +0,0 @@
1
- /**
2
- * Width of the browser viewport used for live knowledge previews.
3
- *
4
- * @private shared constant of Agents Server knowledge previews
5
- */
6
- export declare const LIVE_PAGE_PREVIEW_VIEWPORT_WIDTH = 1280;
7
- /**
8
- * Height of the browser viewport used for live knowledge previews.
9
- *
10
- * @private shared constant of Agents Server knowledge previews
11
- */
12
- export declare const LIVE_PAGE_PREVIEW_VIEWPORT_HEIGHT = 800;
@@ -1,12 +0,0 @@
1
- /**
2
- * Width of the browser viewport used for live knowledge previews.
3
- *
4
- * @private shared constant of Agents Server knowledge previews
5
- */
6
- export declare const LIVE_PAGE_PREVIEW_VIEWPORT_WIDTH = 1280;
7
- /**
8
- * Height of the browser viewport used for live knowledge previews.
9
- *
10
- * @private shared constant of Agents Server knowledge previews
11
- */
12
- export declare const LIVE_PAGE_PREVIEW_VIEWPORT_HEIGHT = 800;