@lunora/agent 1.0.0-alpha.5 → 1.0.0-alpha.6
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunora/agent",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.6",
|
|
4
4
|
"description": "Durable AI agents for Lunora: defineAgent compiles a replay-safe tool-loop onto Cloudflare Workflows, with DO SQLite threads and live message subscriptions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@lunora/ai": "1.0.0-alpha.17",
|
|
80
80
|
"@lunora/errors": "1.0.0-alpha.6",
|
|
81
81
|
"@lunora/mail": "1.0.0-alpha.16",
|
|
82
|
-
"@lunora/server": "1.0.0-alpha.
|
|
82
|
+
"@lunora/server": "1.0.0-alpha.29",
|
|
83
83
|
"@lunora/values": "1.0.0-alpha.9",
|
|
84
84
|
"@lunora/workflow": "1.0.0-alpha.11",
|
|
85
85
|
"@modelcontextprotocol/sdk": "^1.29.0",
|