diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 11052216c..a2fdb7f0b 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -22,6 +22,8 @@ "@agentx/cognitive-kernel": "workspace:*", "@agentx/core-runtime": "workspace:*", "@agentx/memory-engine": "workspace:*", + "@agentx/observability": "workspace:*", + "@agentx/shared": "workspace:*", "@fastify/cors": "^10.0.0", "@fastify/helmet": "^13.1.0", "@fastify/rate-limit": "^10.0.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index b18b415a8..94c9a4274 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,5 +1,5 @@ { - "name": "@agentx/$pkg", + "name": "@agentx/auth", "version": "0.1.0", "private": true, "type": "module", diff --git a/packages/cloud/package.json b/packages/cloud/package.json index b18b415a8..de5a9a9a7 100644 --- a/packages/cloud/package.json +++ b/packages/cloud/package.json @@ -1,5 +1,5 @@ { - "name": "@agentx/$pkg", + "name": "@agentx/cloud", "version": "0.1.0", "private": true, "type": "module", diff --git a/packages/enterprise/package.json b/packages/enterprise/package.json index b18b415a8..d57376fa0 100644 --- a/packages/enterprise/package.json +++ b/packages/enterprise/package.json @@ -1,5 +1,5 @@ { - "name": "@agentx/$pkg", + "name": "@agentx/enterprise", "version": "0.1.0", "private": true, "type": "module",