@promptbook/node 0.94.0-15 โ†’ 0.94.0-16

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
@@ -60,15 +60,17 @@ Rest of the documentation is common for **entire promptbook ecosystem**:
60
60
 
61
61
  ## ๐Ÿค The Book Abstract
62
62
 
63
- **It's time for a paradigm shift! The future of software is in plain English, French or Latin.**
63
+ **It's time for a paradigm shift! The future of software is written in plain English, French, or Latin.**
64
64
 
65
65
  During the computer revolution, we have seen [multiple generations of computer languages](https://github.com/webgptorg/promptbook/discussions/180), from the physical rewiring of the vacuum tubes through low-level machine code to the high-level languages like Python or JavaScript. And now, we're on the edge of the **next revolution**!
66
66
 
67
+
68
+
67
69
  It's a revolution of writing software in **plain human language** that is understandable and executable by both humans and machines โ€“ and it's going to change everything!
68
70
 
69
71
  The incredible growth in power of microprocessors and the Moore's Law have been the driving force behind the ever-more powerful languages, and it's been an amazing journey! Similarly, the large language models (like GPT or Claude) are the next big thing in language technology, and they're set to transform the way we interact with computers.
70
72
 
71
- This shift is going to happen, whether we are ready for it or not. Our mission is to make it excellently, not just good.
73
+ This shift will happen whether we're ready or not. Our mission is to make it excellent, not just good.
72
74
 
73
75
  **Join us in this journey!**
74
76
 
@@ -176,7 +178,7 @@ Join our growing community of developers and users:
176
178
  <td><a href="https://www.instagram.com/promptbook.studio/">๐Ÿ“ธ Instagram @promptbook.studio</a></td>
177
179
  <td>Visual updates, UI showcases, and design inspiration</td>
178
180
  </tr>
179
-
181
+
180
182
  </tbody>
181
183
  </table>
182
184
 
@@ -189,6 +191,8 @@ Join our growing community of developers and users:
189
191
 
190
192
  _A concise, Markdown-based DSL for crafting AI workflows and automations._
191
193
 
194
+
195
+
192
196
  ### Introduction
193
197
 
194
198
  Book is a Markdown-based language that simplifies the creation of AI applications, workflows, and automations. With human-readable commands, you can define inputs, outputs, personas, knowledge sources, and actionsโ€”without needing model-specific details.
@@ -216,7 +220,7 @@ Book is a Markdown-based language that simplifies the creation of AI application
216
220
  โ†’ {article}
217
221
  ```
218
222
 
219
- Each part of the book defines one of 3 circles:
223
+ Each part of the book defines one of three circles:
220
224
 
221
225
  ### **1. What:** Workflows, Tasks and Parameters
222
226
 
@@ -238,6 +242,8 @@ Personas can have access to different knowledge, tools and actions. They can als
238
242
 
239
243
  - [PERSONA](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PERSONA.md)
240
244
 
245
+
246
+
241
247
  ### **3. How:** Knowledge, Instruments and Actions
242
248
 
243
249
  The resources used by the personas are used to do the work.
@@ -252,9 +258,9 @@ The resources used by the personas are used to do the work.
252
258
 
253
259
  Book language is based on markdown. It is subset of markdown. It is designed to be easy to read and write. It is designed to be understandable by both humans and machines and without specific knowledge of the language.
254
260
 
255
- The file has `.book` extension. It uses `UTF-8` non BOM encoding.
261
+ The file has a `.book` extension and uses UTF-8 encoding without BOM.
256
262
 
257
- Book has two variants: flat - which is just a prompt with no structure, and full - which has a structure with tasks, commands and prompts.
263
+ Books have two variants: flat โ€” just a prompt without structure, and full โ€” with tasks, commands, and prompts.
258
264
 
259
265
  As it is source code, it can leverage all the features of version control systems like git and does not suffer from the problems of binary formats, proprietary formats, or no-code solutions.
260
266
 
@@ -335,7 +341,9 @@ The following glossary is used to clarify certain concepts:
335
341
  - **Retrieval-augmented generation** is a machine learning paradigm where a model generates text by retrieving relevant information from a large database of text. This approach combines the benefits of generative models and retrieval models.
336
342
  - **Longtail** refers to non-common or rare events, items, or entities that are not well-represented in the training data of machine learning models. Longtail items are often challenging for models to predict accurately.
337
343
 
338
- _Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
344
+ _Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
345
+
346
+
339
347
 
340
348
  ### ๐Ÿ’ฏ Core concepts
341
349
 
package/esm/index.es.js CHANGED
@@ -30,7 +30,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
30
30
  * @generated
31
31
  * @see https://github.com/webgptorg/promptbook
32
32
  */
33
- const PROMPTBOOK_ENGINE_VERSION = '0.94.0-15';
33
+ const PROMPTBOOK_ENGINE_VERSION = '0.94.0-16';
34
34
  /**
35
35
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
36
36
  * Note: [๐Ÿ’ž] Ignore a discrepancy between file name and entity name
@@ -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.94.0-14`).
18
+ * It follows semantic versioning (e.g., `0.94.0-15`).
19
19
  *
20
20
  * @generated
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/node",
3
- "version": "0.94.0-15",
3
+ "version": "0.94.0-16",
4
4
  "description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -86,7 +86,7 @@
86
86
  "module": "./esm/index.es.js",
87
87
  "typings": "./esm/typings/src/_packages/node.index.d.ts",
88
88
  "peerDependencies": {
89
- "@promptbook/core": "0.94.0-15"
89
+ "@promptbook/core": "0.94.0-16"
90
90
  },
91
91
  "dependencies": {
92
92
  "colors": "1.4.0",
package/umd/index.umd.js CHANGED
@@ -46,7 +46,7 @@
46
46
  * @generated
47
47
  * @see https://github.com/webgptorg/promptbook
48
48
  */
49
- const PROMPTBOOK_ENGINE_VERSION = '0.94.0-15';
49
+ const PROMPTBOOK_ENGINE_VERSION = '0.94.0-16';
50
50
  /**
51
51
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
52
52
  * Note: [๐Ÿ’ž] Ignore a discrepancy between file name and entity name