MCPcopy Create free account

hub / github.com/KnockOutEZ/wigolo / functions

Functions3,724 in github.com/KnockOutEZ/wigolo

↓ 9 callersFunctionmergeMcpJson
( configPath: string, entry: Record<string, unknown>, keyPath: string[], )
src/cli/agents/utils.ts:166
↓ 9 callersFunctionout
(line = '')
src/cli/doctor.ts:38
↓ 9 callersMethodrespond
Single write helper; guards against double-write on a settled response.
src/daemon/rest/router.ts:75
↓ 9 callersFunctionrunResearchPipeline
( input: ResearchInput, engines: SearchEngine[], router: SmartRouter, server?: SamplingCapableServer,
src/research/pipeline.ts:61
↓ 9 callersFunctionsearxngConfigured
(cfg: SearxngConfigView)
src/searxng/enabled.ts:23
↓ 9 callersMethodsize
()
src/embedding/embed.ts:28
↓ 9 callersFunctionstoreKey
( provider: LLMProvider, value: string, opts: KeyStoreOpts, )
src/security/key-store.ts:100
↓ 9 callersFunctiontoolFlagSpecs
(command: string)
src/cli/flag-bridge.ts:164
↓ 8 callersFunction_free_port
()
sdks/python/tests/test_unit_local.py:20
↓ 8 callersMethodaload_data
Async search and return Documents.
packages/wigolo-llamaindex/wigolo_llamaindex/reader.py:163
↓ 8 callersMethodbegin
(label: string)
src/cli/tui/state/activity-store.ts:4
↓ 8 callersMethodconnect
Spawn wigolo subprocess and perform MCP initialize handshake.
packages/wigolo-llamaindex/wigolo_llamaindex/client.py:47
↓ 8 callersFunctioncreateToastStore
()
src/cli/tui/state/toast-store.ts:34
↓ 8 callersMethoddisconnect
Terminate the subprocess.
packages/wigolo-llamaindex/wigolo_llamaindex/client.py:87
↓ 8 callersFunctionerrorEnvelope
( error_reason: string, error: string, extra: { stage?: string; hint?: string } = {}, )
src/daemon/rest/errors.ts:24
↓ 8 callersFunctiongetBreakerSnapshot
()
src/search/core/engine-base.ts:361
↓ 8 callersFunctiongetSearchProvider
()
src/providers/search-provider.ts:33
↓ 8 callersFunctionhandleCache
(input: CacheInput, router?: SmartRouter)
src/tools/cache.ts:28
↓ 8 callersFunctionmergeBlock
(filePath: string, block: string)
src/cli/agents/utils.ts:60
↓ 8 callersFunctionnextUserAgent
(previous?: string)
src/search/engines/user-agents.ts:24
↓ 8 callersFunctionprint
(line: string)
src/cli/init.ts:408
↓ 8 callersFunctionremoveBlock
(filePath: string)
src/cli/agents/utils.ts:122
↓ 8 callersMethodrerank
( query: string, candidates: RerankCandidate[], topK?: number, )
src/providers/rerank-provider.ts:23
↓ 8 callersFunctionstageFailure
Envelope a StageResult failure.
src/daemon/rest/dispatch.ts:47
↓ 8 callersMethodstop
()
sdks/typescript/tests/serve-harness.ts:74
↓ 8 callersMethodupsert
(records: VectorRecord[])
src/providers/vector-store.ts:33
↓ 8 callersMethodwarmup
()
src/embedding/fastembed-provider.ts:89
↓ 7 callersFunction_make_search_output
(results: list[dict] | None = None, query: str = "test")
packages/wigolo-langchain/tests/test_retrievers.py:31
↓ 7 callersFunctionabortRejection
(signal?: AbortSignal)
src/util/abort.ts:55
↓ 7 callersFunctionapplyAggregateMarkdownBudget
( items: T[], getBody: (item: T) => string, setBody: (item: T, body: string) => void, opts: { maxToken
src/search/evidence.ts:117
↓ 7 callersFunctioncacheSearchResults
( query: string, results: SearchResultItem[], enginesUsed: string[], )
src/cache/store.ts:393
↓ 7 callersMethodcallTool
(name: string, args: Record<string, unknown>)
packages/wigolo-vercel-ai-sdk/src/client.ts:111
↓ 7 callersFunctioncanonicalKey
(destPath: string)
src/cli/agents/skills/receipts.ts:59
↓ 7 callersFunctionclearKeyStoreMemo
()
src/security/key-store.ts:81
↓ 7 callersMethodclose
Release resources. In local mode, stops an owned daemon.
sdks/python/src/wigolo/_client.py:125
↓ 7 callersMethoddirtyKeys
()
src/cli/tui/state/settings-store.ts:15
↓ 7 callersFunctionemitJson
(env: SkillsJson)
src/cli/skills.ts:72
↓ 7 callersFunctionend
(chunk?: string)
tests/unit/daemon/rest-router.test.ts:54
↓ 7 callersMethodensureProviderReady
* Load the embedding provider on first use. Memoized: concurrent callers * share one in-flight probe, and a verified provider never re-probes. *
src/embedding/embed.ts:112
↓ 7 callersFunctionextractWithSchemaDetailed
( html: string, schema: JsonSchema, )
src/extraction/schema.ts:39
↓ 7 callersFunctionhandleFindSimilar
( input: FindSimilarInput, engines: SearchEngine[], router: SmartRouter, backendStatus?: BackendStatus
src/tools/find-similar.ts:27
↓ 7 callersFunctionhandleResearch
( input: ResearchInput, engines: SearchEngine[], router: SmartRouter, _backendStatus?: unknown, serv
src/tools/research.ts:25
↓ 7 callersFunctionisAntiBotStatus
(status: number)
src/fetch/tls-tier.ts:393
↓ 7 callersMethodisAvailable
()
src/embedding/embed.ts:161
↓ 7 callersMethodisDirty
()
src/cli/tui/state/settings-store.ts:14
↓ 7 callersFunctionkeychainAvailable
()
src/security/keychain.ts:51
↓ 7 callersFunctionlistPackNames
()
src/cli/agents/skills/catalog.ts:114
↓ 7 callersFunctionloadPack
(name: string)
src/cli/agents/skills/catalog.ts:83
↓ 7 callersFunctionreadReceipts
()
src/cli/agents/skills/receipts.ts:138
↓ 7 callersFunctionremoveMcpJson
(configPath: string, keyPath: string[])
src/cli/agents/utils.ts:196
↓ 7 callersMethodrequest
( method: 'GET' | 'POST', path: string, body: unknown, timeoutMs: number, call: CallOption
sdks/typescript/src/client.ts:151
↓ 7 callersFunctionresolveContainerCli
()
src/searxng/docker.ts:26
↓ 7 callersFunctionresolveStealthUA
()
src/fetch/stealth.ts:31
↓ 7 callersFunctionresolveTarget
( agent: string, scope: Scope, cwd: string, home: string = homedir(), )
src/cli/agents/skills/targets.ts:104
↓ 7 callersFunctionrunDoctor
(dataDir: string, opts?: DoctorOptions)
src/cli/doctor.ts:644
↓ 7 callersFunctionrunLlmText
(opts: RunLlmTextOpts)
src/integrations/cloud/llm/run.ts:132
↓ 7 callersFunctionselectProviderWithKeyStore
( env: Record<string, string | undefined>, opts: KeyStoreOpts, )
src/integrations/cloud/llm/select.ts:65
↓ 7 callersFunctionsha256
(content: string)
src/cli/agents/skills/snapshot.ts:7
↓ 7 callersFunctiontag
(el: Element)
src/extraction/div-grid.ts:44
↓ 7 callersFunctiontruncateSmartly
(text: string, maxChars: number)
src/search/truncate.ts:5
↓ 7 callersFunctionvscodeUserDir
(home?: string)
src/cli/agents/vscode.ts:21
↓ 7 callersFunctionwriteErr
(line: string)
src/cli/skills.ts:48
↓ 6 callersFunction_make_search_result
(n: int = 2, query: str = "test")
packages/wigolo-llamaindex/tests/test_reader.py:34
↓ 6 callersMethodarrayBuffer
()
src/fetch/tls-tier.ts:66
↓ 6 callersFunctionasset
(path: string)
site/src/lib/site.ts:15
↓ 6 callersFunctionbuildEvidenceFromMarkdown
( query: string, title: string, url: string, markdown: string, opts: BuildEvidenceOptions = {}, )
src/search/evidence.ts:50
↓ 6 callersMethodcall_tool
Send a tools/call request and return the parsed result.
packages/wigolo-llamaindex/wigolo_llamaindex/client.py:110
↓ 6 callersMethodconnect
()
packages/wigolo-vercel-ai-sdk/src/client.ts:46
↓ 6 callersMethoddrain
()
src/embedding/background-queue.ts:122
↓ 6 callersFunctionextractBrand
( html: string, options: ExtractBrandOptions = {}, )
src/extraction/brand.ts:1083
↓ 6 callersFunctionextractContent
( html: string, url: string, options: ExtractionOptions = {}, )
src/extraction/pipeline.ts:35
↓ 6 callersFunctionextractTables
(html: string)
src/extraction/extract.ts:279
↓ 6 callersFunctionfail
A compat failure envelope: `{success:false, error}` at the mapped status.
src/daemon/rest/firecrawl-compat.ts:195
↓ 6 callersFunctiongetEmbedProvider
()
src/providers/embed-provider.ts:23
↓ 6 callersFunctiongetGeneralEngines
()
src/search/core/verticals/general.ts:27
↓ 6 callersFunctiongetNewsEngines
()
src/search/core/verticals/news.ts:37
↓ 6 callersFunctiongetRerankProvider
()
src/providers/rerank-provider.ts:78
↓ 6 callersFunctiongetVectorStore
()
src/providers/vector-store.ts:45
↓ 6 callersFunctionhasChallengeBody
(html: string | null | undefined)
src/fetch/tls-tier.ts:474
↓ 6 callersMethodhealth
GET /health. Returns status even when the server is degraded. A degraded daemon answers ``/health`` with HTTP 503 carrying the SAME r
sdks/python/src/wigolo/_client.py:259
↓ 6 callersFunctionisLlmConfiguredWithKeyStore
( env: Record<string, string | undefined> = process.env, )
src/integrations/cloud/llm/run.ts:79
↓ 6 callersFunctionisProcessAlive
(pid: number)
src/searxng/process.ts:56
↓ 6 callersMethodload
()
src/search/reranker/transformers-rerank-provider.ts:65
↓ 6 callersFunctionreadAdminToken
(dataDir: string)
src/daemon/admin-token.ts:37
↓ 6 callersMethodreadFile
(path: string)
src/cli/tui/state/propagation.ts:85
↓ 6 callersFunctionreadKey
( provider: LLMProvider, opts: KeyStoreOpts, )
src/security/key-store.ts:127
↓ 6 callersFunctionreducedMotion
()
src/cli/tui/theme/motion-guard.ts:1
↓ 6 callersFunctionrequestSampling
( server: SamplingCapableServer, messages: SamplingMessage[], maxTokens: number, )
src/search/sampling.ts:34
↓ 6 callersFunctionresetBreakers
()
src/search/core/engine-base.ts:321
↓ 6 callersFunctionresolveCustomBackend
( env: Record<string, string | undefined> = process.env, )
src/integrations/cloud/llm/custom-backend.ts:68
↓ 6 callersFunctionresolveLocalModelTier
( opts: ResolveLocalModelTierOpts = {}, )
src/integrations/cloud/llm/local-tier.ts:91
↓ 6 callersFunctionrunAgentPipeline
( input: AgentInput, engines: SearchEngine[], router: SmartRouter, server?: SamplingCapableServer, )
src/agent/pipeline.ts:37
↓ 6 callersFunctionset
(key, value)
src/cli/tui/state/secret-store.ts:74
↓ 6 callersFunctionsplitLines
(text: string)
src/cache/diff-engine.ts:33
↓ 6 callersFunctiontruncateByTokens
(text: string, maxTokens: number)
src/search/tokens.ts:15
↓ 6 callersFunctionwriteOut
(line: string)
src/cli/skills.ts:44
↓ 6 callersFunctionwritePersistedConfig
(configPath: string, patch: PersistedConfigPatch)
src/persisted-config.ts:369
↓ 5 callersFunction_drop_none
Strip ``None`` values so SDK defaults apply for unset arguments.
packages/wigolo-crewai/wigolo_crewai/_core.py:31
↓ 5 callersFunction_error
Map a wigolo error into a clean JSON error string (no stack trace).
packages/wigolo-crewai/wigolo_crewai/_core.py:41
↓ 5 callersFunction_make_search_result
( title: str = "Test", url: str = "https://example.com", snippet: str = "A snippet", markdown_
packages/wigolo-langchain/tests/test_retrievers.py:15
← previousnext →101–200 of 3,724, ranked by callers