@elizaos/core 1.0.0-alpha.46 → 1.0.0-alpha.48
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7336,7 +7336,7 @@ var AgentRuntime = class {
|
|
|
7336
7336
|
plugins.push(bootstrapPlugin);
|
|
7337
7337
|
}
|
|
7338
7338
|
this.plugins = plugins;
|
|
7339
|
-
console.log(`Plugins: ${this.plugins}`);
|
|
7339
|
+
console.log(`Plugins: ${this.plugins.map((p) => p.name)}`);
|
|
7340
7340
|
}
|
|
7341
7341
|
#conversationLength;
|
|
7342
7342
|
/**
|