ptbk 0.94.0-13 → 0.94.0-15
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 +1 -10
- package/package.json +3 -3
package/README.md
CHANGED
@@ -36,8 +36,6 @@ Write AI applications using plain human language across multiple models and plat
|
|
36
36
|
|
37
37
|
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**!
|
38
38
|
|
39
|
-
|
40
|
-
|
41
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!
|
42
40
|
|
43
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.
|
@@ -150,7 +148,7 @@ Join our growing community of developers and users:
|
|
150
148
|
<td><a href="https://www.instagram.com/promptbook.studio/">📸 Instagram @promptbook.studio</a></td>
|
151
149
|
<td>Visual updates, UI showcases, and design inspiration</td>
|
152
150
|
</tr>
|
153
|
-
|
151
|
+
|
154
152
|
</tbody>
|
155
153
|
</table>
|
156
154
|
|
@@ -163,9 +161,6 @@ Join our growing community of developers and users:
|
|
163
161
|
|
164
162
|
_A concise, Markdown-based DSL for crafting AI workflows and automations._
|
165
163
|
|
166
|
-
|
167
|
-
|
168
|
-
|
169
164
|
### Introduction
|
170
165
|
|
171
166
|
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.
|
@@ -215,8 +210,6 @@ Personas can have access to different knowledge, tools and actions. They can als
|
|
215
210
|
|
216
211
|
- [PERSONA](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PERSONA.md)
|
217
212
|
|
218
|
-
|
219
|
-
|
220
213
|
### **3. How:** Knowledge, Instruments and Actions
|
221
214
|
|
222
215
|
The resources used by the personas are used to do the work.
|
@@ -316,8 +309,6 @@ The following glossary is used to clarify certain concepts:
|
|
316
309
|
|
317
310
|
_Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
318
311
|
|
319
|
-
|
320
|
-
|
321
312
|
### 💯 Core concepts
|
322
313
|
|
323
314
|
- [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ptbk",
|
3
|
-
"version": "0.94.0-
|
3
|
+
"version": "0.94.0-15",
|
4
4
|
"description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
|
5
5
|
"private": false,
|
6
6
|
"sideEffects": false,
|
@@ -83,10 +83,10 @@
|
|
83
83
|
"words": []
|
84
84
|
},
|
85
85
|
"peerDependencies": {
|
86
|
-
"@promptbook/core": "0.94.0-
|
86
|
+
"@promptbook/core": "0.94.0-15"
|
87
87
|
},
|
88
88
|
"dependencies": {
|
89
|
-
"promptbook": "0.94.0-
|
89
|
+
"promptbook": "0.94.0-15"
|
90
90
|
},
|
91
91
|
"bin": {
|
92
92
|
"ptbk": "bin/promptbook-cli-proxy.js"
|