@promptbook/node 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 CHANGED
@@ -31,7 +31,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
31
31
  * @generated
32
32
  * @see https://github.com/webgptorg/promptbook
33
33
  */
34
- const PROMPTBOOK_ENGINE_VERSION = '0.103.0-41';
34
+ const PROMPTBOOK_ENGINE_VERSION = '0.103.0-42';
35
35
  /**
36
36
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
37
37
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -17649,6 +17649,7 @@ class AgentCollectionInDirectory {
17649
17649
  }
17650
17650
  }
17651
17651
  /**
17652
+ * TODO: [🧠][🚙] `AgentXxx` vs `AgentsXxx` naming convention
17652
17653
  * TODO: [🖇] What about symlinks? Maybe option `isSymlinksFollowed`
17653
17654
  * TODO: [🧠] Maybe add option `isImmutable`
17654
17655
  * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment