@inkeep/agents-sdk 0.29.2 → 0.29.4

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
@@ -711,6 +711,7 @@ var Agent = class {
711
711
  ...Object.keys(functionsObject).length > 0 && { functions: functionsObject },
712
712
  models: this.models,
713
713
  statusUpdates: processedStatusUpdates,
714
+ stopWhen: this.stopWhen,
714
715
  prompt: this.prompt,
715
716
  createdAt: (/* @__PURE__ */ new Date()).toISOString(),
716
717
  updatedAt: (/* @__PURE__ */ new Date()).toISOString()
package/dist/index.js CHANGED
@@ -684,6 +684,7 @@ var Agent = class {
684
684
  ...Object.keys(functionsObject).length > 0 && { functions: functionsObject },
685
685
  models: this.models,
686
686
  statusUpdates: processedStatusUpdates,
687
+ stopWhen: this.stopWhen,
687
688
  prompt: this.prompt,
688
689
  createdAt: (/* @__PURE__ */ new Date()).toISOString(),
689
690
  updatedAt: (/* @__PURE__ */ new Date()).toISOString()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-sdk",
3
- "version": "0.29.2",
3
+ "version": "0.29.4",
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",
@@ -12,7 +12,7 @@
12
12
  "nanoid": "^5.1.5",
13
13
  "typescript": "^5.3.3",
14
14
  "zod": "^4.1.11",
15
- "@inkeep/agents-core": "^0.29.2"
15
+ "@inkeep/agents-core": "^0.29.4"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/js-yaml": "^4.0.9",