Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnockOutEZ/wigolo
/ functions
Functions
3,724 in github.com/KnockOutEZ/wigolo
⨍
Functions
3,724
◇
Types & classes
988
↓ 5 callers
Function
_resetCodeEnginesForTest
()
src/search/core/verticals/code.ts:73
↓ 5 callers
Function
_resetGeneralEnginesForTest
()
src/search/core/verticals/general.ts:61
↓ 5 callers
Function
_resetNewsEnginesForTest
()
src/search/core/verticals/news.ts:79
↓ 5 callers
Function
_resolve_command
Resolve the argv list to launch a wigolo server. Precedence: env ``WIGOLO_CLI`` (JSON list, or a single whole-string executable path) > ``shu
sdks/python/src/wigolo/_local.py:81
↓ 5 callers
Function
_to_json
Serialize a tool result dict to a compact JSON string.
packages/wigolo-crewai/wigolo_crewai/_core.py:36
↓ 5 callers
Function
anySignal
(signals: AbortSignal[])
src/util/abort.ts:31
↓ 5 callers
Function
applyConfigs
( detected: DetectedAgent[], selected: AgentId[], opts: ApplyConfigsOptions = {}, )
src/cli/tui/config-writer.ts:125
↓ 5 callers
Function
applyOutputBudget
( text: string, opts: { maxTokensOut?: number; maxChars?: number }, )
src/search/truncate.ts:24
↓ 5 callers
Method
commit
()
src/cli/tui/state/settings-store.ts:18
↓ 5 callers
Function
createMcpServer
(subsystems: Subsystems)
src/server.ts:283
↓ 5 callers
Method
current
()
src/cli/tui/state/toast-store.ts:22
↓ 5 callers
Function
defaultSecretStore
(opts: DefaultSecretStoreOpts)
src/cli/tui/state/secret-store.ts:72
↓ 5 callers
Function
detectRareTerms
(query: string)
src/search/core/rare-terms.ts:67
↓ 5 callers
Method
evaluate
(src: string)
src/fetch/settle.ts:68
↓ 5 callers
Function
extractErrorTokens
(query: string)
src/search/core/error-intent.ts:82
↓ 5 callers
Function
extractHighlights
( query: string, results: SearchResultItem[], maxHighlights: number = DEFAULT_MAX_HIGHLIGHTS, )
src/search/highlights.ts:112
↓ 5 callers
Function
extractStructured
(html: string)
src/extraction/structured.ts:14
↓ 5 callers
Function
getCacheStats
()
src/cache/store.ts:579
↓ 5 callers
Function
getCachedSearchResults
( query: string, opts: CacheLookupOptions = {}, )
src/cache/store.ts:420
↓ 5 callers
Function
getCodeEngines
()
src/search/core/verticals/code.ts:22
↓ 5 callers
Method
getCurrent
()
src/cli/tui/state/settings-store.ts:12
↓ 5 callers
Function
getJob
(id: string)
src/watch/store.ts:113
↓ 5 callers
Function
getPackageRoot
()
src/cli/agents/utils.ts:6
↓ 5 callers
Function
guardUrlField
* Run the serve-mode target guard on a required URL. Returns null when allowed; * a 400 DispatchResult when refused. Mirrors the fetch dispatch patte
src/daemon/rest/dispatch.ts:66
↓ 5 callers
Function
installBrowser
( browser: BrowserName, )
src/cli/warmup.ts:161
↓ 5 callers
Function
loadLegacyHashes
()
src/cli/agents/skills/catalog.ts:133
↓ 5 callers
Method
markHealthy
()
src/server/backend-status.ts:23
↓ 5 callers
Method
markUnhealthy
(reason: string)
src/server/backend-status.ts:9
↓ 5 callers
Function
parseCommand
(argv: string[])
src/cli/index.ts:77
↓ 5 callers
Function
planSkills
(opts: PlanOptions)
src/cli/agents/skills/planner.ts:351
↓ 5 callers
Function
queryHasErrorToken
(query: string)
src/search/core/intent-router.ts:72
↓ 5 callers
Function
readInitConfig
(dataDir: string)
src/cli/tui/utils/config-writer.ts:18
↓ 5 callers
Function
recordDomainClearance
(host: string, clearance: DomainClearance)
src/cache/store.ts:796
↓ 5 callers
Function
redactUrl
(raw: string)
src/util/redact-url.ts:9
↓ 5 callers
Function
releaseLock
(dataDir: string)
src/searxng/process.ts:99
↓ 5 callers
Function
removeAllSkills
(opts: RemoveAllOptions)
src/cli/agents/skills/executor.ts:654
↓ 5 callers
Function
rerankResults
( query: string, results: MergedSearchResult[], opts: { skip?: boolean } = {}, )
src/search/rerank.ts:12
↓ 5 callers
Method
research
Multi-step research over the web. ``stream`` is schema-accepted but has no effect over this transport.
sdks/python/src/wigolo/_client.py:551
↓ 5 callers
Function
resolvePythonExe
()
src/python-env.ts:38
↓ 5 callers
Function
resolveSearchBackend
()
src/searxng/bootstrap.ts:204
↓ 5 callers
Function
runCommand
( cmd: string, args: string[], opts: RunCommandOptions = {}, )
src/cli/tui/run-command.ts:17
↓ 5 callers
Function
runInit
(args: string[])
src/cli/init.ts:251
↓ 5 callers
Function
runSetupMcp
(args: string[])
src/cli/setup-mcp.ts:38
↓ 5 callers
Function
runSynthesis
( input: SynthesisInput, )
src/search/answer-synthesis.ts:247
↓ 5 callers
Function
sanitizeFtsQuery
(q: string)
src/cache/store.ts:17
↓ 5 callers
Function
sanitizeSourceText
(text: string)
src/research/render-brief.ts:16
↓ 5 callers
Function
saveInitConfig
(dataDir: string, config: Record<string, unknown>)
src/cli/tui/utils/config-writer.ts:9
↓ 5 callers
Function
scrubWigoloEnv
()
sdks/typescript/tests/helpers.ts:4
↓ 5 callers
Function
selectProvider
( env: Record<string, string | undefined>, )
src/integrations/cloud/llm/select.ts:35
↓ 5 callers
Function
snapshotPath
(path: string, captureContent = false)
src/cli/agents/skills/snapshot.ts:15
↓ 5 callers
Function
spawn_serve
Spawn the worktree dist serve with a clean env. Waits for health.
sdks/python/tests/conftest.py:109
↓ 5 callers
Function
splitIntoPassages
(markdown: string)
src/search/highlights.ts:47
↓ 5 callers
Method
subscribe
(fn: Listener)
src/cli/tui/state/toast-store.ts:24
↓ 5 callers
Method
unlink
(path: string)
src/cli/tui/state/propagation.ts:90
↓ 5 callers
Function
withReceiptsLock
(fn: (store: ReceiptStore) => { store: ReceiptStore; result: T })
src/cli/agents/skills/receipts.ts:291
↓ 5 callers
Method
writeFile
(path: string, data: string)
src/cli/tui/state/propagation.ts:86
↓ 4 callers
Function
__resetResolvedContainerCli
()
src/searxng/docker.ts:40
↓ 4 callers
Function
_clearFeedStoreForTest
()
src/search/core/rss/feed-store.ts:183
↓ 4 callers
Function
_make_fetch_output
(url: str = "https://example.com")
packages/wigolo-langchain/tests/test_tools.py:33
↓ 4 callers
Method
_request
( self, method: str, path: str, *, body: Optional[dict[str, Any]] = No
sdks/python/src/wigolo/_client.py:152
↓ 4 callers
Function
_resetMigrationGuard
()
src/cache/migrations/runner.ts:285
↓ 4 callers
Function
adminTokenPath
(dataDir: string)
src/daemon/admin-token.ts:17
↓ 4 callers
Function
applyAuthorityBoost
( query: string, results: T[], opts: AuthorityBoostOptions = {}, )
src/search/reranker/authority-boost.ts:108
↓ 4 callers
Function
applyEvidenceDefault
( input: SearchInput, output: SearchOutput, results: SearchResultItem[], query: string, )
src/search/evidence.ts:193
↓ 4 callers
Function
applySkillsPlan
(plan: SkillsPlan)
src/cli/agents/skills/executor.ts:86
↓ 4 callers
Function
approximateSummaryForTruncated
(oldLines: string[], newLines: string[])
src/cache/diff-engine.ts:119
↓ 4 callers
Function
atomicWriteJson
(fs: WritableFs, path: string, payload: unknown)
src/cli/tui/state/propagation.ts:186
↓ 4 callers
Function
autoReporter
(opts: AutoReporterOptions = {})
src/cli/tui/reporter-auto.ts:10
↓ 4 callers
Method
blur
No-op when `path` has no pending value; otherwise calls commitOne.
src/cli/tui/state/settings-store.ts:23
↓ 4 callers
Function
booleanFlagsFor
(command: string)
src/cli/flag-bridge.ts:188
↓ 4 callers
Function
buildEditScript
Walk the LCS DP table backwards to produce an ordered edit script.
src/cache/diff-engine.ts:49
↓ 4 callers
Method
cache
Query or manage the local knowledge cache.
sdks/python/src/wigolo/_client.py:452
↓ 4 callers
Function
canonicalForCrawl
(url: string)
src/crawl/url-utils.ts:16
↓ 4 callers
Function
canonicalForOutput
(url: string)
src/crawl/url-utils.ts:36
↓ 4 callers
Function
changedCharsFromOps
(ops: EditOp[])
src/cache/diff-engine.ts:110
↓ 4 callers
Function
checkFastembedCache
(dataDir: string)
src/cli/doctor.ts:150
↓ 4 callers
Function
classifyIntentDetailed
( query: string, opts?: ClassifyOptions, )
src/search/core/intent-router.ts:219
↓ 4 callers
Function
clearDomainClearance
(host: string)
src/cache/store.ts:818
↓ 4 callers
Function
clearanceCookieValue
(cookie: string)
src/fetch/clearance-reuse.ts:55
↓ 4 callers
Function
closeDaemonBrowser
()
src/fetch/playwright-tier.ts:60
↓ 4 callers
Function
countsFromOps
(ops: EditOp[])
src/cache/diff-engine.ts:82
↓ 4 callers
Method
crawl
(input: CrawlInput)
src/crawl/crawler.ts:33
↓ 4 callers
Function
createActivityStore
()
src/cli/tui/state/activity-store.ts:10
↓ 4 callers
Function
deduplicateResults
(results: RawSearchResult[])
src/search/dedup.ts:14
↓ 4 callers
Function
defaultAgentTargets
(opts: DefaultAgentTargetsOpts)
src/cli/tui/state/agent-targets.ts:92
↓ 4 callers
Function
defaultWritableFs
()
src/cli/tui/state/propagation.ts:96
↓ 4 callers
Function
detectAgents
(opts: DetectAgentsOptions = {})
src/cli/tui/agents.ts:119
↓ 4 callers
Function
detectInstalledHandlers
()
src/cli/agents/registry.ts:44
↓ 4 callers
Method
disconnect
()
packages/wigolo-vercel-ai-sdk/src/client.ts:98
↓ 4 callers
Method
embedAsync
(url: string, markdown: string)
src/embedding/embed.ts:248
↓ 4 callers
Function
extractMetadata
(html: string)
src/extraction/metadata.ts:20
↓ 4 callers
Function
extractSection
( markdown: string, section: string, sectionIndex = 0, )
src/extraction/markdown.ts:131
↓ 4 callers
Function
extractSitemapUrlFromRobots
(robotsTxt: string)
src/crawl/sitemap.ts:88
↓ 4 callers
Function
filterByDomains
( results: T[], includeDomains?: string[], excludeDomains?: string[], )
src/search/filters.ts:18
↓ 4 callers
Function
findSimilar
( input: FindSimilarInput, engines: SearchEngine[], router: SmartRouter, backendStatus?: BackendStatus
src/search/find-similar.ts:37
↓ 4 callers
Function
fire
()
src/cli/tui/state/toast-store.ts:38
↓ 4 callers
Function
getAllEmbeddings
(modelId?: string)
src/cache/store.ts:972
↓ 4 callers
Function
getDocsEngines
()
src/search/core/verticals/docs.ts:15
↓ 4 callers
Function
getDomainRouting
(domain: string)
src/cache/store.ts:692
↓ 4 callers
Function
getPackageVersion
()
src/cli/tui/version.ts:9
← previous
next →
201–300 of 3,724, ranked by callers