import type { OpenClawConfig } from "../config/types.openclaw.js"; import type {
WebContentExtractionResult,
WebContentExtractMode,
} from "../plugins/web-content-extractor-types.js"; import { resolvePluginWebContentExtractors } from "../plugins/web-content-extractors.runtime.js";
let extractorPromise: Promise<ReturnType<typeof resolvePluginWebContentExtractors>> | undefined; const extractorPromisesByConfig = new WeakMap<
OpenClawConfig,
Promise<ReturnType<typeof resolvePluginWebContentExtractors>>
>();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.