mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00:00
refactor(media): move sharp image ops into media runtime (#71519)
* refactor(media): move sharp image ops into plugin * fix(media): pass image pixel budget to sharp plugin * refactor(media): reuse media understanding sharp runtime * test(build): allow staged runtime core graphs
This commit is contained in:
@@ -164,8 +164,9 @@
|
||||
"risk": ["version-parser"]
|
||||
},
|
||||
"sharp": {
|
||||
"owner": "capability:image-ops",
|
||||
"class": "default-runtime-initially",
|
||||
"owner": "plugin:media-understanding-core",
|
||||
"class": "plugin-runtime",
|
||||
"activation": ["media-understanding-core.image-ops"],
|
||||
"risk": ["native", "parser", "untrusted-files"]
|
||||
},
|
||||
"sqlite-vec": {
|
||||
@@ -193,6 +194,11 @@
|
||||
"class": "core-runtime",
|
||||
"risk": ["network"]
|
||||
},
|
||||
"web-push": {
|
||||
"owner": "core:web-push",
|
||||
"class": "core-runtime",
|
||||
"risk": ["network", "push-notifications", "crypto"]
|
||||
},
|
||||
"ws": {
|
||||
"owner": "core:gateway-websocket",
|
||||
"class": "core-runtime",
|
||||
|
||||
Reference in New Issue
Block a user