@elizaos/core 1.0.0-alpha.52 → 1.0.0-alpha.53

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.js CHANGED
@@ -8255,6 +8255,7 @@ ${newProvidersText}`;
8255
8255
  await this.adapter.init();
8256
8256
  }
8257
8257
  async close() {
8258
+ console.log("Closing adapter");
8258
8259
  await this.adapter.close();
8259
8260
  }
8260
8261
  async getAgent(agentId) {