@promptbook/node 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
@@ -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-1';
39
+ const PROMPTBOOK_ENGINE_VERSION = '0.113.0-3';
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](?message=We are posting an order 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