@agentproto/runtime 2.7.0 → 2.8.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/index.d.ts +57 -6
- package/dist/index.mjs +323 -169
- package/dist/index.mjs.map +1 -1
- package/dist/pr-provenance.d.ts +29 -1
- package/dist/pr-provenance.mjs +17 -2
- package/dist/pr-provenance.mjs.map +1 -1
- package/dist/resume-strategies.d.ts +13 -1
- package/dist/resume-strategies.mjs +25 -14
- package/dist/resume-strategies.mjs.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/runtime",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.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",
|
|
@@ -126,20 +126,20 @@
|
|
|
126
126
|
"@agentproto/eval-reporters": "0.2.6",
|
|
127
127
|
"@agentproto/manifest": "0.2.1",
|
|
128
128
|
"@agentproto/mcp-server": "0.2.5",
|
|
129
|
-
"@agentproto/model-catalog": "0.8.
|
|
129
|
+
"@agentproto/model-catalog": "0.8.4",
|
|
130
130
|
"@agentproto/provider-kit": "0.4.1",
|
|
131
|
-
"@agentproto/provider-presets": "0.6.
|
|
132
|
-
"@agentproto/providers-store": "0.3.
|
|
131
|
+
"@agentproto/provider-presets": "0.6.1",
|
|
132
|
+
"@agentproto/providers-store": "0.3.7",
|
|
133
133
|
"@agentproto/redaction": "0.2.1",
|
|
134
|
-
"@agentproto/sandbox": "0.2.3",
|
|
135
134
|
"@agentproto/routine": "0.2.0",
|
|
135
|
+
"@agentproto/sandbox": "0.2.3",
|
|
136
136
|
"@agentproto/secrets": "0.2.2",
|
|
137
137
|
"@agentproto/telemetry-langfuse": "0.2.4",
|
|
138
138
|
"@agentproto/tool": "0.2.1",
|
|
139
139
|
"@agentproto/workflow": "0.2.0",
|
|
140
140
|
"@agentproto/workflow-loader": "0.1.3",
|
|
141
141
|
"@agentproto/workflow-runtime": "0.7.0",
|
|
142
|
-
"@agentproto/workspace-brain": "0.
|
|
142
|
+
"@agentproto/workspace-brain": "0.3.0"
|
|
143
143
|
},
|
|
144
144
|
"optionalDependencies": {
|
|
145
145
|
"@agentproto/sandbox-e2b": "0.3.4"
|