@inkeep/agents-sdk 0.14.15 → 0.15.0

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.cjs CHANGED
@@ -1238,7 +1238,7 @@ var AgentGraph = class {
1238
1238
  }
1239
1239
  }
1240
1240
  if (this.contextConfig?.setContext) {
1241
- this.contextConfig.setContext(tenantId, projectId, this.graphId);
1241
+ this.contextConfig.setContext(tenantId, projectId, this.graphId, this.baseURL);
1242
1242
  }
1243
1243
  logger6.info(
1244
1244
  {
package/dist/index.js CHANGED
@@ -1236,7 +1236,7 @@ var AgentGraph = class {
1236
1236
  }
1237
1237
  }
1238
1238
  if (this.contextConfig?.setContext) {
1239
- this.contextConfig.setContext(tenantId, projectId, this.graphId);
1239
+ this.contextConfig.setContext(tenantId, projectId, this.graphId, this.baseURL);
1240
1240
  }
1241
1241
  logger6.info(
1242
1242
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-sdk",
3
- "version": "0.14.15",
3
+ "version": "0.15.0",
4
4
  "description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "nanoid": "^5.1.5",
10
10
  "zod": "^4.1.11",
11
- "@inkeep/agents-core": "^0.14.15"
11
+ "@inkeep/agents-core": "^0.15.0"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/node": "^20.11.24",