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
↓ 463 callers
Method
push
(t: Toast)
src/cli/tui/state/toast-store.ts:21
↓ 206 callers
Method
has
(url: string)
src/embedding/embed.ts:29
↓ 154 callers
Function
createLogger
(module: Module)
src/logger.ts:81
↓ 151 callers
Function
resetConfig
()
src/config.ts:465
↓ 143 callers
Method
parse
(text: string)
src/crawl/robots.ts:14
↓ 137 callers
Method
warn
(msg: string, data?: Record<string, unknown>)
src/logger.ts:18
↓ 135 callers
Method
debug
(msg: string, data?: Record<string, unknown>)
src/logger.ts:16
↓ 125 callers
Function
getConfig
()
src/config.ts:300
↓ 123 callers
Method
get
(host: string)
src/fetch/router.ts:200
↓ 123 callers
Method
write
(line: string)
src/cli/tui/reporter.ts:34
↓ 96 callers
Function
closeDatabase
()
src/cache/db.ts:262
↓ 96 callers
Method
toString
(encoding?: string)
sdks/typescript/src/node-shims.d.ts:25
↓ 95 callers
Method
error
(msg: string, data?: Record<string, unknown>)
src/logger.ts:19
↓ 94 callers
Function
initDatabase
(dbPath: string)
src/cache/db.ts:105
↓ 75 callers
Method
info
(msg: string, data?: Record<string, unknown>)
src/logger.ts:17
↓ 69 callers
Method
close
Stop the owned daemon (no-op when not owned).
sdks/typescript/src/local.ts:49
↓ 66 callers
Method
set
Persist a secret. Returns where it landed (keychain or encrypted file).
src/cli/tui/state/propagation.ts:71
↓ 63 callers
Method
search
(query: string, options?: SearchEngineOptions)
src/types.ts:858
↓ 60 callers
Method
querySelector
(selector: string)
src/extraction/boilerplate.ts:38
↓ 55 callers
Function
getDatabase
()
src/cache/db.ts:255
↓ 50 callers
Method
querySelectorAll
(selector: string)
src/extraction/boilerplate.ts:33
↓ 49 callers
Function
fetch
(input, init)
sdks/typescript/tests/helpers.ts:32
↓ 47 callers
Function
cleanup
()
src/util/abort.ts:34
↓ 42 callers
Method
get
Read a secret. Returns null when not stored.
src/cli/tui/state/propagation.ts:73
↓ 41 callers
Method
set
(user: string, value: string)
src/persisted-config.ts:59
↓ 40 callers
Method
delete
(ids: string[])
src/providers/vector-store.ts:39
↓ 39 callers
Method
on
(event: 'exit', listener: () => void)
sdks/typescript/src/node-shims.d.ts:17
↓ 36 callers
Function
handleSearch
( input: SearchInput, engines: SearchEngine[], router: SmartRouter, backendStatus?: BackendStatus, s
src/tools/search.ts:21
↓ 31 callers
Method
fetch
( url: string, options?: { headers?: Record<string, string>; timeoutMs?: number; con
src/fetch/router.ts:109
↓ 30 callers
Method
start
(id: string, label: string, opts?: { totalBytes?: number })
src/cli/tui/reporter.ts:2
↓ 30 callers
Method
update
(id: string, text: string)
src/cli/tui/reporter.ts:3
↓ 27 callers
Method
clear
(host: string)
src/fetch/router.ts:201
↓ 27 callers
Function
createSettingsStore
( initial: Readonly<Record<string, unknown>>, toastStore?: ToastStore, activityStore?: ActivityStore, )
src/cli/tui/state/settings-store.ts:26
↓ 26 callers
Method
shutdown
()
src/embedding/embed.ts:302
↓ 25 callers
Function
handleFetch
( input: FetchInput, router: SmartRouter, )
src/tools/fetch.ts:150
↓ 24 callers
Function
resetPersistedConfig
()
src/persisted-config.ts:177
↓ 21 callers
Function
cacheContent
(result: RawFetchResult, extraction: ExtractionResult)
src/cache/store.ts:77
↓ 21 callers
Method
isDirectory
()
src/cli/tui/state/propagation.ts:80
↓ 20 callers
Function
readPersistedConfig
(configPath: string)
src/persisted-config.ts:288
↓ 19 callers
Method
fail
(id: string, error: string)
src/cli/tui/reporter.ts:6
↓ 19 callers
Method
text
()
src/fetch/tls-tier.ts:65
↓ 17 callers
Method
fill
(selector: string, value: string, options?: { timeout?: number })
src/fetch/action-executor.ts:15
↓ 16 callers
Function
countTokens
(text: string)
src/search/tokens.ts:6
↓ 16 callers
Method
stop
()
src/search/core/rss/feed-poller.ts:16
↓ 15 callers
Function
getBootstrapState
(dataDir: string)
src/searxng/bootstrap.ts:145
↓ 15 callers
Method
kill
(signal?: NodeJS.Signals)
sdks/typescript/src/node-shims.d.ts:39
↓ 15 callers
Function
wrapWithRetryAndBreaker
( engine: SearchEngine, cfg?: BreakerConfig, )
src/search/core/engine-base.ts:401
↓ 14 callers
Function
_resetSearchProviderForTest
()
src/providers/search-provider.ts:91
↓ 14 callers
Function
guardFetchUrl
( raw: string, fieldLabel: string, opts: { allowPrivate?: boolean } = {}, )
src/watch/ssrf.ts:213
↓ 14 callers
Function
httpFetch
(url: string, options: HttpFetchOptions = {})
src/fetch/http-client.ts:88
↓ 14 callers
Function
make_mock_process
Create a mock subprocess with canned JSON-RPC responses.
packages/wigolo-langchain/tests/conftest.py:109
↓ 14 callers
Function
normalizeUrl
(url: string)
src/cache/store.ts:45
↓ 14 callers
Method
search
Search the web. Returns scored evidence + citations.
sdks/python/src/wigolo/_client.py:302
↓ 13 callers
Method
_run
(self, fn_name: str, /, **kwargs: Any)
sdks/python/src/wigolo/_aio.py:83
↓ 13 callers
Method
call
(self, method: str, **kw: Any)
sdks/python/tests/test_integration.py:78
↓ 13 callers
Method
embed
Embed a batch of strings; returns one Float32Array per input.
src/providers/embed-provider.ts:14
↓ 13 callers
Method
extract
(html: string, url: string)
src/types.ts:226
↓ 13 callers
Method
fetchWithBrowser
( url: string, options?: BrowserFetchArgs, )
src/fetch/router.ts:148
↓ 13 callers
Function
htmlToMarkdown
(html: string)
src/extraction/markdown.ts:81
↓ 13 callers
Function
runV1Search
( input: OrchestratorInput, opts: RunV1SearchOptions = {}, )
src/search/core/orchestrator.ts:297
↓ 13 callers
Function
runWarmup
( flags: string[] = [], reporter?: WarmupReporter, )
src/cli/warmup.ts:362
↓ 12 callers
Method
aload_data
Async load -- fetches all URLs and returns Documents.
packages/wigolo-llamaindex/wigolo_llamaindex/reader.py:54
↓ 12 callers
Function
coerceFlags
( command: string, flags: Record<string, string>, )
src/cli/flag-bridge.ts:345
↓ 12 callers
Function
defaultConfigPath
()
src/persisted-config.ts:411
↓ 12 callers
Function
extractJsonLd
(html: string)
src/extraction/jsonld.ts:7
↓ 12 callers
Function
getExtractProvider
()
src/providers/extract-provider.ts:33
↓ 12 callers
Function
handleExtract
( input: ExtractInput, router: SmartRouter, )
src/tools/extract.ts:359
↓ 12 callers
Function
make_mock_process
Create a mock subprocess with canned JSON-RPC responses.
packages/wigolo-llamaindex/tests/conftest.py:108
↓ 12 callers
Method
parseResults
(html: string, maxResults: number)
src/search/engines/bing.ts:107
↓ 12 callers
Method
search
( queryVector: Float32Array, limit: number, filter?: Partial<VectorMetadata>, )
src/providers/vector-store.ts:34
↓ 11 callers
Method
create
()
src/daemon/rest/firecrawl-compat.ts:126
↓ 11 callers
Function
err
( status: number, reason: string, error: string, extra: { stage?: string; hint?: string } = {}, head
src/daemon/rest/errors.ts:38
↓ 11 callers
Method
extract
( html: string, url: string, options?: ExtractProviderOptions, )
src/providers/extract-provider.ts:23
↓ 11 callers
Method
note
(text: string)
src/cli/tui/reporter.ts:7
↓ 11 callers
Method
querySelectorAll
(selector: string)
src/fetch/hydration-probe.ts:22
↓ 11 callers
Method
success
(id: string, detail?: string)
src/cli/tui/reporter.ts:5
↓ 11 callers
Function
textOf
(el: Element | null | undefined)
src/extraction/site-extractors/amazon.ts:132
↓ 10 callers
Method
_call_tool
( self, tool: str, params: dict[str, Any], per_call_timeout: Optional[float] )
sdks/python/src/wigolo/_client.py:249
↓ 10 callers
Method
canHandle
(url: string, html?: string)
src/types.ts:225
↓ 10 callers
Method
connect
Spawn the wigolo subprocess and send the MCP initialize handshake.
packages/wigolo-langchain/wigolo_langchain/client.py:48
↓ 10 callers
Method
disconnect
Terminate the subprocess and clean up.
packages/wigolo-langchain/wigolo_langchain/client.py:90
↓ 10 callers
Function
ensure_local_daemon
Probe-or-spawn a local wigolo daemon. In local mode ``base_url_override`` (from ``WIGOLO_BASE_URL`` or an explicit ``base_url`` arg) is IGNOR
sdks/python/src/wigolo/_local.py:312
↓ 10 callers
Function
getEmbeddingService
()
src/embedding/embed.ts:368
↓ 10 callers
Method
isFile
()
src/cli/tui/state/propagation.ts:79
↓ 10 callers
Method
isSymbolicLink
()
src/cli/tui/state/propagation.ts:81
↓ 10 callers
Function
normalizeEol
(s: string)
src/cli/agents/skills/catalog.ts:33
↓ 10 callers
Function
r
(url: string, score: number, title = url, snippet = '')
tests/unit/search/core/rerank-fold.test.ts:8
↓ 10 callers
Function
readAsset
(relPath: string)
src/cli/agents/utils.ts:22
↓ 9 callers
Function
_fake_cmd
()
sdks/python/tests/test_unit_local.py:28
↓ 9 callers
Function
_make_fetch_result
( url: str = "https://example.com", title: str = "Example", markdown: str = "# Example\nContent he
packages/wigolo-llamaindex/tests/test_reader.py:16
↓ 9 callers
Method
call_tool
Send a tools/call request and return the parsed result.
packages/wigolo-langchain/wigolo_langchain/client.py:113
↓ 9 callers
Function
checkSamplingSupport
(server: SamplingCapableServer)
src/search/sampling.ts:23
↓ 9 callers
Method
detect
Returns true when wigolo can plausibly install into this agent on this machine.
src/cli/tui/agents-types.ts:19
↓ 9 callers
Method
getPending
()
src/cli/tui/state/settings-store.ts:13
↓ 9 callers
Function
handleAgent
( input: AgentInput, engines: SearchEngine[], router: SmartRouter, _backendStatus?: unknown, server?
src/tools/agent.ts:28
↓ 9 callers
Function
handleCrawl
( input: CrawlInput, router: SmartRouter, )
src/tools/crawl.ts:34
↓ 9 callers
Function
mergeBridged
(curated: T, bridged: Record<string, unknown>)
src/cli/flag-bridge.ts:468
↓ 9 callers
Function
mergeMcpJson
( configPath: string, entry: Record<string, unknown>, keyPath: string[], )
src/cli/agents/utils.ts:166
↓ 9 callers
Function
out
(line = '')
src/cli/doctor.ts:38
↓ 9 callers
Method
querySelector
(selector: string)
src/fetch/hydration-probe.ts:27
next →
1–100 of 3,662, ranked by callers