@agentproto/adapter-mastra-agent 0.7.0 → 0.7.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.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/adapter-mastra-agent",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "@agentproto/adapter-mastra-agent — first-party agentproto agent. An AIP-42 AGENT.md run as a live Mastra agent behind an AIP-44 ACP server, spawnable by the daemon like any other AGENT-CLI arm AND launchable standalone via `agentproto-mastra acp`. Our own loop, our own models — no external CLI.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -47,26 +47,26 @@
47
47
  "access": "public"
48
48
  },
49
49
  "dependencies": {
50
- "@agentclientprotocol/sdk": "^0.21.0",
51
- "@ai-sdk/anthropic": "^3.0.107",
52
- "@ai-sdk/provider": "^3.0.14",
53
- "@mastra/core": "^1.61.0",
50
+ "@agentclientprotocol/sdk": "^0.21.1",
51
+ "@ai-sdk/anthropic": "^3.0.116",
52
+ "@ai-sdk/provider": "^3.0.15",
53
+ "@mastra/core": "^1.64.0",
54
54
  "@mastra/libsql": "~1.21.1",
55
- "@mastra/memory": "^1.27.0",
55
+ "@mastra/memory": "^1.28.2",
56
56
  "@modelcontextprotocol/sdk": "^1.30.0",
57
57
  "zod": "^4.5.4",
58
- "@agentproto/agent": "0.2.2",
59
- "@agentproto/driver-agent-cli": "2.4.1",
60
- "@agentproto/mastra": "0.2.11",
61
- "@agentproto/runtime": "2.12.0"
58
+ "@agentproto/agent": "0.2.3",
59
+ "@agentproto/driver-agent-cli": "2.4.2",
60
+ "@agentproto/mastra": "0.2.13",
61
+ "@agentproto/runtime": "3.1.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@types/node": "^25.6.2",
64
+ "@types/node": "^25.9.5",
65
65
  "tsup": "^8.5.1",
66
66
  "typescript": "^5.9.3",
67
- "vitest": "^3.2.4",
68
- "@agentproto/app-kit": "1.0.0",
69
- "@agentproto/apps": "0.9.1",
67
+ "vitest": "^3.2.7",
68
+ "@agentproto/app-kit": "1.1.1",
69
+ "@agentproto/apps": "0.9.3",
70
70
  "@agentproto/tooling": "0.1.0"
71
71
  },
72
72
  "scripts": {