@promptbook/node 0.113.0-0 → 0.113.0-2
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 +3 -2
- package/esm/index.es.js.map +1 -1
- package/esm/src/book-components/Chat/Chat/CitationIframePreview.d.ts +2 -2
- package/esm/src/book-components/Chat/Chat/CitationIframePreview.test.d.ts +2 -0
- package/esm/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +3 -2
- package/umd/index.umd.js.map +1 -1
- package/umd/src/book-components/Chat/Chat/CitationIframePreview.d.ts +2 -2
- package/umd/src/book-components/Chat/Chat/CitationIframePreview.test.d.ts +2 -0
- package/umd/src/version.d.ts +1 -1
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
|
|
@@ -294,8 +288,6 @@ TEAM You are part of the legal team of Paul Smith & Associés, you discuss with
|
|
|
294
288
|
|
|
295
289
|
</td></tr></table>
|
|
296
290
|
|
|
297
|
-
|
|
298
|
-
|
|
299
291
|
### Promptbook Ecosystem
|
|
300
292
|
|
|
301
293
|
Promptbook is an ecosystem of tools centered around the **Agents Server** - a production-ready platform for running persistent AI agents.
|
|
@@ -318,8 +310,6 @@ The [Promptbook Engine](https://github.com/webgptorg/promptbook) is the open-sou
|
|
|
318
310
|
|
|
319
311
|
|
|
320
312
|
|
|
321
|
-
|
|
322
|
-
|
|
323
313
|
## 💜 The Promptbook Project
|
|
324
314
|
|
|
325
315
|
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:
|
|
@@ -357,8 +347,6 @@ Promptbook project is an ecosystem centered around the **Agents Server** - a pla
|
|
|
357
347
|
</tbody>
|
|
358
348
|
</table>
|
|
359
349
|
|
|
360
|
-
|
|
361
|
-
|
|
362
350
|
### 🌐 Community & Social Media
|
|
363
351
|
|
|
364
352
|
Join our growing community of developers and users:
|
|
@@ -415,8 +403,6 @@ Join our growing community of developers and users:
|
|
|
415
403
|
|
|
416
404
|
|
|
417
405
|
|
|
418
|
-
|
|
419
|
-
|
|
420
406
|
## 📚 Documentation
|
|
421
407
|
|
|
422
408
|
See detailed guides and API reference in the [docs](https://github.com/webgptorg/promptbook/discussions/categories/concepts) or [online](https://discord.gg/x3QWNaa89N).
|
|
@@ -624,8 +610,6 @@ The following glossary is used to clarify certain concepts:
|
|
|
624
610
|
|
|
625
611
|
_Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
626
612
|
|
|
627
|
-
|
|
628
|
-
|
|
629
613
|
### 💯 Core concepts
|
|
630
614
|
|
|
631
615
|
- [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
|
package/esm/index.es.js
CHANGED
|
@@ -36,7 +36,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
36
36
|
* @generated
|
|
37
37
|
* @see https://github.com/webgptorg/promptbook
|
|
38
38
|
*/
|
|
39
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.113.0-
|
|
39
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.113.0-2';
|
|
40
40
|
/**
|
|
41
41
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
42
42
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -4574,9 +4574,10 @@ function buildAgentMessagePrompt(messageRelativePath, agentSystemMessage) {
|
|
|
4574
4574
|
|
|
4575
4575
|
[Up to 50,000 CZK](?message=We are posting an order up to 50,000 CZK)
|
|
4576
4576
|
[Up to 100,000 CZK](?message=We are posting an order up to 100,000 CZK)
|
|
4577
|
-
[Over 100,000 CZK](?
|
|
4577
|
+
[Over 100,000 CZK](?messageDraft=We are posting an order over 100,000 CZK)
|
|
4578
4578
|
\`\`\`
|
|
4579
4579
|
|
|
4580
|
+
- You can use \`message\` for message that will be sent immediately after clicking the button, or \`messageDraft\` for message that will be prefilled in the input field for editing before sending.
|
|
4580
4581
|
|
|
4581
4582
|
## This is how you should behave
|
|
4582
4583
|
|