promptbook 0.88.0-9 → 0.88.0

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.
Files changed (2) hide show
  1. package/README.md +35 -14
  2. package/package.json +27 -27
package/README.md CHANGED
@@ -34,6 +34,8 @@
34
34
 
35
35
  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**!
36
36
 
37
+
38
+
37
39
  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!
38
40
 
39
41
  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.
@@ -44,6 +46,9 @@ This shift is going to happen, whether we are ready for it or not. Our mission i
44
46
 
45
47
 
46
48
 
49
+
50
+
51
+
47
52
  ## 🚀 Get started
48
53
 
49
54
  Take a look at the simple starter kit with books integrated into the **Hello World** sample applications:
@@ -55,6 +60,8 @@ Take a look at the simple starter kit with books integrated into the **Hello Wor
55
60
 
56
61
 
57
62
 
63
+
64
+
58
65
  ## 💜 The Promptbook Project
59
66
 
60
67
  Promptbook project is ecosystem of multiple projects and tools, following is a list of most important pieces of the project:
@@ -90,22 +97,35 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
90
97
  </tbody>
91
98
  </table>
92
99
 
100
+ Hello world examples:
101
+
102
+ - [Hello world](https://github.com/webgptorg/hello-world)
103
+ - [Hello world in Node.js](https://github.com/webgptorg/hello-world-node-js)
104
+ - [Hello world in Next.js](https://github.com/webgptorg/hello-world-next-js)
105
+
106
+
107
+
93
108
  We also have a community of developers and users of **Promptbook**:
94
109
 
95
110
  - [Discord community](https://discord.gg/x3QWNaa89N)
96
111
  - [Landing page `ptbk.io`](https://ptbk.io)
97
112
  - [Github discussions](https://github.com/webgptorg/promptbook/discussions)
98
113
  - [LinkedIn `Promptbook`](https://linkedin.com/company/promptbook)
99
- - [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
114
+ - [Facebook `Promptbook`](https://www.facebook.com/61560776453536)
100
115
 
101
116
  And **Promptbook.studio** branded socials:
102
117
 
118
+
119
+
103
120
  - [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
104
121
 
105
122
  And **Promptujeme** sub-brand:
106
123
 
107
124
  _/Subbrand for Czech clients/_
108
125
 
126
+
127
+
128
+
109
129
  - [Promptujeme.cz](https://www.promptujeme.cz/)
110
130
  - [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
111
131
 
@@ -123,6 +143,8 @@ _/Sub-brand for images and graphics generated via Promptbook prompting/_
123
143
 
124
144
  ## 💙 The Book language
125
145
 
146
+
147
+
126
148
  Following is the documentation and blueprint of the [Book language](https://github.com/webgptorg/book).
127
149
 
128
150
  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.
@@ -172,6 +194,8 @@ Personas can have access to different knowledge, tools and actions. They can als
172
194
 
173
195
  - [PERSONA](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PERSONA.md)
174
196
 
197
+
198
+
175
199
  ### **How:** Knowledge, Instruments and Actions
176
200
 
177
201
  The resources used by the personas are used to do the work.
@@ -247,11 +271,9 @@ Or you can install them separately:
247
271
 
248
272
  ## 📚 Dictionary
249
273
 
250
- ### 📚 Dictionary
251
-
252
274
  The following glossary is used to clarify certain concepts:
253
275
 
254
- #### General LLM / AI terms
276
+ ### General LLM / AI terms
255
277
 
256
278
  - **Prompt drift** is a phenomenon where the AI model starts to generate outputs that are not aligned with the original prompt. This can happen due to the model's training data, the prompt's wording, or the model's architecture.
257
279
  - **Pipeline, workflow or chain** is a sequence of tasks that are executed in a specific order. In the context of AI, a pipeline can refer to a sequence of AI models that are used to process data.
@@ -262,9 +284,13 @@ The following glossary is used to clarify certain concepts:
262
284
  - **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.
263
285
  - **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.
264
286
 
265
- _Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
266
287
 
267
- #### 💯 Core concepts
288
+
289
+ _Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
290
+
291
+
292
+
293
+ ### 💯 Core concepts
268
294
 
269
295
  - [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
270
296
  - [📯 Pipeline](https://github.com/webgptorg/promptbook/discussions/64)
@@ -277,7 +303,7 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
277
303
  - [🔣 Words not tokens](https://github.com/webgptorg/promptbook/discussions/29)
278
304
  - [☯ Separation of concerns](https://github.com/webgptorg/promptbook/discussions/32)
279
305
 
280
- ##### Advanced concepts
306
+ #### Advanced concepts
281
307
 
282
308
  - [📚 Knowledge (Retrieval-augmented generation)](https://github.com/webgptorg/promptbook/discussions/41)
283
309
  - [🌏 Remote server](https://github.com/webgptorg/promptbook/discussions/89)
@@ -292,11 +318,6 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
292
318
  - [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
293
319
  - [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
294
320
 
295
- ### Terms specific to Promptbook TypeScript implementation
296
-
297
- - Anonymous mode
298
- - Application mode
299
-
300
321
 
301
322
 
302
323
  ## 🚂 Promptbook Engine
@@ -367,11 +388,11 @@ See [TODO.md](./TODO.md)
367
388
  <div style="display: flex; align-items: center; gap: 20px;">
368
389
 
369
390
  <a href="https://promptbook.studio/">
370
- <img src="./design/promptbook-studio-logo.png" alt="Partner 3" height="100">
391
+ <img src="./design/promptbook-studio-logo.png" alt="Partner 3" height="70">
371
392
  </a>
372
393
 
373
394
  <a href="https://technologickainkubace.org/en/about-technology-incubation/about-the-project/">
374
- <img src="./other/partners/CI-Technology-Incubation.png" alt="Technology Incubation" height="100">
395
+ <img src="./other/partners/CI-Technology-Incubation.png" alt="Technology Incubation" height="70">
375
396
  </a>
376
397
 
377
398
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptbook",
3
- "version": "0.88.0-9",
3
+ "version": "0.88.0",
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,
@@ -44,33 +44,33 @@
44
44
  },
45
45
  "homepage": "https://ptbk.io/",
46
46
  "peerDependencies": {
47
- "@promptbook/core": "0.88.0-9"
47
+ "@promptbook/core": "0.88.0"
48
48
  },
49
49
  "dependencies": {
50
- "@promptbook/anthropic-claude": "0.88.0-9",
51
- "@promptbook/azure-openai": "0.88.0-9",
52
- "@promptbook/browser": "0.88.0-9",
53
- "@promptbook/cli": "0.88.0-9",
54
- "@promptbook/core": "0.88.0-9",
55
- "@promptbook/deepseek": "0.88.0-9",
56
- "@promptbook/documents": "0.88.0-9",
57
- "@promptbook/editable": "0.88.0-9",
58
- "@promptbook/fake-llm": "0.88.0-9",
59
- "@promptbook/google": "0.88.0-9",
60
- "@promptbook/javascript": "0.88.0-9",
61
- "@promptbook/legacy-documents": "0.88.0-9",
62
- "@promptbook/markdown-utils": "0.88.0-9",
63
- "@promptbook/markitdown": "0.88.0-9",
64
- "@promptbook/node": "0.88.0-9",
65
- "@promptbook/openai": "0.88.0-9",
66
- "@promptbook/pdf": "0.88.0-9",
67
- "@promptbook/remote-client": "0.88.0-9",
68
- "@promptbook/remote-server": "0.88.0-9",
69
- "@promptbook/templates": "0.88.0-9",
70
- "@promptbook/types": "0.88.0-9",
71
- "@promptbook/utils": "0.88.0-9",
72
- "@promptbook/vercel": "0.88.0-9",
73
- "@promptbook/website-crawler": "0.88.0-9",
74
- "@promptbook/wizzard": "0.88.0-9"
50
+ "@promptbook/anthropic-claude": "0.88.0",
51
+ "@promptbook/azure-openai": "0.88.0",
52
+ "@promptbook/browser": "0.88.0",
53
+ "@promptbook/cli": "0.88.0",
54
+ "@promptbook/core": "0.88.0",
55
+ "@promptbook/deepseek": "0.88.0",
56
+ "@promptbook/documents": "0.88.0",
57
+ "@promptbook/editable": "0.88.0",
58
+ "@promptbook/fake-llm": "0.88.0",
59
+ "@promptbook/google": "0.88.0",
60
+ "@promptbook/javascript": "0.88.0",
61
+ "@promptbook/legacy-documents": "0.88.0",
62
+ "@promptbook/markdown-utils": "0.88.0",
63
+ "@promptbook/markitdown": "0.88.0",
64
+ "@promptbook/node": "0.88.0",
65
+ "@promptbook/openai": "0.88.0",
66
+ "@promptbook/pdf": "0.88.0",
67
+ "@promptbook/remote-client": "0.88.0",
68
+ "@promptbook/remote-server": "0.88.0",
69
+ "@promptbook/templates": "0.88.0",
70
+ "@promptbook/types": "0.88.0",
71
+ "@promptbook/utils": "0.88.0",
72
+ "@promptbook/vercel": "0.88.0",
73
+ "@promptbook/website-crawler": "0.88.0",
74
+ "@promptbook/wizzard": "0.88.0"
75
75
  }
76
76
  }