@promptbook/cli 0.103.0-40 → 0.103.0-41
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/esm/index.es.js +2 -1
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/remote-server.index.d.ts +2 -0
- package/esm/typings/src/remote-server/startAgentServer.d.ts +23 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +2 -1
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -48,7 +48,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
48
48
|
* @generated
|
|
49
49
|
* @see https://github.com/webgptorg/promptbook
|
|
50
50
|
*/
|
|
51
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.103.0-
|
|
51
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.103.0-41';
|
|
52
52
|
/**
|
|
53
53
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
54
54
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -20746,6 +20746,7 @@ function $initializeStartAgentsServerCommand(program) {
|
|
|
20746
20746
|
// console.log({ isRichUi });
|
|
20747
20747
|
TODO_USE(tools);
|
|
20748
20748
|
TODO_USE(collection);
|
|
20749
|
+
// TODO: !!!! Use
|
|
20749
20750
|
// TODO: !!!! Pass collection and tools to the server starter
|
|
20750
20751
|
// TODO: !!!! The Next app should be build during the package build step not here
|
|
20751
20752
|
/*
|