@agentproto/runtime 0.1.0 → 0.1.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/runtime",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
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",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"gray-matter": "^4.0.3",
|
|
81
81
|
"ws": "^8.18.0",
|
|
82
82
|
"zod": "^4.4.3",
|
|
83
|
-
"@agentproto/agent": "0.
|
|
84
|
-
"@agentproto/manifest": "0.
|
|
85
|
-
"@agentproto/mcp-server": "0.
|
|
83
|
+
"@agentproto/agent": "0.2.0",
|
|
84
|
+
"@agentproto/manifest": "0.2.0",
|
|
85
|
+
"@agentproto/mcp-server": "0.2.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@types/node": "^25.6.2",
|