@promptbook/remote-client 0.85.0 → 0.86.0-3

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 CHANGED
@@ -16,6 +16,7 @@
16
16
 
17
17
  ## 🌟 New Features
18
18
 
19
+ - 📂 We have plugin for [VSCode](https://github.com/webgptorg/book-extension) to support `.book` file extension
19
20
  - 💫 Support of [`o3-mini` model by OpenAI](https://openai.com/index/openai-o3-mini/)
20
21
  - 🐋 **Support of [DeepSeek models](https://www.npmjs.com/package/@promptbook/deepseek)**
21
22
  - 💙 Working [the **Book** language v1.0.0](https://github.com/webgptorg/book)
@@ -24,6 +25,10 @@
24
25
 
25
26
 
26
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>
31
+
27
32
  ## 📦 Package `@promptbook/remote-client`
28
33
 
29
34
  - Promptbooks are [divided into several](#-packages) packages, all are published from [single monorepo](https://github.com/webgptorg/promptbook).
@@ -55,7 +60,7 @@ Rest of the documentation is common for **entire promptbook ecosystem**:
55
60
 
56
61
  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**!
57
62
 
58
- 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!
63
+ 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!
59
64
 
60
65
  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.
61
66
 
@@ -84,41 +89,24 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
84
89
  <thead>
85
90
  <tr>
86
91
  <th>Project</th>
87
- <th>Description</th>
88
- <th>Link</th>
92
+ <th>About</th>
89
93
  </tr>
90
94
  </thead>
91
95
  <tbody>
92
96
  <tr>
93
- <td>Core</td>
94
- <td>Promptbook Core is a description and documentation of the basic concepts, ideas and inner workings of how Promptbook should be implemented, and defines what features must be describable by book language.</td>
95
- <td rowspan=2>https://github.com/webgptorg/book</td>
96
- </tr>
97
- <tr>
98
- <td>Book language</td>
97
+ <td><a href="https://github.com/webgptorg/book">Book language</a></td>
99
98
  <td>
100
- Book is a markdown-like language to define core entities like projects, pipelines, knowledge,.... It is designed to be understandable by non-programmers and non-technical people
99
+ Book is a markdown-like language to define core entities like personas, knowledge, tasks,.... It is designed to be understandable by non-programmers and non-technical people<hr>
100
+ There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
101
101
  </td>
102
102
  </tr>
103
103
  <tr>
104
- <td>Promptbook typescript project</td>
105
- <td>Promptbook implementation in TypeScript released as multiple NPM packages</td>
106
- <td>https://github.com/webgptorg/promptbook + <a href="https://www.npmjs.com/package/@promptbook/core#-packages-for-developers">Multiple packages published on NPM</a></td>
104
+ <td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
105
+ <td>Promptbook implementation in TypeScript released as <a href="https://www.npmjs.com/package/@promptbook/core#-packages-for-developers">multiple NPM packages</a> and <a href="https://hub.docker.com/r/hejny/promptbook">Docker HUB</a></td>
107
106
  </tr>
108
107
  <tr>
109
- <td>Promptbook studio</td>
108
+ <td><a href="https://promptbook.studio">Promptbook Studio</a></td>
110
109
  <td>Studio to write Books and instantly publish them as miniapps</td>
111
- <td>
112
- https://promptbook.studio<br/>
113
- https://github.com/hejny/promptbook-studio</td>
114
- </tr><tr>
115
- <td>Hello World</td>
116
- <td>Simple starter kit with Books integrated into the sample applications</td>
117
- <td>
118
- https://github.com/webgptorg/hello-world<br/>
119
- https://github.com/webgptorg/hello-world-node-js<br/>
120
- https://github.com/webgptorg/hello-world-next-js
121
- </td>
122
110
  </tr>
123
111
  </tbody>
124
112
  </table>
package/esm/index.es.js CHANGED
@@ -19,7 +19,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
19
19
  * @generated
20
20
  * @see https://github.com/webgptorg/promptbook
21
21
  */
22
- var PROMPTBOOK_ENGINE_VERSION = '0.85.0-16';
22
+ var PROMPTBOOK_ENGINE_VERSION = '0.86.0-2';
23
23
  /**
24
24
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
25
25
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1390,7 +1390,7 @@ var sectionCommandParser = {
1390
1390
  /**
1391
1391
  * Parses the boilerplate command
1392
1392
  *
1393
- * Note: @@@ This command is used as boilerplate for new commands - it should NOT be used in any `.book.md` file
1393
+ * Note: @@@ This command is used as boilerplate for new commands - it should NOT be used in any `.book` file
1394
1394
  *
1395
1395
  * @see `documentationUrl` for more details
1396
1396
  * @private within the commands folder
@@ -2619,7 +2619,7 @@ function validateParameterName(parameterName) {
2619
2619
  /**
2620
2620
  * Parses the foreach command
2621
2621
  *
2622
- * Note: @@@ This command is used as foreach for new commands - it should NOT be used in any `.book.md` file
2622
+ * Note: @@@ This command is used as foreach for new commands - it should NOT be used in any `.book` file
2623
2623
  *
2624
2624
  * @see `documentationUrl` for more details
2625
2625
  * @public exported from `@promptbook/editable`
@@ -3070,7 +3070,7 @@ var FORMFACTOR_DEFINITIONS = [
3070
3070
  /**
3071
3071
  * Parses the formfactor command
3072
3072
  *
3073
- * Note: @@@ This command is used as formfactor for new commands - it should NOT be used in any `.book.md` file
3073
+ * Note: @@@ This command is used as formfactor for new commands - it should NOT be used in any `.book` file
3074
3074
  *
3075
3075
  * @see `documentationUrl` for more details
3076
3076
  * @public exported from `@promptbook/editable`
@@ -3763,9 +3763,9 @@ var urlCommandParser = {
3763
3763
  * Example usages of the URL command
3764
3764
  */
3765
3765
  examples: [
3766
- 'PIPELINE URL https://promptbook.studio/library/write-cv.book.md',
3767
- 'URL https://promptbook.studio/library/write-cv.book.md',
3768
- 'https://promptbook.studio/library/write-cv.book.md',
3766
+ 'PIPELINE URL https://promptbook.studio/library/write-cv.book',
3767
+ 'URL https://promptbook.studio/library/write-cv.book',
3768
+ 'https://promptbook.studio/library/write-cv.book',
3769
3769
  ],
3770
3770
  /**
3771
3771
  * Parses the URL command