Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnockOutEZ/wigolo
/ functions
Functions
3,662 in github.com/KnockOutEZ/wigolo
⨍
Functions
3,662
◇
Types & classes
981
↓ 2 callers
Method
commitOne
Persist a single pending key to disk and remove it from pending on success.
src/cli/tui/state/settings-store.ts:21
↓ 2 callers
Function
complete
(line: string)
src/repl/completer.ts:87
↓ 2 callers
Function
componentSummaryFromWarmup
* Map warmup's internal WarmupResult to the init --json per-component shape. * Under --no-warmup no warmup ran, so every component is `skipped` (lazy
src/cli/init.ts:106
↓ 2 callers
Function
computeCitationAccuracy
(evaluations: (FactEvaluation & { category?: string })[])
benchmarks/agent/evaluator.ts:121
↓ 2 callers
Function
computeCompleteness
(evaluations: FactEvaluation[])
benchmarks/agent/evaluator.ts:133
↓ 2 callers
Function
computeDCG
(grades: number[])
benchmarks/search/metrics.ts:63
↓ 2 callers
Function
computeDiffEnvelope
(input: DiffEnvelopeInput)
src/cache/diff-engine.ts:668
↓ 2 callers
Function
computeF1
(extracted: string, golden: string)
benchmarks/extraction/metrics.ts:35
↓ 2 callers
Function
computeFactualAccuracy
(evaluations: FactEvaluation[])
benchmarks/agent/evaluator.ts:110
↓ 2 callers
Function
computeFreshnessSignal
( url: string, publishedDate: string | undefined, )
src/search/core/freshness.ts:37
↓ 2 callers
Function
computeLatencyPercentiles
(latencies: number[])
benchmarks/search/metrics.ts:125
↓ 2 callers
Function
computeMRR
( rankedUrls: string[], judgments: RelevanceJudgment[], queryId: string, )
benchmarks/search/metrics.ts:43
↓ 2 callers
Function
computeNDCGAtK
( rankedUrls: string[], judgments: RelevanceJudgment[], queryId: string, k: number, )
benchmarks/search/metrics.ts:110
↓ 2 callers
Function
computePrecisionAtK
( rankedUrls: string[], judgments: RelevanceJudgment[], queryId: string, k: number, )
benchmarks/search/metrics.ts:25
↓ 2 callers
Function
computeQueryMetrics
( queryId: string, query: string, category: QueryCategory, rankedUrls: string[], judgments: Relevanc
benchmarks/search/metrics.ts:155
↓ 2 callers
Function
computeRougeL
(extracted: string, golden: string)
benchmarks/extraction/metrics.ts:47
↓ 2 callers
Function
computeSearchSummary
(results: QueryMetricResult[])
benchmarks/search/report.ts:12
↓ 2 callers
Function
computeStorage
(dataDir: string)
src/cli/tui/actions/compute-storage.ts:65
↓ 2 callers
Function
computeSummary
(results: ExtractionBenchmarkResult[])
benchmarks/extraction/report.ts:12
↓ 2 callers
Function
computeUnifiedDiff
(oldText: string, newText: string)
src/cache/diff-engine.ts:150
↓ 2 callers
Method
configPath
* Returns the path wigolo will write its MCP config to (or read from for status). * Returns null for cli-command agents (Claude Code).
src/cli/tui/agents-types.ts:24
↓ 2 callers
Method
connectionError
(err: unknown)
sdks/typescript/src/client.ts:224
↓ 2 callers
Function
contentAppearsEmpty
(html: string)
src/fetch/content-check.ts:105
↓ 2 callers
Function
cooldownForFailure
Class-scaled cooldown: a transient (rate-limit) failure recovers on the * short window; a forbidden / other failure keeps the caller-supplied * cool
src/search/core/engine-base.ts:215
↓ 2 callers
Function
countHeadings
(markdown: string)
benchmarks/extraction/metrics.ts:67
↓ 2 callers
Function
countLinks
(markdown: string)
benchmarks/extraction/metrics.ts:78
↓ 2 callers
Function
countStatuses
(actions: PlanAction[])
src/cli/skills.ts:482
↓ 2 callers
Function
crawlCacheFailure
* Envelope a crawl/cache in-band `error` string. The value is either a stable * ssrf reason code (→ 400) or an upstream fetch code (→ 502); free text
src/daemon/rest/dispatch.ts:76
↓ 2 callers
Method
crawlFromExplicitUrls
* Crawl an explicit list of URLs (e.g. from a sitemap probe). Applies * include/exclude patterns, robots.txt, max_pages, and rate limits the * s
src/crawl/crawler.ts:230
↓ 2 callers
Function
crawlRank
( seedUrl: string, input: FindSimilarInput, router: SmartRouter, options: CrawlRankOptions = {}, )
src/search/find-similar/crawl-rank.ts:34
↓ 2 callers
Method
crawlTraversal
( input: CrawlInput, seedOrigin: string, maxDepth: number, maxPages: number, strategy: 'bf
src/crawl/crawler.ts:86
↓ 2 callers
Function
createAgentTool
(client: WigoloMcpClient)
packages/wigolo-vercel-ai-sdk/src/tools.ts:155
↓ 2 callers
Function
createFindSimilarTool
(client: WigoloMcpClient)
packages/wigolo-vercel-ai-sdk/src/tools.ts:106
↓ 2 callers
Function
createJob
(input: CreateJobInput)
src/watch/store.ts:62
↓ 2 callers
Function
createLocalClient
(opts: CreateLocalClientOptions = {})
sdks/typescript/src/local.ts:273
↓ 2 callers
Function
createResearchTool
(client: WigoloMcpClient)
packages/wigolo-vercel-ai-sdk/src/tools.ts:131
↓ 2 callers
Function
createStubEngine
(results: RawSearchResult[] = [])
tests/unit/agent/pipeline.local-tier.test.ts:35
↓ 2 callers
Function
createStubRouter
()
tests/unit/agent/pipeline.local-tier.test.ts:39
↓ 2 callers
Function
createWebCrawlTool
(client: WigoloMcpClient)
packages/wigolo-vercel-ai-sdk/src/tools.ts:76
↓ 2 callers
Function
createWebFetchTool
(client: WigoloMcpClient)
packages/wigolo-vercel-ai-sdk/src/tools.ts:48
↓ 2 callers
Function
createWebSearchTool
(client: WigoloMcpClient)
packages/wigolo-vercel-ai-sdk/src/tools.ts:12
↓ 2 callers
Function
decomposeMultiHop
(query: string)
src/search/multi-query.ts:246
↓ 2 callers
Function
decomposeQuery
(query: string)
src/search/query.ts:4
↓ 2 callers
Function
decomposeQuestion
( question: string, depth: 'quick' | 'standard' | 'comprehensive', server?: SamplingCapableServer, )
src/research/decompose.ts:24
↓ 2 callers
Function
decryptFromFile
(machineId: string, filePath: string)
src/security/key-crypto.ts:131
↓ 2 callers
Function
decryptSecret
(blob: string, machineId: string)
src/security/key-crypto.ts:70
↓ 2 callers
Function
dedupAgainstRecentUrls
( results: RawSearchResult[], recentUrls: string[] | undefined, )
src/search/core/recent-cache-dedup.ts:97
↓ 2 callers
Function
defuddleExtract
(html: string, url: string)
src/extraction/defuddle.ts:7
↓ 2 callers
Function
deleteJob
(id: string)
src/watch/store.ts:125
↓ 2 callers
Function
deleteKey
( provider: LLMProvider, opts: KeyStoreOpts, )
src/security/key-store.ts:154
↓ 2 callers
Function
deriveKey
* Derive a 256-bit AES key from a machine-id string and a random salt using * scrypt (N=16384, r=8, p=1). These parameters are deliberately conservat
src/security/key-crypto.ts:37
↓ 2 callers
Method
detect
True when wigolo is currently registered in this agent's config.
src/cli/tui/state/agent-targets.ts:33
↓ 2 callers
Function
detectBrandCollision
( query: string, topUrls: string[], )
src/search/core/brand-collision.ts:215
↓ 2 callers
Function
detectCodeLanguage
(classAttr: string | null | undefined)
src/extraction/lang-hints.ts:18
↓ 2 callers
Function
detectCrossReferences
(sources: ResearchSource[])
src/research/brief.ts:163
↓ 2 callers
Function
detectDivGridTablesFromDoc
(doc: Document)
src/extraction/div-grid.ts:315
↓ 2 callers
Function
detectEntityCollision
(query: string)
src/search/core/brand-collision.ts:261
↓ 2 callers
Function
detectEntityGaps
(question: string, subQueries: string[])
src/research/entity-extractor.ts:55
↓ 2 callers
Function
detectFramework
(html: string)
src/extraction/site-extractors/docs-generic.ts:19
↓ 2 callers
Function
detectListTables
(html: string)
src/extraction/list.ts:244
↓ 2 callers
Function
detectPlaywrightInstall
()
src/fetch/playwright-tier.ts:14
↓ 2 callers
Function
detectQueryType
(question: string)
src/research/decompose.ts:145
↓ 2 callers
Function
detectStaleSearxngLock
Whether a stale searxng lock/port file is present (process dead / unparseable).
src/cli/doctor.ts:571
↓ 2 callers
Function
dirExists
(path: string)
src/cli/tui/detect-helpers.ts:18
↓ 2 callers
Function
dirNonEmpty
(dirPath: string)
src/cli/tui/actions/setup-status.ts:203
↓ 2 callers
Method
dismiss
Immediately remove the currently active toast (e.g. after action fires).
src/cli/tui/state/toast-store.ts:26
↓ 2 callers
Function
dispatchTool
(tool: string, input: unknown, ctx: DispatchContext)
src/daemon/rest/dispatch.ts:198
↓ 2 callers
Function
displayPath
(v: unknown)
src/cli/tui/components/FieldRenderer.tsx:70
↓ 2 callers
Function
domainFromUrl
(url: string)
src/repl/formatters.ts:30
↓ 2 callers
Method
embed
(texts: string[])
src/embedding/fastembed-provider.ts:58
↓ 2 callers
Function
emit
(text: string)
src/repl/shell.ts:143
↓ 2 callers
Function
emitInitJson
(summary: InitJsonSummary)
src/cli/init.ts:339
↓ 2 callers
Function
encryptSecret
(plaintext: string, machineId: string)
src/security/key-crypto.ts:50
↓ 2 callers
Function
encryptToFile
( plaintext: string, machineId: string, filePath: string, )
src/security/key-crypto.ts:107
↓ 2 callers
Method
enqueue
(job: IndexJobInput)
src/embedding/background-queue.ts:87
↓ 2 callers
Function
enqueueIndexCrawl
(item: CrawlResultItem)
src/crawl/index-to-vec.ts:32
↓ 2 callers
Function
ensureAdminToken
(dataDir: string)
src/daemon/admin-token.ts:26
↓ 2 callers
Function
ensureLLMCacheTable
()
src/integrations/cloud/llm/cache.ts:4
↓ 2 callers
Function
ensureNested
Navigate-or-create the nested object at `path`. Returns the leaf object.
src/cli/tui/state/propagation.ts:155
↓ 2 callers
Method
ensureStats
(domain: string)
src/fetch/router.ts:1286
↓ 2 callers
Function
entityHead
(query: string)
src/search/core/brand-collision.ts:173
↓ 2 callers
Function
entityQualifiedRewrite
(query: string)
src/search/core/brand-collision.ts:243
↓ 2 callers
Function
envInt
(name: string, fallback: number)
src/fetch/browser-acquire.ts:82
↓ 2 callers
Function
errorMessage
(err: unknown)
src/research/branch-exploration.ts:131
↓ 2 callers
Function
evaluateBindGate
(input: BindGateInput)
src/daemon/rest/auth.ts:65
↓ 2 callers
Function
evaluateFact
(fact: ExpectedFact, content: string)
benchmarks/agent/evaluator.ts:39
↓ 2 callers
Function
evaluateSignals
(input: SearchInput, output: SearchOutput)
src/search/hybrid/signals.ts:119
↓ 2 callers
Function
evaluateTask
( taskId: string, taskType: TaskType, query: string, execution: TaskExecutionResult, expectedFacts:
benchmarks/agent/evaluator.ts:145
↓ 2 callers
Function
executeActions
( page: PlaywrightPage, actions: BrowserAction[] | undefined | null, opts?: ActionExecutorOptions, )
src/fetch/action-executor.ts:23
↓ 2 callers
Function
executeAgentPlan
( plan: AgentPlan, engines: SearchEngine[], router: SmartRouter, budget: ExecutionBudget, prompt = '
src/agent/executor.ts:130
↓ 2 callers
Function
executeTask
( task: AgentTask, searchFn: SearchFn, fetchFn: FetchFn, )
benchmarks/agent/task-executor.ts:47
↓ 2 callers
Function
expandQuery
(query: string)
src/search/core/query-expansion.ts:141
↓ 2 callers
Function
exploreInParallel
( queries: string[], executor: (q: string, signal: AbortSignal) => Promise<T>, options: BranchOptions =
src/research/branch-exploration.ts:23
↓ 2 callers
Function
extractAmazonProduct
(html: string, url: string)
src/extraction/site-extractors/amazon.ts:404
↓ 2 callers
Function
extractArticle
(html: string, url: string)
src/extraction/v1/schemas/Article.ts:111
↓ 2 callers
Function
extractArxivId
(url: string)
src/extraction/v1/schemas/Paper.ts:126
↓ 2 callers
Function
extractBlob
* Blob extraction (sync). Modern React `react-app.embeddedData` payload first; * legacy server-rendered selectors as the final fallback (old cached p
src/extraction/site-extractors/github.ts:219
↓ 2 callers
Function
extractBlobLegacy
(document: Document, title: string)
src/extraction/site-extractors/github.ts:191
↓ 2 callers
Function
extractBoldText
(content: string)
src/embedding/key-terms.ts:116
↓ 2 callers
Function
extractBrandAsync
( html: string, options: ExtractBrandOptions = {}, )
src/extraction/brand.ts:1022
← previous
next →
701–800 of 3,662, ranked by callers