wunderland 0.32.3 → 0.32.5
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 +12 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wunderland",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.5",
|
|
4
4
|
"description": "AI-powered personal assistant framework built on AgentOS, forked from OpenClaw channels/integrations/bridges - adaptive agents with HEXACO personality, multi-channel communication, hierarchical inference, and human-in-the-loop security",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -97,16 +97,16 @@
|
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@clack/prompts": "^0.9.1",
|
|
100
|
-
"@framers/agentos": "
|
|
101
|
-
"@framers/agentos-ext-cli-executor": "
|
|
102
|
-
"@framers/agentos-ext-giphy": "
|
|
103
|
-
"@framers/agentos-ext-image-search": "
|
|
104
|
-
"@framers/agentos-ext-news-search": "
|
|
105
|
-
"@framers/agentos-ext-voice-synthesis": "
|
|
106
|
-
"@framers/agentos-ext-web-browser": "
|
|
107
|
-
"@framers/agentos-ext-web-search": "
|
|
108
|
-
"@framers/agentos-extensions-registry": "
|
|
109
|
-
"@framers/sql-storage-adapter": "
|
|
100
|
+
"@framers/agentos": "^0.1.35",
|
|
101
|
+
"@framers/agentos-ext-cli-executor": "^1.1.0",
|
|
102
|
+
"@framers/agentos-ext-giphy": "^1.0.0",
|
|
103
|
+
"@framers/agentos-ext-image-search": "^1.0.0",
|
|
104
|
+
"@framers/agentos-ext-news-search": "^1.0.0",
|
|
105
|
+
"@framers/agentos-ext-voice-synthesis": "^1.0.0",
|
|
106
|
+
"@framers/agentos-ext-web-browser": "^1.1.0",
|
|
107
|
+
"@framers/agentos-ext-web-search": "^1.1.1",
|
|
108
|
+
"@framers/agentos-extensions-registry": "^0.1.1",
|
|
109
|
+
"@framers/sql-storage-adapter": "^0.5.2",
|
|
110
110
|
"@opentelemetry/api": "^1.9.0",
|
|
111
111
|
"@opentelemetry/api-logs": "^0.201.1",
|
|
112
112
|
"@opentelemetry/auto-instrumentations-node": "^0.59.0",
|
|
@@ -123,8 +123,7 @@
|
|
|
123
123
|
"uuid": "^9.0.0"
|
|
124
124
|
},
|
|
125
125
|
"optionalDependencies": {
|
|
126
|
-
"@framers/agentos-
|
|
127
|
-
"@framers/agentos-skills-registry": "*"
|
|
126
|
+
"@framers/agentos-skills-registry": "^0.2.0"
|
|
128
127
|
},
|
|
129
128
|
"devDependencies": {
|
|
130
129
|
"@types/node": "^20.10.0",
|