MCPcopy Create free account

hub / github.com/KnockOutEZ/wigolo / functions

Functions3,662 in github.com/KnockOutEZ/wigolo

↓ 3 callersFunctionbuildEvidenceItem
(input: { title: string; url: string; sectionHeading: string | null; excerpt: string; score: number;
src/search/evidence.ts:174
↓ 3 callersFunctionbuildSearchCacheKey
( query: string, filters?: SearchCacheFilters, )
src/cache/store.ts:345
↓ 3 callersFunctionbuildSourcesText
(results: SearchResultItem[])
src/search/answer-synthesis.ts:90
↓ 3 callersFunctionbuildSynthesisPrompt
(query: string, sourcesText: string)
src/search/answer-synthesis.ts:116
↓ 3 callersFunctioncellTexts
(row: Element)
src/extraction/extract.ts:128
↓ 3 callersFunctioncheckDiskSpace
(path: string = homedir())
src/cli/tui/system-check.ts:105
↓ 3 callersFunctioncheckNode
()
src/cli/tui/system-check.ts:44
↓ 3 callersFunctioncheckPlaywright
()
src/cli/doctor.ts:86
↓ 3 callersFunctioncheckPythonAvailable
()
src/searxng/bootstrap.ts:117
↓ 3 callersFunctioncheckVenvModule
(pythonExe: string = resolvePythonExe())
src/python-env.ts:70
↓ 3 callersFunctionclassifyWidth
(cols: number)
src/cli/tui/shell/width.ts:6
↓ 3 callersFunctionclaudeDir
()
src/cli/agents/claude-code.ts:8
↓ 3 callersMethodclosest
(selector: string)
src/fetch/hydration-probe.ts:23
↓ 3 callersFunctioncodexDir
()
src/cli/agents/codex.ts:10
↓ 3 callersFunctioncomputeAgentSummary
(results: TaskEvaluation[])
benchmarks/agent/metrics.ts:12
↓ 3 callersFunctioncomputeDiffSummary
(oldMarkdown: string, newMarkdown: string)
src/cache/diff-summary.ts:65
↓ 3 callersFunctioncomputeHunks
( oldText: string, newText: string, granularity: DiffGranularity, )
src/cache/diff-engine.ts:350
↓ 3 callersFunctioncomputeLcsTable
(oldLines: string[], newLines: string[])
src/cache/lcs.ts:19
↓ 3 callersFunctioncomputeMetrics
(extracted: string, golden: string)
benchmarks/extraction/metrics.ts:89
↓ 3 callersFunctioncomputeNDCG
( rankedUrls: string[], judgments: RelevanceJudgment[], queryId: string, )
benchmarks/search/metrics.ts:79
↓ 3 callersFunctioncomputePrecision
(extracted: string, golden: string)
benchmarks/extraction/metrics.ts:7
↓ 3 callersFunctioncomputeRecall
(extracted: string, golden: string)
benchmarks/extraction/metrics.ts:21
↓ 3 callersFunctionconfigReferencesLlmKey
(cfg: { provider?: { keyLocation?: unknown }; settings: Record<string, unknown>; })
src/cli/tui/actions/setup-status.ts:79
↓ 3 callersMethodconsumeWarning
Returns warning text once per fallback session, then undefined.
src/server/backend-status.ts:31
↓ 3 callersFunctioncountFeedItems
()
src/search/core/rss/feed-store.ts:172
↓ 3 callersMethodcrawl
Crawl a site from a seed URL. ``strategy='map'`` returns ``urls`` (no ``pages``); bfs/dfs/sitemap return ``pages``.
sdks/python/src/wigolo/_client.py:414
↓ 3 callersFunctioncredentialKeychainUser
(settingsKey: string)
src/fetch/proxy-credentials.ts:17
↓ 3 callersFunctioncuratedAliases
(tool: ToolName)
src/cli/flag-bridge.ts:85
↓ 3 callersFunctioncursorDir
()
src/cli/agents/cursor.ts:9
↓ 3 callersFunctiondeadlineFor
(tool: string)
src/daemon/rest/limits.ts:39
↓ 3 callersFunctiondecodeBingTrackerUrl
(href: string)
src/search/engines/bing.ts:8
↓ 3 callersFunctiondeduplicatePages
(pages: PageInput[], domain?: string)
src/crawl/dedup.ts:99
↓ 3 callersFunctiondefaultProbeDeps
()
src/cli/tui/actions/setup-status.ts:212
↓ 3 callersFunctiondescribeAntiBot
(statusCode: number, html: string | null | undefined)
src/fetch/tls-tier.ts:663
↓ 3 callersFunctiondescribeFetchError
(err: unknown)
src/fetch/error-describe.ts:33
↓ 3 callersFunctiondetectAntiBotBlock
(html: string)
src/extraction/site-extractors/amazon.ts:60
↓ 3 callersFunctiondetectChange
(url: string, newMarkdown: string, newHttpStatus?: number)
src/cache/change-detector.ts:29
↓ 3 callersFunctiondetectDivGridTables
(html: string)
src/extraction/div-grid.ts:310
↓ 3 callersFunctiondetectInstalledAgentIds
( agents: ReadonlyArray<AgentTarget>, )
src/cli/tui/state/agent-install-hints.ts:49
↓ 3 callersFunctiondetectListTablesFromDoc
(doc: Document)
src/extraction/list.ts:249
↓ 3 callersFunctiondirectCells
(row: Element)
src/extraction/extract.ts:79
↓ 3 callersMethoddiscard
()
src/cli/tui/state/settings-store.ts:17
↓ 3 callersMethoddisconnect
()
packages/wigolo-vercel-ai-sdk/src/client.ts:98
↓ 3 callersFunctiondiscoverSessions
( cdpUrl: string, options?: DiscoverOptions, )
src/fetch/cdp-client.ts:74
↓ 3 callersFunctiondomainQualityScore
( url: string, vertical: Vertical, query: string, )
src/search/core/domain-quality.ts:150
↓ 3 callersMethodembedAndStore
(url: string, markdown: string)
src/embedding/embed.ts:196
↓ 3 callersFunctionencFilePath
Returns the encrypted file path for a given provider.
src/security/key-store.ts:91
↓ 3 callersMethodensureBrowser
* Ensure the browser engine is available for the caller's fetch. * - Already installed → 'ready' immediately (no installer touched). * - Missi
src/fetch/browser-acquire.ts:136
↓ 3 callersFunctionerrorMessage
(err: unknown)
src/cli/tui/state/propagation.ts:219
↓ 3 callersFunctionexecuteAgent
(args: ParsedArgs, deps: ReplDeps)
src/repl/commands/agent.ts:10
↓ 3 callersFunctionexecuteCache
(args: ParsedArgs)
src/repl/commands/cache.ts:9
↓ 3 callersFunctionexecuteCrawl
( args: ParsedArgs, deps: ReplDeps, )
src/repl/commands/crawl.ts:10
↓ 3 callersFunctionexecuteDiff
(args: ParsedArgs, deps: ReplDeps)
src/repl/commands/diff.ts:34
↓ 3 callersFunctionexecuteExtract
(args: ParsedArgs, deps: ReplDeps)
src/repl/commands/extract.ts:10
↓ 3 callersFunctionexecuteFetch
(args: ParsedArgs, deps: ReplDeps)
src/repl/commands/fetch.ts:23
↓ 3 callersFunctionexecuteFindSimilar
( args: ParsedArgs, deps: ReplDeps, )
src/repl/commands/find-similar.ts:10
↓ 3 callersFunctionexecuteResearch
(args: ParsedArgs, deps: ReplDeps)
src/repl/commands/research.ts:10
↓ 3 callersFunctionexecuteSearch
(args: ParsedArgs, deps: ReplDeps)
src/repl/commands/search.ts:10
↓ 3 callersFunctionexecuteWatch
(args: ParsedArgs, deps: ReplDeps)
src/repl/commands/watch.ts:47
↓ 3 callersFunctionexpandIfSingle
(query: string | string[])
src/search/multi-query.ts:292
↓ 3 callersFunctionexpandQueryHeuristic
(query: string)
src/search/multi-query.ts:270
↓ 3 callersFunctionexportConfig
( exportPath: string, configPath: string, )
src/cli/tui/actions/export-import-config.ts:67
↓ 3 callersFunctionextractCitations
( answer: string, results: SearchResultItem[], )
src/search/answer-synthesis.ts:376
↓ 3 callersFunctionextractComparisonEntities
(question: string)
src/research/decompose.ts:201
↓ 3 callersFunctionextractKeyTerms
(content: string, title: string)
src/embedding/key-terms.ts:30
↓ 3 callersFunctionextractNews
(html: string, url: string)
src/extraction/v1/news.ts:15
↓ 3 callersFunctionextractRecipe
(html: string, _url: string)
src/extraction/v1/recipe.ts:6
↓ 3 callersFunctionextractStructuredData
(html: string)
src/extraction/structured-data.ts:16
↓ 3 callersFunctionextractWithLLM
( input: LLMFallbackInput, )
src/extraction/llm-fallback.ts:48
↓ 3 callersFunctionextractWithSchemaDetailedAsync
( html: string, schema: JsonSchema, opts: SchemaExtractionOpts = {}, )
src/extraction/schema.ts:347
↓ 3 callersFunctionfallbackHighlights
( results: SearchResultItem[], maxHighlights: number, )
src/search/highlights.ts:188
↓ 3 callersFunctionfetchContentForResults
( results: SearchResultItem[], router: SmartRouter, ctx: FetchContentContext, )
src/search/content-fetch.ts:233
↓ 3 callersFunctionfetchFn
(url: string)
src/tools/crawl.ts:63
↓ 3 callersFunctionfetchWithPlaywright
(url: string, opts: { timeoutMs?: number; signal?: AbortSignal } = {})
src/fetch/playwright-tier.ts:65
↓ 3 callersFunctionfilePath
(dataDir: string, key: string)
src/cli/tui/state/secret-store.ts:52
↓ 3 callersMethodfindSimilar
( queryText: string, topK: number, excludeUrls?: Set<string>, )
src/embedding/embed.ts:256
↓ 3 callersMethodfinish
()
src/cli/tui/reporter.ts:8
↓ 3 callersFunctionformatCacheResult
(output: CacheOutput)
src/repl/formatters.ts:216
↓ 3 callersFunctionformatCrawlResult
(output: CrawlOutput, seedUrl: string)
src/repl/formatters.ts:112
↓ 3 callersFunctionformatExtractResult
(output: ExtractOutput)
src/repl/formatters.ts:163
↓ 3 callersFunctionformatFetchResult
(output: FetchOutput)
src/repl/formatters.ts:88
↓ 3 callersFunctionformatMapResult
(output: MapOutput, seedUrl: string)
src/repl/formatters.ts:138
↓ 3 callersFunctionformatSearchResults
(output: SearchOutput)
src/repl/formatters.ts:53
↓ 3 callersFunctionfreePort
()
sdks/typescript/tests/serve-harness.ts:35
↓ 3 callersFunctiongeminiDir
()
src/cli/agents/gemini-cli.ts:9
↓ 3 callersFunctiongetDomainClearance
(host: string)
src/cache/store.ts:749
↓ 3 callersFunctiongetEmbeddingForUrl
(url: string, modelId?: string)
src/cache/store.ts:607
↓ 3 callersFunctiongetEngineSessionTrips
(name: string)
src/search/core/engine-base.ts:336
↓ 3 callersMethodgetIndex
* Lightweight index view. Returns `size` from the backing VectorStore and * `has` from a local URL-cache populated by embedAndStore. Callers that
src/embedding/embed.ts:180
↓ 3 callersFunctiongetState
(name: string)
src/search/core/engine-base.ts:229
↓ 3 callersMethodgetUrl
()
src/searxng/docker.ts:74
↓ 3 callersFunctiongetVersion
()
src/cli/help.ts:12
↓ 3 callersFunctiongetVersion
()
src/cli/agents/utils.ts:12
↓ 3 callersFunctionglyph
(s: ComponentState)
src/cli/tui/actions/setup-status.ts:33
↓ 3 callersMethodguardChallengeShell
* Terminal choke point: never return a challenge-shell body as final fetch * content. When a lower tier's result is about to exit to the caller as
src/fetch/router.ts:771
↓ 3 callersFunctionguardUrl
Run the shared serve-mode target guard on a URL. Returns an error message on * refusal (mapped to 400), or null when allowed.
src/daemon/rest/firecrawl-compat.ts:226
↓ 3 callersFunctionhandleCompatRequest
( req: IncomingMessage, _res: ServerResponse, ctx: CompatContext, )
src/daemon/rest/firecrawl-compat.ts:472
↓ 3 callersFunctionhasBrowserChallengeBody
(html: string | null | undefined)
src/fetch/tls-tier.ts:565
↓ 3 callersFunctionhasChallengeHeader
(headers: Record<string, string> | undefined)
src/fetch/tls-tier.ts:410
↓ 3 callersFunctionhasRecencyIntent
(query: string, now: Date = new Date())
src/search/reranker/recency.ts:3
← previousnext →401–500 of 3,662, ranked by callers