@agentproto/runtime 3.1.0 → 3.3.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": "3.1.0",
3
+ "version": "3.3.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",
@@ -76,6 +76,11 @@
76
76
  "import": "./dist/providers-store.mjs",
77
77
  "default": "./dist/providers-store.mjs"
78
78
  },
79
+ "./credential-discovery": {
80
+ "types": "./dist/credential-discovery.d.ts",
81
+ "import": "./dist/credential-discovery.mjs",
82
+ "default": "./dist/credential-discovery.mjs"
83
+ },
79
84
  "./release-check": {
80
85
  "types": "./dist/release-check.d.ts",
81
86
  "import": "./dist/release-check.mjs",
@@ -130,12 +135,12 @@
130
135
  "@agentproto/acp": "0.8.1",
131
136
  "@agentproto/agent": "0.2.3",
132
137
  "@agentproto/app-client": "0.3.2",
133
- "@agentproto/app-kit": "1.1.1",
134
- "@agentproto/apps": "0.9.3",
138
+ "@agentproto/app-kit": "1.2.0",
139
+ "@agentproto/apps": "0.10.0",
135
140
  "@agentproto/auth": "1.0.2",
136
- "@agentproto/command-sandbox": "0.2.1",
141
+ "@agentproto/command-sandbox": "0.2.2",
137
142
  "@agentproto/driver": "0.2.2",
138
- "@agentproto/driver-agent-cli": "2.4.2",
143
+ "@agentproto/driver-agent-cli": "2.4.3",
139
144
  "@agentproto/driver-http": "0.1.6",
140
145
  "@agentproto/eval-reporters": "0.2.12",
141
146
  "@agentproto/manifest": "0.2.2",
@@ -146,7 +151,7 @@
146
151
  "@agentproto/providers-store": "0.3.13",
147
152
  "@agentproto/redaction": "0.2.2",
148
153
  "@agentproto/routine": "0.2.2",
149
- "@agentproto/sandbox": "0.4.0",
154
+ "@agentproto/sandbox": "0.5.1",
150
155
  "@agentproto/secrets": "0.2.5",
151
156
  "@agentproto/telemetry-langfuse": "0.2.10",
152
157
  "@agentproto/tool": "0.3.0",
@@ -156,7 +161,7 @@
156
161
  "@agentproto/workspace-brain": "0.4.5"
157
162
  },
158
163
  "optionalDependencies": {
159
- "@agentproto/sandbox-e2b": "0.4.2"
164
+ "@agentproto/sandbox-e2b": "0.5.1"
160
165
  },
161
166
  "devDependencies": {
162
167
  "@types/node": "^25.9.5",