@promptbook/templates 0.103.0-43 โ†’ 0.103.0-45

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 (29) hide show
  1. package/README.md +6 -18
  2. package/esm/index.es.js +931 -751
  3. package/esm/index.es.js.map +1 -1
  4. package/esm/typings/src/_packages/types.index.d.ts +8 -0
  5. package/esm/typings/src/book-components/AvatarProfile/AvatarProfile/AvatarProfile.d.ts +5 -0
  6. package/esm/typings/src/collection/agent-collection/AgentCollection.d.ts +2 -28
  7. package/esm/typings/src/collection/agent-collection/constructors/agent-collection-in-supabase/AgentCollectionInSupabase.d.ts +61 -9
  8. package/esm/typings/src/errors/DatabaseError.d.ts +3 -0
  9. package/esm/typings/src/llm-providers/_multiple/getSingleLlmExecutionTools.d.ts +1 -0
  10. package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +1 -0
  11. package/esm/typings/src/llm-providers/agent/CreateAgentLlmExecutionToolsOptions.d.ts +2 -1
  12. package/esm/typings/src/llm-providers/anthropic-claude/anthropic-claude-models.d.ts +1 -1
  13. package/esm/typings/src/llm-providers/google/google-models.d.ts +1 -1
  14. package/esm/typings/src/llm-providers/openai/openai-models.d.ts +1 -1
  15. package/esm/typings/src/remote-server/startAgentServer.d.ts +3 -0
  16. package/esm/typings/src/remote-server/startRemoteServer.d.ts +1 -0
  17. package/esm/typings/src/types/typeAliases.d.ts +19 -1
  18. package/esm/typings/src/utils/color/$randomColor.d.ts +1 -0
  19. package/esm/typings/src/utils/random/$generateBookBoilerplate.d.ts +5 -2
  20. package/esm/typings/src/utils/random/$randomAgentPersona.d.ts +9 -0
  21. package/esm/typings/src/utils/random/$randomFullnameWithColor.d.ts +13 -0
  22. package/esm/typings/src/utils/random/$randomItem.d.ts +9 -0
  23. package/esm/typings/src/utils/random/$randomSeed.d.ts +3 -0
  24. package/esm/typings/src/utils/random/$randomToken.d.ts +1 -0
  25. package/esm/typings/src/version.d.ts +1 -1
  26. package/package.json +2 -2
  27. package/umd/index.umd.js +931 -751
  28. package/umd/index.umd.js.map +1 -1
  29. package/esm/typings/src/commands/_common/parseCommand.test.d.ts +0 -1
package/README.md CHANGED
@@ -9,8 +9,8 @@ Turn your company's scattered knowledge into AI ready Books
9
9
 
10
10
 
11
11
 
