promptbook 0.75.0-4 → 0.75.2
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 +22 -12
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
#  Promptbook
|
|
4
4
|
|
|
5
|
-
It's time for a paradigm shift! The future of software is in plain English, French or Latin.
|
|
6
|
-
|
|
7
5
|
|
|
8
6
|
|
|
9
7
|
|
|
@@ -32,7 +30,7 @@ It's time for a paradigm shift! The future of software is in plain English, Fren
|
|
|
32
30
|
|
|
33
31
|
## 🤍 The Book Abstract
|
|
34
32
|
|
|
35
|
-
|
|
33
|
+
**It's time for a paradigm shift! The future of software is in plain English, French or Latin.**
|
|
36
34
|
|
|
37
35
|
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
36
|
|
|
@@ -42,11 +40,17 @@ The incredible growth in power of microprocessors and the Moore's Law have been
|
|
|
42
40
|
|
|
43
41
|
This shift is going to happen, whether we are ready for it or not. Our mission is to make it excellently, not just good.
|
|
44
42
|
|
|
45
|
-
|
|
43
|
+
**Join us in this journey!**
|
|
44
|
+
|
|
46
45
|
|
|
47
46
|
|
|
47
|
+
## 🚀 Get started
|
|
48
48
|
|
|
49
|
+
Take a look at the simple starter kit with books integrated into the **Hello World** sample applications:
|
|
49
50
|
|
|
51
|
+
- [Hello Book](https://github.com/webgptorg/hello-world)
|
|
52
|
+
- [Hello Book in Node.js](https://github.com/webgptorg/hello-world-node-js)
|
|
53
|
+
- [Hello Book in Next.js](https://github.com/webgptorg/hello-world-next-js)
|
|
50
54
|
|
|
51
55
|
|
|
52
56
|
|
|
@@ -66,7 +70,7 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
66
70
|
<tbody>
|
|
67
71
|
<tr>
|
|
68
72
|
<td>Core</td>
|
|
69
|
-
<td>Promptbook
|
|
73
|
+
<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>
|
|
70
74
|
<td rowspan=2>https://ptbk.io<br/>https://github.com/webgptorg/book</td>
|
|
71
75
|
</tr>
|
|
72
76
|
<tr>
|
|
@@ -77,17 +81,23 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
|
|
|
77
81
|
</tr>
|
|
78
82
|
<tr>
|
|
79
83
|
<td>Promptbook typescript project</td>
|
|
80
|
-
<td>
|
|
84
|
+
<td>Promptbook implementation in TypeScript released as multiple NPM packages</td>
|
|
81
85
|
<td>https://github.com/webgptorg/promptbook + Multiple packages on NPM</td>
|
|
82
86
|
</tr>
|
|
83
87
|
<tr>
|
|
84
88
|
<td>Promptbook studio</td>
|
|
85
|
-
<td>
|
|
86
|
-
<td
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
<td>
|
|
89
|
+
<td>Studio to write Books and instantly publish them as miniapps</td>
|
|
90
|
+
<td>
|
|
91
|
+
https://promptbook.studio<br/>
|
|
92
|
+
https://github.com/hejny/promptbook-studio</td>
|
|
93
|
+
</tr><tr>
|
|
94
|
+
<td>Hello World</td>
|
|
95
|
+
<td>Simple starter kit with Books integrated into the sample applications</td>
|
|
96
|
+
<td>
|
|
97
|
+
https://github.com/webgptorg/hello-world<br/>
|
|
98
|
+
https://github.com/webgptorg/hello-world-node-js<br/>
|
|
99
|
+
https://github.com/webgptorg/hello-world-next-js
|
|
100
|
+
</td>
|
|
91
101
|
</tr>
|
|
92
102
|
</tbody>
|
|
93
103
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "promptbook",
|
|
3
|
-
"version": "0.75.
|
|
3
|
+
"version": "0.75.2",
|
|
4
4
|
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
|
|
5
5
|
"--note-0": " <- [🐊]",
|
|
6
6
|
"private": false,
|
|
@@ -51,27 +51,27 @@
|
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@promptbook/core": "0.75.
|
|
54
|
+
"@promptbook/core": "0.75.2"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@promptbook/anthropic-claude": "0.75.
|
|
58
|
-
"@promptbook/azure-openai": "0.75.
|
|
59
|
-
"@promptbook/browser": "0.75.
|
|
60
|
-
"@promptbook/cli": "0.75.
|
|
61
|
-
"@promptbook/core": "0.75.
|
|
62
|
-
"@promptbook/documents": "0.75.
|
|
63
|
-
"@promptbook/execute-javascript": "0.75.
|
|
64
|
-
"@promptbook/fake-llm": "0.75.
|
|
65
|
-
"@promptbook/langtail": "0.75.
|
|
66
|
-
"@promptbook/legacy-documents": "0.75.
|
|
67
|
-
"@promptbook/markdown-utils": "0.75.
|
|
68
|
-
"@promptbook/node": "0.75.
|
|
69
|
-
"@promptbook/openai": "0.75.
|
|
70
|
-
"@promptbook/pdf": "0.75.
|
|
71
|
-
"@promptbook/remote-client": "0.75.
|
|
72
|
-
"@promptbook/remote-server": "0.75.
|
|
73
|
-
"@promptbook/types": "0.75.
|
|
74
|
-
"@promptbook/utils": "0.75.
|
|
75
|
-
"@promptbook/website-crawler": "0.75.
|
|
57
|
+
"@promptbook/anthropic-claude": "0.75.2",
|
|
58
|
+
"@promptbook/azure-openai": "0.75.2",
|
|
59
|
+
"@promptbook/browser": "0.75.2",
|
|
60
|
+
"@promptbook/cli": "0.75.2",
|
|
61
|
+
"@promptbook/core": "0.75.2",
|
|
62
|
+
"@promptbook/documents": "0.75.2",
|
|
63
|
+
"@promptbook/execute-javascript": "0.75.2",
|
|
64
|
+
"@promptbook/fake-llm": "0.75.2",
|
|
65
|
+
"@promptbook/langtail": "0.75.2",
|
|
66
|
+
"@promptbook/legacy-documents": "0.75.2",
|
|
67
|
+
"@promptbook/markdown-utils": "0.75.2",
|
|
68
|
+
"@promptbook/node": "0.75.2",
|
|
69
|
+
"@promptbook/openai": "0.75.2",
|
|
70
|
+
"@promptbook/pdf": "0.75.2",
|
|
71
|
+
"@promptbook/remote-client": "0.75.2",
|
|
72
|
+
"@promptbook/remote-server": "0.75.2",
|
|
73
|
+
"@promptbook/types": "0.75.2",
|
|
74
|
+
"@promptbook/utils": "0.75.2",
|
|
75
|
+
"@promptbook/website-crawler": "0.75.2"
|
|
76
76
|
}
|
|
77
77
|
}
|