@agentproto/runtime 2.1.0 → 2.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/README.md +1 -0
- package/dist/index.d.ts +31 -2
- package/dist/index.mjs +900 -116
- package/dist/index.mjs.map +1 -1
- package/dist/resume-strategies.mjs.map +1 -1
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/runtime",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.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",
|
|
@@ -113,29 +113,30 @@
|
|
|
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.4.0",
|
|
116
117
|
"@agentproto/auth": "1.0.0",
|
|
117
118
|
"@agentproto/command-sandbox": "0.2.0",
|
|
118
119
|
"@agentproto/driver": "0.2.0",
|
|
119
|
-
"@agentproto/driver-agent-cli": "2.1
|
|
120
|
-
"@agentproto/eval-reporters": "0.2.5",
|
|
120
|
+
"@agentproto/driver-agent-cli": "2.2.1",
|
|
121
121
|
"@agentproto/manifest": "0.2.1",
|
|
122
|
+
"@agentproto/eval-reporters": "0.2.6",
|
|
122
123
|
"@agentproto/mcp-server": "0.2.5",
|
|
123
|
-
"@agentproto/model-catalog": "0.8.
|
|
124
|
+
"@agentproto/model-catalog": "0.8.1",
|
|
124
125
|
"@agentproto/provider-kit": "0.4.1",
|
|
125
126
|
"@agentproto/provider-presets": "0.5.1",
|
|
126
|
-
"@agentproto/providers-store": "0.3.
|
|
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.1",
|
|
130
130
|
"@agentproto/secrets": "0.2.2",
|
|
131
|
-
"@agentproto/
|
|
131
|
+
"@agentproto/sandbox": "0.2.2",
|
|
132
132
|
"@agentproto/tool": "0.2.1",
|
|
133
|
-
"@agentproto/
|
|
134
|
-
"@agentproto/workflow
|
|
135
|
-
"@agentproto/workflow-
|
|
133
|
+
"@agentproto/telemetry-langfuse": "0.2.4",
|
|
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.
|
|
139
|
+
"@agentproto/sandbox-e2b": "0.3.2"
|
|
139
140
|
},
|
|
140
141
|
"devDependencies": {
|
|
141
142
|
"@types/node": "^25.6.2",
|