@inkeep/agents-sdk 0.58.10 → 0.58.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.
Files changed (2) hide show
  1. package/dist/agent.js +1 -3
  2. package/package.json +2 -2
package/dist/agent.js CHANGED
@@ -263,9 +263,7 @@ var Agent = class {
263
263
  models: this.models,
264
264
  stopWhen: this.stopWhen,
265
265
  statusUpdates: processedStatusUpdates,
266
- prompt: this.prompt,
267
- createdAt: (/* @__PURE__ */ new Date()).toISOString(),
268
- updatedAt: (/* @__PURE__ */ new Date()).toISOString()
266
+ prompt: this.prompt
269
267
  };
270
268
  }
271
269
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-sdk",
3
- "version": "0.58.10",
3
+ "version": "0.58.12",
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",
@@ -17,7 +17,7 @@
17
17
  "js-yaml": "^4.1.0",
18
18
  "typescript": "^5.3.3",
19
19
  "zod": "^4.3.6",
20
- "@inkeep/agents-core": "^0.58.10"
20
+ "@inkeep/agents-core": "^0.58.12"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/js-yaml": "^4.0.9",