Documentation
¶
Overview ¶
Package runner wires the crawl engine, analyzer registry, and report builder into a single entry point used by both the CLI and the MCP server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildRegistry ¶
BuildRegistry constructs the default analyzer registry. The fetcher is used by analyzers that retrieve additional resources (e.g. the sitemap analyzer). When specialized is true, the opt-in, lower-confidence AI-search heuristics (AEO direct-answer-lead, GEO quotable-density) are turned on; otherwise they stay silent.
Types ¶
type AnalyzerInfo ¶
AnalyzerInfo describes one registered analyzer.
func ListAnalyzers ¶
func ListAnalyzers() []AnalyzerInfo
ListAnalyzers returns metadata for every registered analyzer.
Click to show internal directories.
Click to hide internal directories.