wunderland 0.50.1 → 0.50.2
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wunderland",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.2",
|
|
4
4
|
"description": "Autonomous AI agent framework with cognitive memory, infinite-context graph-based RAG, and HEXACO personality modeling — built on OpenClaw with 5-tier prompt-injection defense, adaptive HyDE retrieval, observational memory with Ebbinghaus decay, 37 channel integrations, and a zero-config CLI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -94,8 +94,9 @@
|
|
|
94
94
|
"human-in-the-loop"
|
|
95
95
|
],
|
|
96
96
|
"author": {
|
|
97
|
-
"name": "
|
|
98
|
-
"
|
|
97
|
+
"name": "Rabbit Hole Inc",
|
|
98
|
+
"email": "hi@rabbithole.inc",
|
|
99
|
+
"url": "https://rabbithole.inc"
|
|
99
100
|
},
|
|
100
101
|
"license": "MIT",
|
|
101
102
|
"homepage": "https://wunderland.sh",
|