@promptbook/components 0.113.0-1 → 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 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
- [![Vercel](https://img.shields.io/badge/Vercel-Deploy%20Agents%20Server-black?logo=vercel)](https://vercel.com/new/clone?project-name=promptbook-agents-server&repository-name=promptbook-agents-server&repository-url=https%3A%2F%2Fgithub.com%2Fwebgptorg%2Fpromptbook&root-directory=apps%2Fagents-server&demo-title=Promptbook+Agents+Server&demo-description=Persistent+AI+agents+with+a+built-in+admin+UI.+This+deploy+creates+a+Supabase+project+automatically%2C+injects+the+required+database+credentials%2C+and+Promptbook+runs+the+SQL+migrations+on+first+startup.&demo-url=https%3A%2F%2Fgallery.ptbk.io%2F&external-id=https%3A%2F%2Fgithub.com%2Fwebgptorg%2Fpromptbook%2Ftree%2Fmain%2Fapps%2Fagents-server&env=OPENAI_API_KEY%2CADMIN_PASSWORD%2CSUPABASE_AUTO_MIGRATE&envDescription=Supabase+is+created+automatically+by+the+required+Vercel+integration.+Add+OPENAI_API_KEY+from+https%3A%2F%2Fplatform.openai.com%2Fapi-keys%2C+choose+ADMIN_PASSWORD+for+your+first+admin+login%2C+and+leave+SUPABASE_AUTO_MIGRATE+enabled.&envLink=https%3A%2F%2Fgithub.com%2Fwebgptorg%2Fpromptbook%2Fblob%2Fmain%2FREADME.md%23vercel-form-fields&envDefaults=%7B%22SUPABASE_AUTO_MIGRATE%22%3A%22true%22%7D&stores=%5B%7B%22type%22%3A%22integration%22%2C%22integrationSlug%22%3A%22supabase%22%2C%22productSlug%22%3A%22supabase%22%7D%5D)
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)