@agentproto/runtime 2.2.0 → 2.4.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/catalog-models.mjs +2 -1
- package/dist/catalog-models.mjs.map +1 -1
- package/dist/config.d.ts +20 -0
- package/dist/config.mjs.map +1 -1
- package/dist/index.d.ts +261 -5
- package/dist/index.mjs +581 -38
- package/dist/index.mjs.map +1 -1
- 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.4.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,11 +113,11 @@
|
|
|
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.
|
|
116
|
+
"@agentproto/app-kit": "0.5.0",
|
|
117
117
|
"@agentproto/auth": "1.0.0",
|
|
118
118
|
"@agentproto/command-sandbox": "0.2.0",
|
|
119
119
|
"@agentproto/driver": "0.2.0",
|
|
120
|
-
"@agentproto/driver-agent-cli": "2.2.
|
|
120
|
+
"@agentproto/driver-agent-cli": "2.2.1",
|
|
121
121
|
"@agentproto/eval-reporters": "0.2.6",
|
|
122
122
|
"@agentproto/manifest": "0.2.1",
|
|
123
123
|
"@agentproto/mcp-server": "0.2.5",
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
"@agentproto/redaction": "0.2.1",
|
|
129
129
|
"@agentproto/routine": "0.2.0",
|
|
130
130
|
"@agentproto/sandbox": "0.2.2",
|
|
131
|
+
"@agentproto/secrets": "0.2.2",
|
|
131
132
|
"@agentproto/telemetry-langfuse": "0.2.4",
|
|
132
133
|
"@agentproto/tool": "0.2.1",
|
|
133
|
-
"@agentproto/secrets": "0.2.2",
|
|
134
134
|
"@agentproto/workflow": "0.2.0",
|
|
135
|
-
"@agentproto/workflow-
|
|
136
|
-
"@agentproto/workflow-
|
|
135
|
+
"@agentproto/workflow-runtime": "0.7.0",
|
|
136
|
+
"@agentproto/workflow-loader": "0.1.3"
|
|
137
137
|
},
|
|
138
138
|
"optionalDependencies": {
|
|
139
139
|
"@agentproto/sandbox-e2b": "0.3.2"
|