mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:01:01 +00:00
refactor(web-fetch): move readability extraction to plugin
* refactor(web-fetch): move readability extraction to plugin * fix(web-fetch): cache extractor resolution by config * fix(test): remove redundant stat assertions
This commit is contained in:
14
extensions/web-readability/openclaw.plugin.json
Normal file
14
extensions/web-readability/openclaw.plugin.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "web-readability",
|
||||
"enabledByDefault": true,
|
||||
"name": "Web Readability Extraction",
|
||||
"description": "Extract readable article content from local HTML web fetch responses.",
|
||||
"contracts": {
|
||||
"webContentExtractors": ["readability"]
|
||||
},
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user