@agentproto/runtime 2.0.0 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/runtime",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "@agentproto/runtime — long-running gateway that turns an agentproto workspace into a live runtime. Composes @agentproto/mcp-server (CRUD verbs) with HTTP transport, HEARTBEAT.md autonomy loop, and append-only conversation persistence. Drop a workspace dir, point your MCP client at it, and the agent ticks on its own.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -106,36 +106,37 @@
106
106
  "access": "public"
107
107
  },
108
108
  "dependencies": {
109
- "@modelcontextprotocol/sdk": "^1.29.0",
109
+ "@modelcontextprotocol/sdk": "^1.30.0",
110
110
  "croner": "^9.0.0",
111
111
  "gray-matter": "^4.0.3",
112
112
  "ws": "^8.21.1",
113
113
  "zod": "^4.4.3",
114
- "@agentproto/agent": "0.2.1",
115
114
  "@agentproto/acp": "0.7.0",
116
- "@agentproto/command-sandbox": "0.2.0",
115
+ "@agentproto/agent": "0.2.1",
116
+ "@agentproto/app-kit": "0.4.0",
117
117
  "@agentproto/auth": "1.0.0",
118
+ "@agentproto/command-sandbox": "0.2.0",
118
119
  "@agentproto/driver": "0.2.0",
119
- "@agentproto/driver-agent-cli": "2.1.0",
120
- "@agentproto/eval-reporters": "0.2.4",
120
+ "@agentproto/driver-agent-cli": "2.2.0",
121
+ "@agentproto/eval-reporters": "0.2.6",
121
122
  "@agentproto/manifest": "0.2.1",
122
- "@agentproto/mcp-server": "0.2.4",
123
- "@agentproto/model-catalog": "0.7.0",
124
- "@agentproto/provider-kit": "0.4.0",
125
- "@agentproto/provider-presets": "0.5.0",
126
- "@agentproto/providers-store": "0.3.2",
123
+ "@agentproto/mcp-server": "0.2.5",
124
+ "@agentproto/model-catalog": "0.8.1",
125
+ "@agentproto/provider-kit": "0.4.1",
126
+ "@agentproto/provider-presets": "0.5.1",
127
+ "@agentproto/providers-store": "0.3.4",
127
128
  "@agentproto/redaction": "0.2.1",
128
129
  "@agentproto/routine": "0.2.0",
129
- "@agentproto/sandbox": "0.2.0",
130
- "@agentproto/secrets": "0.2.2",
131
- "@agentproto/telemetry-langfuse": "0.2.3",
130
+ "@agentproto/sandbox": "0.2.2",
131
+ "@agentproto/telemetry-langfuse": "0.2.4",
132
132
  "@agentproto/tool": "0.2.1",
133
- "@agentproto/workflow-loader": "0.1.2",
134
- "@agentproto/workflow": "0.1.1",
135
- "@agentproto/workflow-runtime": "0.6.0"
133
+ "@agentproto/secrets": "0.2.2",
134
+ "@agentproto/workflow": "0.2.0",
135
+ "@agentproto/workflow-loader": "0.1.3",
136
+ "@agentproto/workflow-runtime": "0.7.0"
136
137
  },
137
138
  "optionalDependencies": {
138
- "@agentproto/sandbox-e2b": "0.3.0"
139
+ "@agentproto/sandbox-e2b": "0.3.2"
139
140
  },
140
141
  "devDependencies": {
141
142
  "@types/node": "^25.6.2",