ptbk 0.95.0 → 0.98.0-10
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 +8 -0
- package/package.json +3 -3
package/README.md
CHANGED
@@ -36,6 +36,8 @@ 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
|
+
|
39
41
|
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!
|
40
42
|
|
41
43
|
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.
|
@@ -161,6 +163,8 @@ Join our growing community of developers and users:
|
|
161
163
|
|
162
164
|
_A concise, Markdown-based DSL for crafting AI workflows and automations._
|
163
165
|
|
166
|
+
|
167
|
+
|
164
168
|
### Introduction
|
165
169
|
|
166
170
|
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.
|
@@ -210,6 +214,8 @@ Personas can have access to different knowledge, tools and actions. They can als
|
|
210
214
|
|
211
215
|
- [PERSONA](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PERSONA.md)
|
212
216
|
|
217
|
+
|
218
|
+
|
213
219
|
### **3. How:** Knowledge, Instruments and Actions
|
214
220
|
|
215
221
|
The resources used by the personas are used to do the work.
|
@@ -309,6 +315,8 @@ The following glossary is used to clarify certain concepts:
|
|
309
315
|
|
310
316
|
_Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
311
317
|
|
318
|
+
|
319
|
+
|
312
320
|
### 💯 Core concepts
|
313
321
|
|
314
322
|
- [📚 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.
|
3
|
+
"version": "0.98.0-10",
|
4
4
|
"description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
|
5
5
|
"private": false,
|
6
6
|
"sideEffects": false,
|
@@ -71,10 +71,10 @@
|
|
71
71
|
"npm": ">=8.0.0"
|
72
72
|
},
|
73
73
|
"peerDependencies": {
|
74
|
-
"@promptbook/core": "0.
|
74
|
+
"@promptbook/core": "0.98.0-10"
|
75
75
|
},
|
76
76
|
"dependencies": {
|
77
|
-
"promptbook": "0.
|
77
|
+
"promptbook": "0.98.0-10"
|
78
78
|
},
|
79
79
|
"bin": {
|
80
80
|
"ptbk": "bin/promptbook-cli-proxy.js"
|