12
- [![NPM Version of ![Promptbook logo - cube with letters P and B](./design/logo-h1.png) Promptbook](https://badge.fury.io/js/promptbook.svg)](https://www.npmjs.com/package/promptbook)
13
- [![Quality of package ![Promptbook logo - cube with letters P and B](./design/logo-h1.png) Promptbook](https://packagequality.com/shield/promptbook.svg)](https://packagequality.com/#?package=promptbook)
12
+ [![NPM Version of ![Promptbook logo](./design/logo-h1.png) Promptbook](https://badge.fury.io/js/promptbook.svg)](https://www.npmjs.com/package/promptbook)
13
+ [![Quality of package ![Promptbook logo](./design/logo-h1.png) Promptbook](https://packagequality.com/shield/promptbook.svg)](https://packagequality.com/#?package=promptbook)
14
14
  [![Known Vulnerabilities](https://snyk.io/test/github/webgptorg/promptbook/badge.svg)](https://snyk.io/test/github/webgptorg/promptbook)
15
15
  [![๐Ÿงช Test Books](https://github.com/webgptorg/promptbook/actions/workflows/test-books.yml/badge.svg)](https://github.com/webgptorg/promptbook/actions/workflows/test-books.yml)
16
16
  [![๐Ÿงช Test build](https://github.com/webgptorg/promptbook/actions/workflows/test-build.yml/badge.svg)](https://github.com/webgptorg/promptbook/actions/workflows/test-build.yml)
@@ -23,11 +23,7 @@ Turn your company's scattered knowledge into AI ready Books
23
23
 
24
24
  ## ๐ŸŒŸ New Features
25
25
 
26
- - ๐Ÿš€ **GPT-5 Support** - Now includes OpenAI's most advanced language model with unprecedented reasoning capabilities and 200K context window
27
- - ๐Ÿ’ก VS Code support for `.book` files with syntax highlighting and IntelliSense
28
- - ๐Ÿณ Official Docker image (`hejny/promptbook`) for seamless containerized usage
29
- - ๐Ÿ”ฅ Native support for OpenAI `o3-mini`, GPT-4 and other leading LLMs
30
- - ๐Ÿ” DeepSeek integration for advanced knowledge search
26
+ - **Gemini 3 Support**
31
27
 
32
28
 
33
29
 
@@ -118,7 +114,7 @@ Promptbook Engine will automatically enforce this knowledge during interactions.
118
114
  Your job is to provide legal advice and support to the company and its employees.<br/>
119
115
  You are knowledgeable, professional, and detail-oriented.<br/>
120
116
  <br/>
121
- **KNOWLEDGE** https://company.com/company-policies.pdf<br/>
117
+ **KNOWLEDGE** https://company.com/company-policies.pdf<br/>
122
118
  **KNOWLEDGE** https://company.com/internal-documents/employee-handbook.docx<br/>
123
119
 
124
120
  </td></tr></table>
@@ -140,7 +136,7 @@ You are knowledgeable, professional, and detail-oriented.<br/>
140
136
  **RULE** Always ensure compliance with laws and regulations.<br/>
141
137
  **RULE** Never provide legal advice outside your area of expertise.<br/>
142
138
  **RULE** Never provide legal advice about criminal law.<br/>
143
- **KNOWLEDGE** https://company.com/company-policies.pdf<br/>
139
+ **KNOWLEDGE** https://company.com/company-policies.pdf<br/>
144
140
  **KNOWLEDGE** https://company.com/internal-documents/employee-handbook.docx<br/>
145
141
 
146
142
  </td></tr></table>
@@ -160,7 +156,7 @@ You are knowledgeable, professional, and detail-oriented.<br/>
160
156
  **RULE** Always ensure compliance with laws and regulations.<br/>
161
157
  **RULE** Never provide legal advice outside your area of expertise.<br/>
162
158
  **RULE** Never provide legal advice about criminal law.<br/>
163
- **KNOWLEDGE** https://company.com/company-policies.pdf<br/>
159
+ **KNOWLEDGE** https://company.com/company-policies.pdf<br/>
164
160
  **KNOWLEDGE** https://company.com/internal-documents/employee-handbook.docx<br/>
165
161
  **ACTION** When a user asks about an issue that could be treated as a crime, notify legal@company.com.<br/>
166
162
 
@@ -211,14 +207,10 @@ Now you want to use it. There are several ways how to write your first book:
211
207
 
212
208
  We have written ai asistant in book who can help you with writing your first book.
213
209
 
214
-
215
-
216
210
  #### Your AI twin
217
211
 
218
212
  Copy your own behavior, personality, and knowledge into book and create your AI twin. It can help you with your work, personal life, or any other task.
219
213
 
220
-
221
-
222
214
  #### AI persona workpool
223
215
 
224
216
  Or you can pick from our library of pre-written books for various roles and tasks. You can find books for customer support, coding, marketing, sales, HR, legal, and many other roles.
@@ -338,8 +330,6 @@ Join our growing community of developers and users:
338
330
 
339
331
 
340
332
 
341
-
342
-
343
333
  ## ๐Ÿ“š Documentation
344
334
 
345
335
  See detailed guides and API reference in the [docs](https://github.com/webgptorg/promptbook/discussions/categories/concepts) or [online](https://discord.gg/x3QWNaa89N).
@@ -416,8 +406,6 @@ The following glossary is used to clarify certain concepts:
416
406
 
417
407
  _Note: This section is not a complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
418
408
 
419
-
420
-
421
409
  ### ๐Ÿ’ฏ Core concepts
422
410
 
423
411
  - [๐Ÿ“š Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)