@agentproto/runtime 2.4.0 → 2.5.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/dist/catalog-models.mjs +1 -1
- package/dist/catalog-models.mjs.map +1 -1
- package/dist/index.mjs +8019 -7844
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/runtime",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.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",
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
110
110
|
"croner": "^9.0.0",
|
|
111
111
|
"gray-matter": "^4.0.3",
|
|
112
|
-
"ws": "^8.21.
|
|
112
|
+
"ws": "^8.21.3",
|
|
113
113
|
"zod": "^4.4.3",
|
|
114
114
|
"@agentproto/acp": "0.7.0",
|
|
115
115
|
"@agentproto/agent": "0.2.1",
|
|
116
|
-
"@agentproto/app-kit": "0.5.
|
|
116
|
+
"@agentproto/app-kit": "0.5.1",
|
|
117
117
|
"@agentproto/auth": "1.0.0",
|
|
118
118
|
"@agentproto/command-sandbox": "0.2.0",
|
|
119
119
|
"@agentproto/driver": "0.2.0",
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
"@agentproto/eval-reporters": "0.2.6",
|
|
122
122
|
"@agentproto/manifest": "0.2.1",
|
|
123
123
|
"@agentproto/mcp-server": "0.2.5",
|
|
124
|
-
"@agentproto/model-catalog": "0.8.
|
|
124
|
+
"@agentproto/model-catalog": "0.8.2",
|
|
125
125
|
"@agentproto/provider-kit": "0.4.1",
|
|
126
126
|
"@agentproto/provider-presets": "0.5.1",
|
|
127
|
-
"@agentproto/providers-store": "0.3.
|
|
127
|
+
"@agentproto/providers-store": "0.3.5",
|
|
128
128
|
"@agentproto/redaction": "0.2.1",
|
|
129
129
|
"@agentproto/routine": "0.2.0",
|
|
130
130
|
"@agentproto/sandbox": "0.2.2",
|
|
@@ -132,11 +132,11 @@
|
|
|
132
132
|
"@agentproto/telemetry-langfuse": "0.2.4",
|
|
133
133
|
"@agentproto/tool": "0.2.1",
|
|
134
134
|
"@agentproto/workflow": "0.2.0",
|
|
135
|
-
"@agentproto/workflow-
|
|
136
|
-
"@agentproto/workflow-
|
|
135
|
+
"@agentproto/workflow-loader": "0.1.3",
|
|
136
|
+
"@agentproto/workflow-runtime": "0.7.0"
|
|
137
137
|
},
|
|
138
138
|
"optionalDependencies": {
|
|
139
|
-
"@agentproto/sandbox-e2b": "0.3.
|
|
139
|
+
"@agentproto/sandbox-e2b": "0.3.3"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@types/node": "^25.6.2",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"typescript": "^5.9.3",
|
|
146
146
|
"vite-node": "^3.2.4",
|
|
147
147
|
"vitest": "^3.2.4",
|
|
148
|
-
"@agentproto/rendezvous": "0.2.
|
|
148
|
+
"@agentproto/rendezvous": "0.2.2",
|
|
149
149
|
"@agentproto/tooling": "0.1.0-alpha.0"
|
|
150
150
|
},
|
|
151
151
|
"scripts": {
|