WebReaper.AI
10.0.0
See the version list below for details.
dotnet add package WebReaper.AI --version 10.0.0
NuGet\Install-Package WebReaper.AI -Version 10.0.0
<PackageReference Include="WebReaper.AI" Version="10.0.0" />
<PackageVersion Include="WebReaper.AI" Version="10.0.0" />
<PackageReference Include="WebReaper.AI" />
paket add WebReaper.AI --version 10.0.0
#r "nuget: WebReaper.AI, 10.0.0"
#:package WebReaper.AI@10.0.0
#addin nuget:?package=WebReaper.AI&version=10.0.0
#tool nuget:?package=WebReaper.AI&version=10.0.0
LLM-backed IContentExtractor for WebReaper, bound to Microsoft.Extensions.AI.Abstractions (IChatClient). Bring your own model — OpenAI, Anthropic, Ollama, anything implementing IChatClient. Adds ScraperEngineBuilder.WithLlmExtractor. Satellite package (ADR-0009) so the WebReaper core stays dependency-light and AOT-clean.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.AI.Abstractions (>= 9.4.0-preview.1.25207.5)
- WebReaper (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WebReaper.AI:
| Package | Downloads |
|---|---|
|
WebReaper.Mcp
MCP (Model Context Protocol) server satellite for WebReaper. Exposes scrape / map / extract as MCP tools over stdio for Cursor / Claude Desktop / Copilot Studio. Interop adapter; the primary agent surface remains the WebReaper CLI (ADR-0043). Satellite (ADR-0009); heavy MCP SDK deps quarantined; core stays AOT-clean. |
GitHub repositories
This package is not used by any popular GitHub repositories.
10.0.0: initial release. LLM-backed IContentExtractor satellite (ADR-0044) bound to Microsoft.Extensions.AI.Abstractions (IChatClient). Bring your own model — OpenAI, Anthropic, Ollama, anything implementing IChatClient. Ships LlmContentExtractor (Markdown pre-clean by default, deterministic Temperature=0, MaxTokens=4096), a Schema → JSON Schema bridge, and ScraperEngineBuilder.WithLlmExtractor. Also ships LlmSelectorRepairer + WithLlmSelfHealing for the SelfHealingContentExtractor (ADR-0047 — LLM proposes selectors on a fold failure, deterministic re-run validates, per-crawl cache persists the patch). New satellite package per ADR-0009: the consumer's IChatClient makes the LLM call, so the satellite quarantines AI deps off the dependency-light, Native-AOT-clean core. Requires WebReaper 10.0.0.