@elizaos/server 1.6.2-alpha.11 → 1.6.2-alpha.12
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 +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -28855,7 +28855,7 @@ import express30 from "express";
|
|
|
28855
28855
|
// package.json
|
|
28856
28856
|
var package_default = {
|
|
28857
28857
|
name: "@elizaos/server",
|
|
28858
|
-
version: "1.6.2-alpha.
|
|
28858
|
+
version: "1.6.2-alpha.12",
|
|
28859
28859
|
description: "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
28860
28860
|
publishConfig: {
|
|
28861
28861
|
access: "public",
|
|
@@ -45872,7 +45872,6 @@ class AgentServer {
|
|
|
45872
45872
|
for (const id of agentIds) {
|
|
45873
45873
|
const runtime = this.elizaOS.getAgent(id);
|
|
45874
45874
|
if (runtime) {
|
|
45875
|
-
await this.registerAgent(runtime);
|
|
45876
45875
|
if (this.database) {
|
|
45877
45876
|
try {
|
|
45878
45877
|
const existingAgent = await this.database.getAgent(runtime.agentId);
|
|
@@ -45887,6 +45886,7 @@ class AgentServer {
|
|
|
45887
45886
|
logger30.error({ error: error2 }, `Failed to persist agent ${runtime.agentId} to database`);
|
|
45888
45887
|
}
|
|
45889
45888
|
}
|
|
45889
|
+
await this.registerAgent(runtime);
|
|
45890
45890
|
runtimes.push(runtime);
|
|
45891
45891
|
}
|
|
45892
45892
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/server",
|
|
3
|
-
"version": "1.6.2-alpha.
|
|
3
|
+
"version": "1.6.2-alpha.12",
|
|
4
4
|
"description": "ElizaOS Server - Core server infrastructure for ElizaOS agents",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dev": "bun run build.ts --watch"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@elizaos/client": "1.6.2-alpha.
|
|
47
|
+
"@elizaos/client": "1.6.2-alpha.12",
|
|
48
48
|
"@types/node": "^24.0.1",
|
|
49
49
|
"prettier": "3.6.2",
|
|
50
50
|
"tsx": "4.20.6",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"which": "^5.0.0",
|
|
53
53
|
"ws": "^8.18.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "f97be60caf0dc89fb305d8cdebe683fcd0da54ea",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@elizaos/core": "1.6.2-alpha.
|
|
58
|
-
"@elizaos/plugin-sql": "1.6.2-alpha.
|
|
57
|
+
"@elizaos/core": "1.6.2-alpha.12",
|
|
58
|
+
"@elizaos/plugin-sql": "1.6.2-alpha.12",
|
|
59
59
|
"@sentry/node": "^10.16.0",
|
|
60
60
|
"@types/express": "^5.0.2",
|
|
61
61
|
"@types/helmet": "^4.0.0",
|