@promptbook/components 0.113.0-0 → 0.113.0-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 +1 -17
- package/esm/index.es.js +99 -15
- package/esm/index.es.js.map +1 -1
- package/esm/src/book-components/Chat/Chat/CitationIframePreview.d.ts +2 -2
- package/esm/src/book-components/Chat/Chat/CitationIframePreview.test.d.ts +2 -0
- package/esm/src/version.d.ts +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +99 -15
- package/umd/index.umd.js.map +1 -1
- package/umd/src/book-components/Chat/Chat/CitationIframePreview.d.ts +2 -2
- package/umd/src/book-components/Chat/Chat/CitationIframePreview.test.d.ts +2 -0
- package/umd/src/version.d.ts +1 -1
package/README.md
CHANGED
|
@@ -23,13 +23,7 @@ Create persistent AI agents that turn your company's scattered knowledge into ac
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Standalone VPS
|
|
31
|
-
|
|
32
|
-
Run the standalone VPS installer only on a fresh server. Interactive mode asks for the installation values:
|
|
26
|
+
Run the standalone VPS installer _(for example on DigitalOcean)_ only on a fresh server. Interactive mode asks for the installation values:
|
|
33
27
|
|
|
34
28
|
```bash
|
|
35
29
|
sudo curl -fsSL https://raw.githubusercontent.com/webgptorg/promptbook/refs/heads/main/other/vps/install.sh | bash
|
|
@@ -379,8 +373,6 @@ TEAM You are part of the legal team of Paul Smith & Associés, you discuss with
|
|
|
379
373
|
|
|
380
374
|
</td></tr></table>
|
|
381
375
|
|
|
382
|
-
|
|
383
|
-
|
|
384
376
|
### Promptbook Ecosystem
|
|
385
377
|
|
|
386
378
|
Promptbook is an ecosystem of tools centered around the **Agents Server** - a production-ready platform for running persistent AI agents.
|
|
@@ -403,8 +395,6 @@ The [Promptbook Engine](https://github.com/webgptorg/promptbook) is the open-sou
|
|
|
403
395
|
|
|
404
396
|
|
|
405
397
|
|
|
406
|
-
|
|
407
|
-
|
|
408
398
|
## 💜 The Promptbook Project
|
|
409
399
|
|
|
410
400
|
Promptbook project is an ecosystem centered around the **Agents Server** - a platform for creating, deploying, and running persistent AI agents. Following is a list of the most important pieces of the project:
|
|
@@ -442,8 +432,6 @@ Promptbook project is an ecosystem centered around the **Agents Server** - a pla
|
|
|
442
432
|
</tbody>
|
|
443
433
|
</table>
|
|
444
434
|
|
|
445
|
-
|
|
446
|
-
|
|
447
435
|
### 🌐 Community & Social Media
|
|
448
436
|
|
|
449
437
|
Join our growing community of developers and users:
|
|
@@ -500,8 +488,6 @@ Join our growing community of developers and users:
|
|
|
500
488
|
|
|
501
489
|
|
|
502
490
|
|
|
503
|
-
|
|
504
|
-
|
|
505
491
|
## 📚 Documentation
|
|
506
492
|
|
|
507
493
|
See detailed guides and API reference in the [docs](https://github.com/webgptorg/promptbook/discussions/categories/concepts) or [online](https://discord.gg/x3QWNaa89N).
|
|
@@ -709,8 +695,6 @@ The following glossary is used to clarify certain concepts:
|
|
|
709
695
|
|
|
710
696
|
_Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
711
697
|
|
|
712
|
-
|
|
713
|
-
|
|
714
698
|
### 💯 Core concepts
|
|
715
699
|
|
|
716
700
|
- [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
|