@promptbook/types 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 +18 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -83,6 +83,8 @@ Rest of the documentation is common for **entire promptbook ecosystem**:
|
|
|
83
83
|
|
|
84
84
|
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**!
|
|
85
85
|
|
|
86
|
+
|
|
87
|
+
|
|
86
88
|
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!
|
|
87
89
|
|
|
88
90
|
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.
|
|
@@ -145,22 +147,29 @@ Hello world examples:
|
|
|
145
147
|
- [Hello world in Node.js](https://github.com/webgptorg/hello-world-node-js)
|
|
146
148
|
- [Hello world in Next.js](https://github.com/webgptorg/hello-world-next-js)
|
|
147
149
|
|
|
150
|
+
|
|
151
|
+
|
|
148
152
|
We also have a community of developers and users of **Promptbook**:
|
|
149
153
|
|
|
150
154
|
- [Discord community](https://discord.gg/x3QWNaa89N)
|
|
151
155
|
- [Landing page `ptbk.io`](https://ptbk.io)
|
|
152
156
|
- [Github discussions](https://github.com/webgptorg/promptbook/discussions)
|
|
153
157
|
- [LinkedIn `Promptbook`](https://linkedin.com/company/promptbook)
|
|
154
|
-
- [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
|
|
158
|
+
- [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
|
|
155
159
|
|
|
156
160
|
And **Promptbook.studio** branded socials:
|
|
157
161
|
|
|
162
|
+
|
|
163
|
+
|
|
158
164
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
159
165
|
|
|
160
166
|
And **Promptujeme** sub-brand:
|
|
161
167
|
|
|
162
168
|
_/Subbrand for Czech clients/_
|
|
163
169
|
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
164
173
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
165
174
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
166
175
|
|
|
@@ -178,6 +187,8 @@ _/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
|
178
187
|
|
|
179
188
|
## 💙 The Book language
|
|
180
189
|
|
|
190
|
+
|
|
191
|
+
|
|
181
192
|
Following is the documentation and blueprint of the [Book language](https://github.com/webgptorg/book).
|
|
182
193
|
|
|
183
194
|
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.
|
|
@@ -227,6 +238,8 @@ Personas can have access to different knowledge, tools and actions. They can als
|
|
|
227
238
|
|
|
228
239
|
- [PERSONA](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PERSONA.md)
|
|
229
240
|
|
|
241
|
+
|
|
242
|
+
|
|
230
243
|
### **How:** Knowledge, Instruments and Actions
|
|
231
244
|
|
|
232
245
|
The resources used by the personas are used to do the work.
|
|
@@ -315,8 +328,12 @@ The following glossary is used to clarify certain concepts:
|
|
|
315
328
|
- **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.
|
|
316
329
|
- **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.
|
|
317
330
|
|
|
331
|
+
|
|
332
|
+
|
|
318
333
|
_Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
319
334
|
|
|
335
|
+
|
|
336
|
+
|
|
320
337
|
### 💯 Core concepts
|
|
321
338
|
|
|
322
339
|
- [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.88.0-
|
|
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,
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"homepage": "https://ptbk.io/",
|
|
46
46
|
"typings": "./esm/typings/src/_packages/types.index.d.ts",
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@promptbook/core": "0.88.0-
|
|
48
|
+
"@promptbook/core": "0.88.0-11"
|
|
49
49
|
}
|
|
50
50
|
}
|