ptbk 0.113.0-1 → 0.113.0-10

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.
Files changed (2) hide show
  1. package/README.md +1 -17
  2. package/package.json +3 -3
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
@@ -212,8 +206,6 @@ TEAM You are part of the legal team of Paul Smith & Associés, you discuss with
212
206
 
213
207
  </td></tr></table>
214
208
 
215
-
216
-
217
209
  ### Promptbook Ecosystem
218
210
 
219
211
  Promptbook is an ecosystem of tools centered around the **Agents Server** - a production-ready platform for running persistent AI agents.
@@ -236,8 +228,6 @@ The [Promptbook Engine](https://github.com/webgptorg/promptbook) is the open-sou
236
228
 
237
229
 
238
230
 
239
-
240
-
241
231
  ## 💜 The Promptbook Project
242
232
 
243
233
  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:
@@ -275,8 +265,6 @@ Promptbook project is an ecosystem centered around the **Agents Server** - a pla
275
265
  </tbody>
276
266
  </table>
277
267
 
278
-
279
-
280
268
  ### 🌐 Community & Social Media
281
269
 
282
270
  Join our growing community of developers and users:
@@ -333,8 +321,6 @@ Join our growing community of developers and users:
333
321
 
334
322
 
335
323
 
336
-
337
-
338
324
  ## 📚 Documentation
339
325
 
340
326
  See detailed guides and API reference in the [docs](https://github.com/webgptorg/promptbook/discussions/categories/concepts) or [online](https://discord.gg/x3QWNaa89N).
@@ -542,8 +528,6 @@ The following glossary is used to clarify certain concepts:
542
528
 
543
529
  _Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
544
530
 
545
-
546
-
547
531
  ### 💯 Core concepts
548
532
 
549
533
  - [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
3
- "version": "0.113.0-1",
3
+ "version": "0.113.0-10",
4
4
  "description": "Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -91,10 +91,10 @@
91
91
  "zod": "$zod"
92
92
  },
93
93
  "peerDependencies": {
94
- "@promptbook/core": "0.113.0-1"
94
+ "@promptbook/core": "0.113.0-10"
95
95
  },
96
96
  "dependencies": {
97
- "promptbook": "0.113.0-1"
97
+ "promptbook": "0.113.0-10"
98
98
  },
99
99
  "bin": {
100
100
  "ptbk": "bin/promptbook-cli-proxy.js"