@promptbook/remote-server 0.103.0-41 → 0.103.0-42
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/collection/agent-collection/AgentCollection.d.ts +3 -0
- package/esm/typings/src/collection/agent-collection/constructors/AgentCollectionInDirectory.d.ts +1 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +2 -1
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -39,7 +39,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
39
39
|
* @generated
|
|
40
40
|
* @see https://github.com/webgptorg/promptbook
|
|
41
41
|
*/
|
|
42
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.103.0-
|
|
42
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.103.0-42';
|
|
43
43
|
/**
|
|
44
44
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
45
45
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -14001,6 +14001,7 @@ async function $provideScriptingForNode(options) {
|
|
|
14001
14001
|
*/
|
|
14002
14002
|
async function startAgentServer(options) {
|
|
14003
14003
|
const { port = 4440 } = options;
|
|
14004
|
+
// TODO: !!!! [🌕]
|
|
14004
14005
|
await $execCommand({
|
|
14005
14006
|
cwd: './apps/agents-server',
|
|
14006
14007
|
command: `next dev --port ${port} `,
|