@promptbook/remote-client 0.84.0-15 → 0.84.0-17

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
@@ -14,9 +14,9 @@
14
14
 
15
15
 
16
16
 
17
- ## New Features
17
+ ## 🌟 New Features
18
18
 
19
- - 🐋 **Support of [DeepSeek models](https://www.deepseek.com/)**
19
+ - 🐋 **Support of [DeepSeek models](https://www.npmjs.com/package/@promptbook/deepseek)**
20
20
  - 💙 Working [the **Book** language v1.0.0](https://github.com/webgptorg/book)
21
21
  - 🖤 Run books from CLI - `npx ptbk run path/to/your/book`
22
22
  - 📚 Support of `.docx`, `.doc` and `.pdf` documents as knowledge
@@ -263,8 +263,9 @@ Or you can install them separately:
263
263
  - **[@promptbook/anthropic-claude](https://www.npmjs.com/package/@promptbook/anthropic-claude)** - Execution tools for Anthropic Claude API, wrapper around Anthropic Claude SDK
264
264
  - **[@promptbook/vercel](https://www.npmjs.com/package/@promptbook/vercel)** - Adapter for Vercel functionalities
265
265
  - **[@promptbook/google](https://www.npmjs.com/package/@promptbook/google)** - Integration with Google's Gemini API
266
+ - **[@promptbook/deepseek](https://www.npmjs.com/package/@promptbook/deepseek)** - Integration with [DeepSeek API](https://www.deepseek.com/)
266
267
  - **[@promptbook/azure-openai](https://www.npmjs.com/package/@promptbook/azure-openai)** - Execution tools for Azure OpenAI API
267
- - **[@promptbook/langtail](https://www.npmjs.com/package/@promptbook/langtail)** - Execution tools for Langtail API, wrapper around Langtail SDK
268
+
268
269
  - **[@promptbook/fake-llm](https://www.npmjs.com/package/@promptbook/fake-llm)** - Mocked execution tools for testing the library and saving the tokens
269
270
  - **[@promptbook/remote-client](https://www.npmjs.com/package/@promptbook/remote-client)** - Remote client for remote execution of promptbooks
270
271
  - **[@promptbook/remote-server](https://www.npmjs.com/package/@promptbook/remote-server)** - Remote server for remote execution of promptbooks
@@ -434,6 +435,12 @@ See [TODO.md](./TODO.md)
434
435
 
435
436
 
436
437
 
438
+
439
+ ## 🤝 Partners
440
+
441
+ [![Technology Incubation](./other/partners/CI-Technology-Incubation.png)](https://technologickainkubace.org/en/about-technology-incubation/about-the-project/)
442
+
443
+
437
444
  ## 🖋️ Contributing
438
445
 
439
446
  I am open to pull requests, feedback, and suggestions. Or if you like this utility, you can [☕ buy me a coffee](https://www.buymeacoffee.com/hejny) or [donate via cryptocurrencies](https://github.com/hejny/hejny/blob/main/documents/crypto.md).
package/esm/index.es.js CHANGED
@@ -19,7 +19,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
19
19
  * @generated
20
20
  * @see https://github.com/webgptorg/promptbook
21
21
  */
22
- var PROMPTBOOK_ENGINE_VERSION = '0.84.0-14';
22
+ var PROMPTBOOK_ENGINE_VERSION = '0.84.0-16';
23
23
  /**
24
24
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
25
25
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -651,7 +651,7 @@ function preparePipelineOnRemoteServer(pipeline, options) {
651
651
  });
652
652
  }
653
653
  /**
654
- * TODO: !!!! Do not return Promise<PipelineJson> But PreparePipelineTask
654
+ * TODO: [🐚] Do not return Promise<PipelineJson> But PreparePipelineTask
655
655
  */
656
656
 
657
657
  /**
@@ -5633,7 +5633,7 @@ function compilePipelineOnRemoteServer(pipelineString, options) {
5633
5633
  });
5634
5634
  }
5635
5635
  /**
5636
- * TODO: !!!! Do not return Promise<PipelineJson> But PreparePipelineTask
5636
+ * TODO: [🐚] Do not return Promise<PipelineJson> But PreparePipelineTask
5637
5637
  */
5638
5638
 
5639
5639
  /**