@promptbook/markdown-utils 0.88.0-10 → 0.88.0-11

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
@@ -58,6 +58,8 @@ Rest of the documentation is common for **entire promptbook ecosystem**:
58
58
 
59
59
  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**!
60
60
 
61
+
62
+
61
63
  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!
62
64
 
63
65
  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.
@@ -120,22 +122,29 @@ Hello world examples:
120
122
  - [Hello world in Node.js](https://github.com/webgptorg/hello-world-node-js)
121
123
  - [Hello world in Next.js](https://github.com/webgptorg/hello-world-next-js)
122
124
 
125
+
126
+
123
127
  We also have a community of developers and users of **Promptbook**:
124
128
 
125
129
  - [Discord community](https://discord.gg/x3QWNaa89N)
126
130
  - [Landing page `ptbk.io`](https://ptbk.io)
127
131
  - [Github discussions](https://github.com/webgptorg/promptbook/discussions)
128
132
  - [LinkedIn `Promptbook`](https://linkedin.com/company/promptbook)
129
- - [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
133
+ - [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
130
134
 
131
135
  And **Promptbook.studio** branded socials:
132
136
 
137
+
138
+
133
139
  - [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
134
140
 
135
141
  And **Promptujeme** sub-brand:
136
142
 
137
143
  _/Subbrand for Czech clients/_
138
144
 
145
+
146
+
147
+
139
148
  - [Promptujeme.cz](https://www.promptujeme.cz/)
140
149
  - [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
141
150
 
@@ -153,6 +162,8 @@ _/Sub-brand for images and graphics generated via Promptbook prompting/_
153
162
 
154
163
  ## 💙 The Book language
155
164
 
165
+
166
+
156
167
  Following is the documentation and blueprint of the [Book language](https://github.com/webgptorg/book).
157
168
 
158
169
  Book is a language that can be used to write AI applications, agents, workflows, automations, knowledgebases, translators, sheet processors, email automations and more. It allows you to harness the power of AI models in human-like terms, without the need to know the specifics and technicalities of the models.
@@ -202,6 +213,8 @@ Personas can have access to different knowledge, tools and actions. They can als
202
213
 
203
214
  - [PERSONA](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PERSONA.md)
204
215
 
216
+
217
+
205
218
  ### **How:** Knowledge, Instruments and Actions
206
219
 
207
220
  The resources used by the personas are used to do the work.
@@ -290,8 +303,12 @@ The following glossary is used to clarify certain concepts:
290
303
  - **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.
291
304
  - **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.
292
305
 
306
+
307
+
293
308
  _Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
294
309
 
310
+
311
+
295
312
  ### 💯 Core concepts
296
313
 
297
314
  - [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
package/esm/index.es.js CHANGED
@@ -25,7 +25,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
25
25
  * @generated
26
26
  * @see https://github.com/webgptorg/promptbook
27
27
  */
28
- const PROMPTBOOK_ENGINE_VERSION = '0.88.0-10';
28
+ const PROMPTBOOK_ENGINE_VERSION = '0.88.0-11';
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/markdown-utils",
3
- "version": "0.88.0-10",
3
+ "version": "0.88.0-11",
4
4
  "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
5
5
  "private": false,
6
6
  "sideEffects": false,
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.88.0-10';
28
+ const PROMPTBOOK_ENGINE_VERSION = '0.88.0-11';
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