@mastra/agent-builder 0.0.2-alpha.1 → 0.0.3-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @mastra/agent-builder
2
2
 
3
+ ## 0.0.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`0662d02`](https://github.com/mastra-ai/mastra/commit/0662d02ef16916e67531890639fcd72c69cfb6e2), [`6189844`](https://github.com/mastra-ai/mastra/commit/61898448e65bda02bb814fb15801a89dc6476938), [`d7a8f59`](https://github.com/mastra-ai/mastra/commit/d7a8f59154b0621aec4f41a6b2ea2b3882f03cb7), [`4dda259`](https://github.com/mastra-ai/mastra/commit/4dda2593b6343f9258671de5fb237aeba3ef6bb7), [`defed1c`](https://github.com/mastra-ai/mastra/commit/defed1ca8040cc8d42e645c5a50a1bc52a4918d7), [`79b39c1`](https://github.com/mastra-ai/mastra/commit/79b39c1def3bbd5d6ee2d2cc1e89ea378a940477), [`6991ced`](https://github.com/mastra-ai/mastra/commit/6991cedcb5a44a49d9fe58ef67926e1f96ba55b1), [`9cb9c42`](https://github.com/mastra-ai/mastra/commit/9cb9c422854ee81074989dd2d8dccc0500ba8d3e), [`8334859`](https://github.com/mastra-ai/mastra/commit/83348594d4f37b311ba4a94d679c5f8721d796d4)]:
8
+ - @mastra/core@0.16.1-alpha.0
9
+ - @mastra/memory@0.15.0-alpha.0
10
+
11
+ ## 0.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
16
+ - 8b7dbbf: Various clean up in the agent builder package. Mark package as experimental.
17
+ - 376913a: Update peerdeps
18
+ - Updated dependencies [8fbf79e]
19
+ - Updated dependencies [fd83526]
20
+ - Updated dependencies [d0b90ab]
21
+ - Updated dependencies [6f5eb7a]
22
+ - Updated dependencies [a01cf14]
23
+ - Updated dependencies [a9e50ee]
24
+ - Updated dependencies [5397eb4]
25
+ - Updated dependencies [376913a]
26
+ - Updated dependencies [c9f4e4a]
27
+ - Updated dependencies [0acbc80]
28
+ - Updated dependencies [38020d5]
29
+ - @mastra/core@0.16.0
30
+ - @mastra/memory@0.14.4
31
+
3
32
  ## 0.0.2-alpha.1
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/agent-builder",
3
- "version": "0.0.2-alpha.1",
3
+ "version": "0.0.3-alpha.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -38,19 +38,19 @@
38
38
  "semver": "^7.7.2",
39
39
  "swpm": "^2.6.0",
40
40
  "zod": "^3.25.76",
41
- "@mastra/memory": "0.14.4-alpha.0"
41
+ "@mastra/memory": "0.15.0-alpha.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^20.19.0",
45
- "@types/semver": "^7.7.0",
45
+ "@types/semver": "^7.7.1",
46
46
  "eslint": "^9.30.1",
47
47
  "tsup": "^8.5.0",
48
48
  "typescript": "^5.8.3",
49
49
  "typescript-eslint": "^8.38.0",
50
50
  "vitest": "^3.2.4",
51
- "@internal/types-builder": "0.0.10",
52
- "@internal/lint": "0.0.35",
53
- "@mastra/core": "0.16.0-alpha.1"
51
+ "@internal/lint": "0.0.36",
52
+ "@internal/types-builder": "0.0.11",
53
+ "@mastra/core": "0.16.1-alpha.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@mastra/core": ">=0.15.3-0 <0.17.0-0",