@agentproto/runtime 2.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/runtime",
3
- "version": "2.2.0",
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",
@@ -117,9 +117,9 @@
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.0",
121
- "@agentproto/eval-reporters": "0.2.6",
120
+ "@agentproto/driver-agent-cli": "2.2.1",
122
121
  "@agentproto/manifest": "0.2.1",
122
+ "@agentproto/eval-reporters": "0.2.6",
123
123
  "@agentproto/mcp-server": "0.2.5",
124
124
  "@agentproto/model-catalog": "0.8.1",
125
125
  "@agentproto/provider-kit": "0.4.1",
@@ -127,10 +127,10 @@
127
127
  "@agentproto/providers-store": "0.3.4",
128
128
  "@agentproto/redaction": "0.2.1",
129
129
  "@agentproto/routine": "0.2.0",
130
+ "@agentproto/secrets": "0.2.2",
130
131
  "@agentproto/sandbox": "0.2.2",
131
- "@agentproto/telemetry-langfuse": "0.2.4",
132
132
  "@agentproto/tool": "0.2.1",
133
- "@agentproto/secrets": "0.2.2",
133
+ "@agentproto/telemetry-langfuse": "0.2.4",
134
134
  "@agentproto/workflow": "0.2.0",
135
135
  "@agentproto/workflow-loader": "0.1.3",
136
136
  "@agentproto/workflow-runtime": "0.7.0"