@mastra/agent-builder 0.0.5-alpha.0 → 0.0.5-alpha.2

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.
@@ -304,6 +304,6 @@ export declare const restrictedTaskManager: import("@mastra/core/tools").Tool<z.
304
304
  notes?: string | undefined;
305
305
  }[] | undefined;
306
306
  taskId?: string | undefined;
307
- }>>, options: import("ai").ToolExecutionOptions | import("ai-v5").ToolCallOptions) => Promise<any>;
307
+ }>>, options: import("@mastra/core").ToolInvocationOptions) => Promise<any>;
308
308
  };
309
309
  //# sourceMappingURL=tools.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/agent-builder",
3
- "version": "0.0.5-alpha.0",
3
+ "version": "0.0.5-alpha.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,23 +37,23 @@
37
37
  "ignore": "^7.0.5",
38
38
  "semver": "^7.7.2",
39
39
  "swpm": "^2.6.0",
40
- "@mastra/memory": "0.15.2-alpha.0"
40
+ "@mastra/memory": "0.15.2-alpha.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^20.19.0",
44
44
  "@types/semver": "^7.7.1",
45
- "eslint": "^9.30.1",
45
+ "eslint": "^9.35.0",
46
46
  "tsup": "^8.5.0",
47
47
  "typescript": "^5.8.3",
48
48
  "typescript-eslint": "^8.38.0",
49
49
  "vitest": "^3.2.4",
50
50
  "zod": "^3.25.76",
51
+ "@mastra/core": "0.17.0-alpha.6",
51
52
  "@internal/lint": "0.0.39",
52
- "@internal/types-builder": "0.0.14",
53
- "@mastra/core": "0.17.0-alpha.3"
53
+ "@internal/types-builder": "0.0.14"
54
54
  },
55
55
  "peerDependencies": {
56
- "@mastra/core": ">=0.15.3-0 <0.18.0-0",
56
+ "@mastra/core": ">=0.17.0-0 <0.18.0-0",
57
57
  "typescript": ">=5.7.0",
58
58
  "zod": "^3.25.0 || ^4.0.0"
59
59
  },