@inkeep/agents-sdk 0.0.0-dev-20260121222312 → 0.0.0-dev-20260121234635

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.
Files changed (2) hide show
  1. package/dist/agent.js +1 -1
  2. package/package.json +2 -2
package/dist/agent.js CHANGED
@@ -246,7 +246,7 @@ var Agent = class {
246
246
  contextConfig: this.contextConfig?.toObject(),
247
247
  ...Object.keys(functionToolsObject).length > 0 && { functionTools: functionToolsObject },
248
248
  ...Object.keys(functionsObject).length > 0 && { functions: functionsObject },
249
- ...Object.keys(triggersObject).length > 0 && { triggers: triggersObject },
249
+ triggers: triggersObject,
250
250
  models: this.models,
251
251
  stopWhen: this.stopWhen,
252
252
  statusUpdates: processedStatusUpdates,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-sdk",
3
- "version": "0.0.0-dev-20260121222312",
3
+ "version": "0.0.0-dev-20260121234635",
4
4
  "description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "js-yaml": "^4.1.0",
17
17
  "typescript": "^5.3.3",
18
18
  "zod": "^4.1.11",
19
- "@inkeep/agents-core": "^0.0.0-dev-20260121222312"
19
+ "@inkeep/agents-core": "^0.0.0-dev-20260121234635"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/js-yaml": "^4.0.9",