@promptbook/markdown-utils 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 +1 -17
- package/esm/index.es.js +1 -1
- package/esm/src/book-components/Chat/Chat/CitationIframePreview.d.ts +1 -1
- package/esm/src/book-components/Chat/Chat/CitationIframePreview.test.d.ts +2 -0
- package/esm/src/version.d.ts +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +1 -1
- package/umd/src/book-components/Chat/Chat/CitationIframePreview.d.ts +1 -1
- package/umd/src/book-components/Chat/Chat/CitationIframePreview.test.d.ts +2 -0
- package/umd/src/version.d.ts +1 -1
- package/esm/src/book-components/Chat/utils/livePagePreviewConstants.d.ts +0 -12
- package/umd/src/book-components/Chat/utils/livePagePreviewConstants.d.ts +0 -12
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
|
-
|
|
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
|
|
@@ -322,8 +316,6 @@ TEAM You are part of the legal team of Paul Smith & Associés, you discuss with
|
|
|
322
316
|
|
|
323
317
|
</td></tr></table>
|
|
324
318
|
|
|
325
|
-
|
|
326
|
-
|
|
327
319
|
### Promptbook Ecosystem
|
|
328
320
|
|
|
329
321
|
Promptbook is an ecosystem of tools centered around the **Agents Server** - a production-ready platform for running persistent AI agents.
|
|
@@ -346,8 +338,6 @@ The [Promptbook Engine](https://github.com/webgptorg/promptbook) is the open-sou
|
|
|
346
338
|
|
|
347
339
|
|
|
348
340
|
|
|
349
|
-
|
|
350
|
-
|
|
351
341
|
## 💜 The Promptbook Project
|
|
352
342
|
|
|
353
343
|
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:
|
|
@@ -385,8 +375,6 @@ Promptbook project is an ecosystem centered around the **Agents Server** - a pla
|
|
|
385
375
|
</tbody>
|
|
386
376
|
</table>
|
|
387
377
|
|
|
388
|
-
|
|
389
|
-
|
|
390
378
|
### 🌐 Community & Social Media
|
|
391
379
|
|
|
392
380
|
Join our growing community of developers and users:
|
|
@@ -443,8 +431,6 @@ Join our growing community of developers and users:
|
|
|
443
431
|
|
|
444
432
|
|
|
445
433
|
|
|
446
|
-
|
|
447
|
-
|
|
448
434
|
## 📚 Documentation
|
|
449
435
|
|
|
450
436
|
See detailed guides and API reference in the [docs](https://github.com/webgptorg/promptbook/discussions/categories/concepts) or [online](https://discord.gg/x3QWNaa89N).
|
|
@@ -652,8 +638,6 @@ The following glossary is used to clarify certain concepts:
|
|
|
652
638
|
|
|
653
639
|
_Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
654
640
|
|
|
655
|
-
|
|
656
|
-
|
|
657
641
|
### 💯 Core concepts
|
|
658
642
|
|
|
659
643
|
- [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
|
package/esm/index.es.js
CHANGED
|
@@ -22,7 +22,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
22
22
|
* @generated
|
|
23
23
|
* @see https://github.com/webgptorg/promptbook
|
|
24
24
|
*/
|
|
25
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.113.0-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.113.0-3';
|
|
26
26
|
/**
|
|
27
27
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
28
28
|
* 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
|
|
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>`.
|
package/esm/src/version.d.ts
CHANGED
|
@@ -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-
|
|
18
|
+
* It follows semantic versioning (e.g., `0.113.0-1`).
|
|
19
19
|
*
|
|
20
20
|
* @generated
|
|
21
21
|
*/
|
package/package.json
CHANGED
package/umd/index.umd.js
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
* @generated
|
|
26
26
|
* @see https://github.com/webgptorg/promptbook
|
|
27
27
|
*/
|
|
28
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.113.0-
|
|
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
|
|
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>`.
|
package/umd/src/version.d.ts
CHANGED
|
@@ -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-
|
|
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;
|