@promptbook/documents 0.92.0 → 0.94.0-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.
- package/README.md +143 -83
- package/esm/index.es.js +6 -1
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +3 -3
- package/umd/index.umd.js +6 -1
- package/umd/index.umd.js.map +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
<!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten -->
|
|
2
2
|
|
|
3
|
-
# ✨ Promptbook
|
|
3
|
+
# ✨ Promptbook: AI apps in plain Language
|
|
4
|
+
|
|
5
|
+
Write AI applications using plain human language across multiple models and platforms.
|
|
4
6
|
|
|
5
7
|
|
|
6
8
|
|
|
@@ -8,20 +10,24 @@
|
|
|
8
10
|
[ Promptbook](https://badge.fury.io/js/promptbook.svg)](https://www.npmjs.com/package/promptbook)
|
|
9
11
|
[ Promptbook](https://packagequality.com/shield/promptbook.svg)](https://packagequality.com/#?package=promptbook)
|
|
10
12
|
[](https://snyk.io/test/github/webgptorg/promptbook)
|
|
13
|
+
[](https://github.com/webgptorg/promptbook/actions)
|
|
14
|
+
[](https://coveralls.io/github/webgptorg/promptbook?branch=main)
|
|
11
15
|
[](https://github.com/webgptorg/promptbook/issues)
|
|
12
16
|
|
|
13
17
|
|
|
14
18
|
|
|
15
|
-
|
|
16
|
-
|
|
17
19
|
## 🌟 New Features
|
|
18
20
|
|
|
19
|
-
-
|
|
20
|
-
- 🐳
|
|
21
|
-
-
|
|
22
|
-
-
|
|
21
|
+
- 💡 VS Code support for `.book` files with syntax highlighting and IntelliSense
|
|
22
|
+
- 🐳 Official Docker image (`hejny/promptbook`) for seamless containerized usage
|
|
23
|
+
- 🔥 Native support for OpenAI `o3-mini`, GPT-4 and other leading LLMs
|
|
24
|
+
- 🔍 DeepSeek integration for advanced knowledge search
|
|
25
|
+
|
|
23
26
|
|
|
24
27
|
|
|
28
|
+
<blockquote style="color: #ff8811">
|
|
29
|
+
<b>⚠ Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
|
|
30
|
+
</blockquote>
|
|
25
31
|
|
|
26
32
|
## 📦 Package `@promptbook/documents`
|
|
27
33
|
|
|
@@ -126,65 +132,92 @@ Hello world examples:
|
|
|
126
132
|
- [Hello world in Node.js](https://github.com/webgptorg/hello-world-node-js)
|
|
127
133
|
- [Hello world in Next.js](https://github.com/webgptorg/hello-world-next-js)
|
|
128
134
|
|
|
135
|
+
### 🌐 Community & Social Media
|
|
129
136
|
|
|
137
|
+
Join our growing community of developers and users:
|
|
130
138
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
139
|
+
<table>
|
|
140
|
+
<thead>
|
|
141
|
+
<tr>
|
|
142
|
+
<th>Platform</th>
|
|
143
|
+
<th>Description</th>
|
|
144
|
+
</tr>
|
|
145
|
+
</thead>
|
|
146
|
+
<tbody>
|
|
147
|
+
<tr>
|
|
148
|
+
<td><a href="https://discord.gg/x3QWNaa89N">💬 Discord</a></td>
|
|
149
|
+
<td>Join our active developer community for discussions and support</td>
|
|
150
|
+
</tr>
|
|
151
|
+
<tr>
|
|
152
|
+
<td><a href="https://github.com/webgptorg/promptbook/discussions">🗣️ GitHub Discussions</a></td>
|
|
153
|
+
<td>Technical discussions, feature requests, and community Q&A</td>
|
|
154
|
+
</tr>
|
|
155
|
+
<tr>
|
|
156
|
+
<td><a href="https://linkedin.com/company/promptbook">👔 LinkedIn</a></td>
|
|
157
|
+
<td>Professional updates and industry insights</td>
|
|
158
|
+
</tr>
|
|
159
|
+
<tr>
|
|
160
|
+
<td><a href="https://www.facebook.com/61560776453536">📱 Facebook</a></td>
|
|
161
|
+
<td>General announcements and community engagement</td>
|
|
162
|
+
</tr>
|
|
163
|
+
<tr>
|
|
164
|
+
<td><a href="https://ptbk.io">🔗 ptbk.io</a></td>
|
|
165
|
+
<td>Official landing page with project information</td>
|
|
166
|
+
</tr>
|
|
167
|
+
</tbody>
|
|
168
|
+
</table>
|
|
150
169
|
|
|
170
|
+
### 🖼️ Product & Brand Channels
|
|
151
171
|
|
|
152
|
-
|
|
153
|
-
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
172
|
+
#### Promptbook.studio
|
|
154
173
|
|
|
155
|
-
|
|
174
|
+
<table>
|
|
175
|
+
<tbody>
|
|
176
|
+
<tr>
|
|
177
|
+
<td><a href="https://www.instagram.com/promptbook.studio/">📸 Instagram @promptbook.studio</a></td>
|
|
178
|
+
<td>Visual updates, UI showcases, and design inspiration</td>
|
|
179
|
+
</tr>
|
|
180
|
+
|
|
181
|
+
</tbody>
|
|
182
|
+
</table>
|
|
156
183
|
|
|
157
|
-
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
158
184
|
|
|
159
|
-
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
160
|
-
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
161
185
|
|
|
162
186
|
|
|
163
187
|
|
|
164
188
|
|
|
189
|
+
## 📘 Book Language Blueprint
|
|
165
190
|
|
|
191
|
+
_A concise, Markdown-based DSL for crafting AI workflows and automations._
|
|
166
192
|
|
|
167
|
-
|
|
193
|
+
---
|
|
168
194
|
|
|
195
|
+
### 📑 Table of Contents
|
|
169
196
|
|
|
197
|
+
- [Introduction](#introduction)
|
|
198
|
+
- [Example](#example)
|
|
199
|
+
- [1. What: Workflows, Tasks & Parameters](#1-what-workflows-tasks--parameters)
|
|
200
|
+
- [2. Who: Personas](#2-who-personas)
|
|
201
|
+
- [3. How: Knowledge, Instruments & Actions](#3-how-knowledge-instruments-and-actions)
|
|
202
|
+
- [General Principles](#general-principles)
|
|
170
203
|
|
|
171
|
-
|
|
204
|
+
### Introduction
|
|
172
205
|
|
|
173
|
-
Book is a language that
|
|
206
|
+
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.
|
|
174
207
|
|
|
175
208
|
### Example
|
|
176
209
|
|
|
177
|
-
```
|
|
178
|
-
# 🌟 My
|
|
210
|
+
```book
|
|
211
|
+
# 🌟 My First Book
|
|
179
212
|
|
|
180
213
|
- BOOK VERSION 1.0.0
|
|
181
214
|
- URL https://promptbook.studio/hello.book
|
|
182
215
|
- INPUT PARAMETER {topic}
|
|
183
216
|
- OUTPUT PARAMETER {article}
|
|
184
217
|
|
|
185
|
-
# Write an
|
|
218
|
+
# Write an Article
|
|
186
219
|
|
|
187
|
-
- PERSONA Jane, marketing specialist with prior experience in
|
|
220
|
+
- PERSONA Jane, marketing specialist with prior experience in tech and AI writing
|
|
188
221
|
- KNOWLEDGE https://wikipedia.org/
|
|
189
222
|
- KNOWLEDGE ./journalist-ethics.pdf
|
|
190
223
|
- EXPECT MIN 1 Sentence
|
|
@@ -192,20 +225,20 @@ Book is a language that can be used to write AI applications, agents, workflows,
|
|
|
192
225
|
|
|
193
226
|
> Write an article about {topic}
|
|
194
227
|
|
|
195
|
-
|
|
228
|
+
→ {article}
|
|
196
229
|
```
|
|
197
230
|
|
|
198
231
|
Each part of the book defines one of 3 circles:
|
|
199
232
|
|
|
200
|
-
### **What:** Workflows, Tasks and Parameters
|
|
233
|
+
### **1. What:** Workflows, Tasks and Parameters
|
|
201
234
|
|
|
202
|
-
What work needs to be done. Each book defines a [workflow
|
|
235
|
+
What work needs to be done. Each book defines a [workflow _(scenario or pipeline)_](https://github.com/webgptorg/promptbook/discussions/88), which is one or more tasks. Each workflow has a fixed input and output. For example, you have a book that generates an article from a topic. Once it generates an article about AI, once about marketing, once about cooking. The workflow (= your AI program) is the same, only the input and output change.
|
|
203
236
|
|
|
204
237
|
**Related commands:**
|
|
205
238
|
|
|
206
239
|
- [PARAMETER](https://github.com/webgptorg/promptbook/blob/main/documents/commands/PARAMETER.md)
|
|
207
240
|
|
|
208
|
-
### **Who:** Personas
|
|
241
|
+
### **2. Who:** Personas
|
|
209
242
|
|
|
210
243
|
Who does the work. Each task is performed by a persona. A persona is a description of your virtual employee. It is a higher abstraction than the model, tokens, temperature, top-k, top-p and other model parameters.
|
|
211
244
|
|
|
@@ -219,7 +252,7 @@ Personas can have access to different knowledge, tools and actions. They can als
|
|
|
219
252
|
|
|
220
253
|
|
|
221
254
|
|
|
222
|
-
### **How:** Knowledge, Instruments and Actions
|
|
255
|
+
### **3. How:** Knowledge, Instruments and Actions
|
|
223
256
|
|
|
224
257
|
The resources used by the personas are used to do the work.
|
|
225
258
|
|
|
@@ -229,7 +262,7 @@ The resources used by the personas are used to do the work.
|
|
|
229
262
|
- [INSTRUMENT](https://github.com/webgptorg/promptbook/blob/main/documents/commands/INSTRUMENT.md) for real-time data like time, location, weather, stock prices, searching the internet, calculations, etc.
|
|
230
263
|
- [ACTION](https://github.com/webgptorg/promptbook/blob/main/documents/commands/ACTION.md) for actions like sending emails, creating files, ending a workflow, etc.
|
|
231
264
|
|
|
232
|
-
### General
|
|
265
|
+
### General Principles
|
|
233
266
|
|
|
234
267
|
Book language is based on markdown. It is subset of markdown. It is designed to be easy to read and write. It is designed to be understandable by both humans and machines and without specific knowledge of the language.
|
|
235
268
|
|
|
@@ -243,6 +276,10 @@ But unlike programming languages, it is designed to be understandable by non-pro
|
|
|
243
276
|
|
|
244
277
|
|
|
245
278
|
|
|
279
|
+
## 📚 Documentation
|
|
280
|
+
|
|
281
|
+
See detailed guides and API reference in the [docs](https://github.com/webgptorg/promptbook/discussions/categories/concepts) or [online](https://discord.gg/x3QWNaa89N).
|
|
282
|
+
|
|
246
283
|
## 🔒 Security
|
|
247
284
|
|
|
248
285
|
For information on reporting security vulnerabilities, see our [Security Policy](./SECURITY.md).
|
|
@@ -323,25 +360,56 @@ _Note: This section is not complete dictionary, more list of general AI / LLM te
|
|
|
323
360
|
- [🤼 Personas](https://github.com/webgptorg/promptbook/discussions/22)
|
|
324
361
|
- [⭕ Parameters](https://github.com/webgptorg/promptbook/discussions/83)
|
|
325
362
|
- [🚀 Pipeline execution](https://github.com/webgptorg/promptbook/discussions/84)
|
|
326
|
-
- [🧪 Expectations](https://github.com/webgptorg/promptbook/discussions/30)
|
|
327
|
-
- [✂️ Postprocessing](https://github.com/webgptorg/promptbook/discussions/31)
|
|
328
|
-
- [🔣 Words not tokens](https://github.com/webgptorg/promptbook/discussions/29)
|
|
329
|
-
- [☯ Separation of concerns](https://github.com/webgptorg/promptbook/discussions/32)
|
|
363
|
+
- [🧪 Expectations](https://github.com/webgptorg/promptbook/discussions/30) - Define what outputs should look like and how they're validated
|
|
364
|
+
- [✂️ Postprocessing](https://github.com/webgptorg/promptbook/discussions/31) - How outputs are refined after generation
|
|
365
|
+
- [🔣 Words not tokens](https://github.com/webgptorg/promptbook/discussions/29) - The human-friendly way to think about text generation
|
|
366
|
+
- [☯ Separation of concerns](https://github.com/webgptorg/promptbook/discussions/32) - How Book language organizes different aspects of AI workflows
|
|
330
367
|
|
|
331
|
-
|
|
368
|
+
### Advanced concepts
|
|
369
|
+
|
|
370
|
+
<table>
|
|
371
|
+
<tr>
|
|
372
|
+
<th>Data & Knowledge Management</th>
|
|
373
|
+
<th>Pipeline Control</th>
|
|
374
|
+
</tr>
|
|
375
|
+
<tr>
|
|
376
|
+
<td>
|
|
377
|
+
<ul>
|
|
378
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/41">📚 Knowledge (RAG)</a> - Retrieve and use external information</li>
|
|
379
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/54">📽 Media handling</a> - Working with images, audio, video, spreadsheets</li>
|
|
380
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/40">🔴 Anomaly detection</a> - Identifying unusual patterns or outputs</li>
|
|
381
|
+
</ul>
|
|
382
|
+
</td>
|
|
383
|
+
<td>
|
|
384
|
+
<ul>
|
|
385
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/89">🌏 Remote server</a> - Executing workflows on remote infrastructure</li>
|
|
386
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/66">🃏 Jokers (conditions)</a> - Adding conditional logic to workflows</li>
|
|
387
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/35">🔳 Metaprompting</a> - Creating prompts that generate other prompts</li>
|
|
388
|
+
</ul>
|
|
389
|
+
</td>
|
|
390
|
+
</tr>
|
|
391
|
+
<tr>
|
|
392
|
+
<th>Language & Output Control</th>
|
|
393
|
+
<th>Advanced Generation</th>
|
|
394
|
+
</tr>
|
|
395
|
+
<tr>
|
|
396
|
+
<td>
|
|
397
|
+
<ul>
|
|
398
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/53">🌏 Linguistically typed languages</a> - Type systems for natural language</li>
|
|
399
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/42">🌍 Auto-Translations</a> - Automatic multilingual support</li>
|
|
400
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/39">👮 Agent adversary expectations</a> - Safety and control mechanisms</li>
|
|
401
|
+
</ul>
|
|
402
|
+
</td>
|
|
403
|
+
<td>
|
|
404
|
+
<ul>
|
|
405
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/37">🔙 Expectation-aware generation</a> - Outputs that meet defined criteria</li>
|
|
406
|
+
<li><a href="https://github.com/webgptorg/promptbook/discussions/33">⏳ Just-in-time fine-tuning</a> - Dynamic model adaptation</li>
|
|
407
|
+
</ul>
|
|
408
|
+
</td>
|
|
409
|
+
</tr>
|
|
410
|
+
</table>
|
|
332
411
|
|
|
333
|
-
|
|
334
|
-
- [🌏 Remote server](https://github.com/webgptorg/promptbook/discussions/89)
|
|
335
|
-
- [🃏 Jokers (conditions)](https://github.com/webgptorg/promptbook/discussions/66)
|
|
336
|
-
- [🔳 Metaprompting](https://github.com/webgptorg/promptbook/discussions/35)
|
|
337
|
-
- [🌏 Linguistically typed languages](https://github.com/webgptorg/promptbook/discussions/53)
|
|
338
|
-
- [🌍 Auto-Translations](https://github.com/webgptorg/promptbook/discussions/42)
|
|
339
|
-
- [📽 Images, audio, video, spreadsheets](https://github.com/webgptorg/promptbook/discussions/54)
|
|
340
|
-
- [🔙 Expectation-aware generation](https://github.com/webgptorg/promptbook/discussions/37)
|
|
341
|
-
- [⏳ Just-in-time fine-tuning](https://github.com/webgptorg/promptbook/discussions/33)
|
|
342
|
-
- [🔴 Anomaly detection](https://github.com/webgptorg/promptbook/discussions/40)
|
|
343
|
-
- [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
|
|
344
|
-
- [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
|
|
412
|
+
<p align="center"><a href="https://github.com/webgptorg/promptbook/discussions/categories/concepts">🔍 View more concepts</a></p>
|
|
345
413
|
|
|
346
414
|
|
|
347
415
|
|
|
@@ -396,36 +464,28 @@ If you have a question [start a discussion](https://github.com/webgptorg/promptb
|
|
|
396
464
|
- [❔ Is Promptbook using RAG _(Retrieval-Augmented Generation)_?](https://github.com/webgptorg/promptbook/discussions/123)
|
|
397
465
|
- [❔ Is Promptbook using function calling?](https://github.com/webgptorg/promptbook/discussions/124)
|
|
398
466
|
|
|
399
|
-
##
|
|
467
|
+
## 📅 Changelog
|
|
400
468
|
|
|
401
469
|
See [CHANGELOG.md](./CHANGELOG.md)
|
|
402
470
|
|
|
403
471
|
## 📜 License
|
|
404
472
|
|
|
405
|
-
|
|
473
|
+
This project is licensed under [BUSL 1.1](./LICENSE.md).
|
|
406
474
|
|
|
407
|
-
##
|
|
475
|
+
## 🤝 Contributing
|
|
408
476
|
|
|
409
|
-
See [
|
|
477
|
+
We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
|
|
410
478
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
<div style="display: flex; align-items: center; gap: 20px;">
|
|
414
|
-
|
|
415
|
-
<a href="https://promptbook.studio/">
|
|
416
|
-
<img src="./design/promptbook-studio-logo.png" alt="Partner 3" height="70">
|
|
417
|
-
</a>
|
|
418
|
-
|
|
419
|
-
<a href="https://technologickainkubace.org/en/about-technology-incubation/about-the-project/">
|
|
420
|
-
<img src="./other/partners/CI-Technology-Incubation.png" alt="Technology Incubation" height="70">
|
|
421
|
-
</a>
|
|
422
|
-
|
|
423
|
-
</div>
|
|
479
|
+
You can also ⭐ star the project, [follow us on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).We are open to [pull requests, feedback, and suggestions](./CONTRIBUTING.md).
|
|
424
480
|
|
|
425
|
-
##
|
|
481
|
+
## 🆘 Support & Community
|
|
426
482
|
|
|
427
|
-
|
|
483
|
+
Need help with Book language? We're here for you!
|
|
428
484
|
|
|
429
|
-
|
|
485
|
+
- 💬 [Join our Discord community](https://discord.gg/x3QWNaa89N) for real-time support
|
|
486
|
+
- 📝 [Browse our GitHub discussions](https://github.com/webgptorg/promptbook/discussions) for FAQs and community knowledge
|
|
487
|
+
- 🐛 [Report issues](https://github.com/webgptorg/book/issues) for bugs or feature requests
|
|
488
|
+
- 📚 Visit [ptbk.io](https://ptbk.io) for more resources and documentation
|
|
489
|
+
- 📧 Contact us directly through the channels listed in our [signpost](./SIGNPOST.md)
|
|
430
490
|
|
|
431
|
-
|
|
491
|
+
We welcome contributions and feedback to make Book language better for everyone!
|
package/esm/index.es.js
CHANGED
|
@@ -28,7 +28,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
28
28
|
* @generated
|
|
29
29
|
* @see https://github.com/webgptorg/promptbook
|
|
30
30
|
*/
|
|
31
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.
|
|
31
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.94.0-0';
|
|
32
32
|
/**
|
|
33
33
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
34
34
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -5684,6 +5684,11 @@ async function executeTask(options) {
|
|
|
5684
5684
|
const jokerParameterNames = currentTask.jokerParameterNames || [];
|
|
5685
5685
|
const preparedContent = (currentTask.preparedContent || '{content}').split('{content}').join(currentTask.content);
|
|
5686
5686
|
// <- TODO: [🍵] Use here `templateParameters` to replace {websiteContent} with option to ignore missing parameters
|
|
5687
|
+
await onProgress({
|
|
5688
|
+
outputParameters: {
|
|
5689
|
+
[currentTask.resultingParameterName]: '',
|
|
5690
|
+
},
|
|
5691
|
+
});
|
|
5687
5692
|
const resultString = await executeFormatSubvalues({
|
|
5688
5693
|
jokerParameterNames,
|
|
5689
5694
|
priority,
|