ptbk 0.86.5 → 0.86.6
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 +13 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -72,17 +72,22 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
72
72
|
<tr>
|
|
73
73
|
<td><a href="https://github.com/webgptorg/book">Book language</a></td>
|
|
74
74
|
<td>
|
|
75
|
-
Book is a
|
|
75
|
+
Book is a human-understandable markup language for writing AI applications such as chatbots, knowledge bases, agents, avarars, translators, automations and more.
|
|
76
|
+
<hr>
|
|
76
77
|
There is also <a href="https://github.com/webgptorg/book-extension">a plugin for VSCode</a> to support <code>.book</code> file extension
|
|
77
78
|
</td>
|
|
78
79
|
</tr>
|
|
79
80
|
<tr>
|
|
80
81
|
<td><a href="https://github.com/webgptorg/promptbook">Promptbook Engine</a></td>
|
|
81
|
-
<td>
|
|
82
|
+
<td>
|
|
83
|
+
Promptbook engine can run applications written in Book language. It is 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>
|
|
84
|
+
</td>
|
|
82
85
|
</tr>
|
|
83
86
|
<tr>
|
|
84
87
|
<td><a href="https://promptbook.studio">Promptbook Studio</a></td>
|
|
85
|
-
<td>
|
|
88
|
+
<td>
|
|
89
|
+
Promptbook.studio is a web-based editor and runner for book applications. It is still in the experimental MVP stage.
|
|
90
|
+
</td>
|
|
86
91
|
</tr>
|
|
87
92
|
</tbody>
|
|
88
93
|
</table>
|
|
@@ -101,25 +106,25 @@ And **Promptbook.studio** branded socials:
|
|
|
101
106
|
|
|
102
107
|
- [Instagram `@promptbook.studio`](https://www.instagram.com/promptbook.studio/)
|
|
103
108
|
|
|
104
|
-
|
|
105
|
-
|
|
106
109
|
And **Promptujeme** sub-brand:
|
|
107
110
|
|
|
108
|
-
|
|
111
|
+
_/Subbrand for Czech clients/_
|
|
112
|
+
|
|
109
113
|
|
|
110
114
|
|
|
111
115
|
|
|
112
116
|
- [Promptujeme.cz](https://www.promptujeme.cz/)
|
|
113
117
|
- [Facebook `Promptujeme`](https://www.facebook.com/promptujeme/)
|
|
114
118
|
|
|
115
|
-
|
|
116
119
|
And **Promptbook.city** branded socials:
|
|
117
120
|
|
|
118
|
-
|
|
121
|
+
_/Sub-brand for images and graphics generated via Promptbook prompting/_
|
|
119
122
|
|
|
120
123
|
- [Instagram `@promptbook.city`](https://www.instagram.com/promptbook.city/)
|
|
121
124
|
- [Facebook `Promptbook City`](https://www.facebook.com/61565718625569)
|
|
122
125
|
|
|
126
|
+
##
|
|
127
|
+
|
|
123
128
|
|
|
124
129
|
|
|
125
130
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.86.
|
|
3
|
+
"version": "0.86.6",
|
|
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,10 +44,10 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://ptbk.io/",
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@promptbook/core": "0.86.
|
|
47
|
+
"@promptbook/core": "0.86.6"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"promptbook": "0.86.
|
|
50
|
+
"promptbook": "0.86.6"
|
|
51
51
|
},
|
|
52
52
|
"bin": {
|
|
53
53
|
"ptbk": "bin/promptbook-cli-proxy.js"
|