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
↓ 3 callers
Function
tryConnectDaemon
(port: number, host: string)
src/daemon/proxy.ts:6
↓ 3 callers
Function
useShellWidth
()
src/cli/tui/shell/width.ts:12
↓ 3 callers
Function
validateSearchEngine
(value: unknown)
src/plugins/validate.ts:27
↓ 3 callers
Function
venvInstallHint
(pythonVersion?: string)
src/python-env.ts:121
↓ 3 callers
Function
wait
(ms: number)
tests/unit/cli/tui/components/WizardSteps.continue-quit.test.tsx:35
↓ 3 callers
Function
wait
(ms: number)
tests/unit/cli/tui/components/ImportScreen.test.tsx:24
↓ 3 callers
Method
warmup
()
src/search/reranker/transformers-rerank-provider.ts:61
↓ 3 callers
Function
warn
(text: string)
src/cli/tui/format.ts:19
↓ 3 callers
Function
windsurfDir
()
src/cli/agents/windsurf.ts:9
↓ 3 callers
Function
wipeSearxngState
(dataDir: string, reporter: WarmupReporter = noopReporter)
src/cli/warmup.ts:209
↓ 3 callers
Function
writeAgentBackup
( fs: WritableFs, target: AgentTarget, rawConfig: string, )
src/cli/tui/state/propagation.ts:253
↓ 2 callers
Method
_build_params
Build the tool call parameters, stripping None values.
packages/wigolo-langchain/wigolo_langchain/tools.py:109
↓ 2 callers
Method
_build_params
Build the tool call parameters, stripping None values.
packages/wigolo-langchain/wigolo_langchain/tools.py:191
↓ 2 callers
Method
_call_tool
Call the wigolo search tool and return JSON string.
packages/wigolo-langchain/wigolo_langchain/tools.py:113
↓ 2 callers
Method
_call_tool
Call the wigolo fetch tool and return JSON string.
packages/wigolo-langchain/wigolo_langchain/tools.py:205
↓ 2 callers
Method
_fetch_url
Fetch a single URL and convert to Document.
packages/wigolo-llamaindex/wigolo_llamaindex/reader.py:81
↓ 2 callers
Function
_post_op
(openapi, path)
sdks/python/tests/test_runtime_drift.py:64
↓ 2 callers
Function
_probe_health
GET /health. Returns the HTTP status code, or None if refused/unreachable.
sdks/python/src/wigolo/_local.py:53
↓ 2 callers
Function
_public_methods
(cls)
sdks/python/tests/test_unit_env_and_surface.py:18
↓ 2 callers
Function
_resetImageEnginesForTest
()
src/search/core/verticals/images.ts:35
↓ 2 callers
Function
_resetSiteExtractorsForTest
()
src/extraction/v1/site-extractors.ts:30
↓ 2 callers
Function
_resetTlsBackend
()
src/fetch/tls-tier.ts:86
↓ 2 callers
Function
_resetVectorStoreForTest
()
src/providers/vector-store.ts:62
↓ 2 callers
Method
_respond
(self)
sdks/python/tests/test_unit_transport.py:37
↓ 2 callers
Method
_send_request
Send JSON-RPC request and wait for response.
packages/wigolo-llamaindex/wigolo_llamaindex/client.py:127
↓ 2 callers
Method
_send_request
Send a JSON-RPC request and wait for the response.
packages/wigolo-langchain/wigolo_langchain/client.py:130
↓ 2 callers
Function
_setCredentialKeychainForTests
(kc: CredentialKeychain | null)
src/persisted-config.ts:74
↓ 2 callers
Method
aclose
Shut down the executor (off the event loop) and stop an owned daemon.
sdks/python/src/wigolo/_aio.py:69
↓ 2 callers
Method
acquire
()
src/fetch/browser-pool.ts:915
↓ 2 callers
Method
acquire
(url: string)
src/crawl/rate-limiter.ts:20
↓ 2 callers
Function
acquireBootstrapLock
(dataDir: string)
src/searxng/bootstrap.ts:62
↓ 2 callers
Method
acquireForType
(type: BrowserType)
src/fetch/browser-pool.ts:305
↓ 2 callers
Function
add
(key, hash)
scripts/gen-legacy-skill-hashes.mjs:28
↓ 2 callers
Function
addUniqueEdges
( edges: LinkEdge[], seen: Set<string>, from: string, links: string[], )
src/crawl/crawler.ts:356
↓ 2 callers
Function
agentSourcesToSearchResults
(sources: AgentSourceLike[])
src/agent/executor.ts:34
↓ 2 callers
Function
appendToLogFile
(line: string)
src/logger.ts:33
↓ 2 callers
Function
applyConsensusBoost
(results: MergedSearchResult[])
src/search/reranker/consensus-boost.ts:21
↓ 2 callers
Function
applyContextRank
( results: RawSearchResult[], query: string, contextText: string | undefined, options?: ContextRankOpt
src/search/core/context-rank.ts:49
↓ 2 callers
Function
argsOf
(call: unknown[])
tests/unit/cli/warmup-firefox.test.ts:68
↓ 2 callers
Function
atomicWrite
* Atomically serialize `cfg` to `configPath` (temp file + rename) with * owner-only (0o600) permissions. Does NOT read or merge — the caller passes
src/persisted-config.ts:264
↓ 2 callers
Function
atomicWrite
(path: string, data: string)
src/cli/agents/skills/receipts.ts:157
↓ 2 callers
Function
backfillEmbeddings
(opts: BackfillOptions)
src/cache/backfill-embeddings.ts:48
↓ 2 callers
Function
backoffSchedule
(attempt: number)
src/searxng/bootstrap.ts:30
↓ 2 callers
Function
badInput
(reason: string, hint?: string)
src/tools/watch.ts:31
↓ 2 callers
Function
belongsToNestedTable
(descendant: Element, table: Element)
src/extraction/extract.ts:57
↓ 2 callers
Function
blobResultFromLines
( lines: string[], displayName: string | null, language: string | null, fallbackTitle: string, )
src/extraction/site-extractors/github.ts:105
↓ 2 callers
Function
bodyTooLarge
(capBytes: number)
src/daemon/rest/errors.ts:77
↓ 2 callers
Function
bootstrapNativeSearxng
(dataDir: string)
src/searxng/bootstrap.ts:288
↓ 2 callers
Method
browserFetch
* Invoke the browser tier and map a hard bot-protection challenge * (ChallengeBlockedError, thrown by the browser pool's anti-bot fast-fail) * t
src/fetch/router.ts:655
↓ 2 callers
Function
build
(browserFetcher: BrowserPoolInterface['fetchWithBrowser'])
tests/unit/fetch/router.test.ts:538
↓ 2 callers
Function
buildCitationGraph
( synthesisText: string, sources: CitationGraphSource[], )
src/research/citation-graph.ts:23
↓ 2 callers
Function
buildCitationsFromEvidence
( results: SearchResultItem[], evidence: EvidenceItem[], baseCitations: Citation[], )
src/search/evidence.ts:295
↓ 2 callers
Function
buildEngineWarnings
( telemetry: EngineTelemetry[] | undefined, )
src/search/core/engine-warnings.ts:106
↓ 2 callers
Function
buildFallbackReport
( question: string, sources: ResearchSource[], maxLength: number, )
src/research/synthesize.ts:129
↓ 2 callers
Function
buildFetchInput
(url: string)
benchmarks/agent/task-executor.ts:39
↓ 2 callers
Function
buildLocalTierDoctorLines
(state: { localLlm: string; tier: LocalModelTier | null; })
src/cli/doctor.ts:392
↓ 2 callers
Function
buildMinimalRouter
()
src/cli/tui/actions/verify-router.ts:14
↓ 2 callers
Function
buildOllamaDoctorLines
(state: { llmConfigured: boolean; ollamaActive: boolean; reachable: boolean; baseUrl: string; model?
src/cli/doctor.ts:358
↓ 2 callers
Function
buildOpenApi
()
src/daemon/rest/openapi.ts:326
↓ 2 callers
Function
buildPageText
(title: string, markdown: string)
src/search/find-similar/crawl-rank.ts:318
↓ 2 callers
Function
buildPaletteIndex
({ catalog, actionLabels }: BuildPaletteIndexInput)
src/cli/tui/shell/palette-index.ts:16
↓ 2 callers
Function
buildQueryUnderstanding
( query: string, opts: BuildQUOptions = {}, )
src/search/core/query-understanding.ts:89
↓ 2 callers
Function
buildRankMap
(urls: string[])
src/search/rrf.ts:50
↓ 2 callers
Function
buildResearchBrief
( question: string, sources: ResearchSource[], subQueries: string[], perSourceCharCap: number, total
src/research/brief.ts:17
↓ 2 callers
Function
buildSearchContentBlocks
( input: SearchInput, data: SearchOutput, )
src/server/search-response.ts:12
↓ 2 callers
Function
buildSearchInput
(task: AgentTask)
benchmarks/agent/task-executor.ts:19
↓ 2 callers
Function
buildStructuredFallback
( results: SearchResultItem[], query: string, )
src/search/answer-synthesis.ts:140
↓ 2 callers
Function
buildToolsIndex
()
src/daemon/rest/openapi.ts:378
↓ 2 callers
Method
busy
()
src/cli/tui/state/activity-store.ts:5
↓ 2 callers
Method
callTool
(toolName: string, args: Record<string, unknown>)
src/daemon/proxy.ts:38
↓ 2 callers
Function
canonKey
(url: string)
src/search/core/orchestrator.ts:405
↓ 2 callers
Function
canonicalKey
(url: string)
src/search/hybrid/merge.ts:26
↓ 2 callers
Function
canonicalizeUrl
(input: string)
src/search/core/canonical-url.ts:75
↓ 2 callers
Function
capAuxFields
(out: FetchOutput, maxContentChars?: number)
src/tools/fetch.ts:70
↓ 2 callers
Function
checkAuth
(ctx: AuthContext, req: RequestAuthInput)
src/daemon/rest/auth.ts:128
↓ 2 callers
Function
checkDataDirWritable
* Cheap data-dir writability probe: create + delete a temp marker file in the * data dir. Surfaces the Docker bind-mount EACCES class at diagnosis ti
src/cli/doctor.ts:174
↓ 2 callers
Function
checkDocker
()
src/cli/doctor.ts:76
↓ 2 callers
Function
checkDocker
()
src/cli/tui/system-check.ts:91
↓ 2 callers
Function
checkDockerAvailable
()
src/searxng/bootstrap.ts:127
↓ 2 callers
Method
checkHealth
()
src/daemon/proxy.ts:71
↓ 2 callers
Function
checkMcpWiringForAgent
( input: McpWiringCheckInput, )
src/cli/tui/actions/verify-e2e.ts:165
↓ 2 callers
Function
checkPython
()
src/cli/doctor.ts:68
↓ 2 callers
Function
checkPython
()
src/cli/tui/system-check.ts:80
↓ 2 callers
Function
checkServeBindGate
(args: DaemonArgs)
src/cli/daemon.ts:90
↓ 2 callers
Function
clampBackoffMs
(ms: number)
src/fetch/politeness.ts:47
↓ 2 callers
Function
clampCrawlLimit
(body: Record<string, unknown>)
src/daemon/rest/firecrawl-compat.ts:377
↓ 2 callers
Function
clampTablesToChars
( data: ExtractOutput['data'], maxChars: number, )
src/tools/extract.ts:253
↓ 2 callers
Function
classifyContent
(url: string, html: string)
src/extraction/v1/classifier.ts:27
↓ 2 callers
Function
classifyIntent
(query: string, opts?: ClassifyOptions)
src/search/core/intent-router.ts:261
↓ 2 callers
Function
classifyUrlShape
(url: string, includeDomains?: string[])
src/research/source-validation.ts:120
↓ 2 callers
Function
cleanArticleBody
(body: string)
src/extraction/v1/schemas/Article.ts:22
↓ 2 callers
Function
cleanupComponent
( component: CleanableComponentId, dataDir: string, )
src/cli/tui/actions/cleanup.ts:50
↓ 2 callers
Function
clearCacheEntries
(options: { query?: string; urlPattern?: string; since?: string; })
src/cache/store.ts:491
↓ 2 callers
Function
clearanceExpiresIso
(expiresSeconds: number)
src/fetch/clearance-reuse.ts:89
↓ 2 callers
Method
clearanceFor
* The stored clearance for `host` when it is fresh AND presentable by `tier`, * else null. Purges an EXPIRED entry as a side-effect so a dead cooki
src/fetch/router.ts:525
↓ 2 callers
Method
close
(self)
sdks/python/src/wigolo/_local.py:194
↓ 2 callers
Function
closestPre
(el: Element)
src/extraction/v1/schemas/CodeSnippet.ts:75
↓ 2 callers
Function
collectPlugins
Scan the plugins dir into a structured list. Never throws.
src/cli/plugin.ts:168
↓ 2 callers
Function
collector
()
tests/unit/repl/shell.test.ts:38
↓ 2 callers
Function
combineSignals
Combine two abort signals into one that aborts when either does.
sdks/typescript/src/client.ts:83
← previous
next →
601–700 of 3,662, ranked by callers