@agentproto/runtime 2.0.0 → 2.1.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 +3 -3
- package/dist/config.d.ts +40 -1
- package/dist/config.mjs.map +1 -1
- package/dist/index.d.ts +245 -10
- package/dist/index.mjs +8393 -7885
- package/dist/index.mjs.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/runtime",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.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,36 @@
|
|
|
106
106
|
"access": "public"
|
|
107
107
|
},
|
|
108
108
|
"dependencies": {
|
|
109
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
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/
|
|
115
|
+
"@agentproto/agent": "0.2.1",
|
|
117
116
|
"@agentproto/auth": "1.0.0",
|
|
117
|
+
"@agentproto/command-sandbox": "0.2.0",
|
|
118
118
|
"@agentproto/driver": "0.2.0",
|
|
119
119
|
"@agentproto/driver-agent-cli": "2.1.0",
|
|
120
|
-
"@agentproto/eval-reporters": "0.2.
|
|
120
|
+
"@agentproto/eval-reporters": "0.2.5",
|
|
121
121
|
"@agentproto/manifest": "0.2.1",
|
|
122
|
-
"@agentproto/mcp-server": "0.2.
|
|
123
|
-
"@agentproto/model-catalog": "0.
|
|
124
|
-
"@agentproto/provider-kit": "0.4.
|
|
125
|
-
"@agentproto/provider-presets": "0.5.
|
|
126
|
-
"@agentproto/providers-store": "0.3.
|
|
122
|
+
"@agentproto/mcp-server": "0.2.5",
|
|
123
|
+
"@agentproto/model-catalog": "0.8.0",
|
|
124
|
+
"@agentproto/provider-kit": "0.4.1",
|
|
125
|
+
"@agentproto/provider-presets": "0.5.1",
|
|
126
|
+
"@agentproto/providers-store": "0.3.3",
|
|
127
127
|
"@agentproto/redaction": "0.2.1",
|
|
128
128
|
"@agentproto/routine": "0.2.0",
|
|
129
|
-
"@agentproto/sandbox": "0.2.
|
|
129
|
+
"@agentproto/sandbox": "0.2.1",
|
|
130
130
|
"@agentproto/secrets": "0.2.2",
|
|
131
131
|
"@agentproto/telemetry-langfuse": "0.2.3",
|
|
132
132
|
"@agentproto/tool": "0.2.1",
|
|
133
|
-
"@agentproto/workflow-loader": "0.1.2",
|
|
134
133
|
"@agentproto/workflow": "0.1.1",
|
|
134
|
+
"@agentproto/workflow-loader": "0.1.2",
|
|
135
135
|
"@agentproto/workflow-runtime": "0.6.0"
|
|
136
136
|
},
|
|
137
137
|
"optionalDependencies": {
|
|
138
|
-
"@agentproto/sandbox-e2b": "0.3.
|
|
138
|
+
"@agentproto/sandbox-e2b": "0.3.1"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@types/node": "^25.6.2",
|