@elizaos/server 1.0.12 → 1.0.14

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/dist/index.d.ts CHANGED
@@ -150,6 +150,14 @@ declare class AgentServer {
150
150
  * @constructor
151
151
  */
152
152
  constructor();
153
+ /**
154
+ * Dynamically resolves the client path based on the installation context.
155
+ * Handles both development and production scenarios.
156
+ *
157
+ * @returns {string} The resolved path to the client dist directory
158
+ * @throws {Error} If no valid client path can be found
159
+ */
160
+ private resolveClientPath;
153
161
  /**
154
162
  * Initializes the database and server.
155
163
  *