MCPcopy Create free account

hub / github.com/Bitterbot-AI/bitterbot-desktop / functions

Functions14,466 in github.com/Bitterbot-AI/bitterbot-desktop

↓ 26 callersFunctiontoBoolean
(value: unknown)
src/browser/routes/utils.ts:60
↓ 26 callersMethodupdate
* Process new messages since last update. * Uses heuristic extraction — no LLM calls.
src/memory/session-coherence.ts:72
↓ 26 callersFunctionwarn
(message: string)
src/commands/doctor-memory-system.ts:36
↓ 25 callersFunctioncreateMockTypingController
( overrides: Partial<TypingController> = {}, )
src/auto-reply/reply/test-helpers.ts:4
↓ 25 callersFunctionenqueueFollowupRun
( key: string, run: FollowupRun, settings: QueueSettings, dedupeMode: QueueDedupeMode = "message-id",
src/auto-reply/reply/queue/enqueue.ts:26
↓ 25 callersMethodfromEntries
(entries)
src/canvas-host/a2ui/a2ui.bundle.js:3543
↓ 25 callersFunctionhasFlag
(argv: string[], name: string)
src/cli/argv.ts:30
↓ 25 callersFunctioninsertChunk
(db: DatabaseSync, overrides: ChunkOverrides = {})
benchmarks/biomemeval/helpers.ts:77
↓ 25 callersFunctionisSpace
(code)
src/canvas-host/a2ui/a2ui.bundle.js:13374
↓ 25 callersFunctionmarkdownToSignalText
( markdown: string, options: SignalMarkdownOptions = {}, )
src/signal/format.ts:234
↓ 25 callersFunctionmarkdownToSignalTextChunks
( markdown: string, limit: number, options: SignalMarkdownOptions = {}, )
src/signal/format.ts:371
↓ 25 callersFunctionnormalizeWhatsAppTarget
(value: string)
src/whatsapp/normalize.ts:55
↓ 25 callersFunctionreadBody
(req: BrowserRequest)
src/browser/routes/agent.shared.ts:17
↓ 25 callersFunctionreadChannelAllowFromStore
( channel: PairingChannel, env: NodeJS.ProcessEnv = process.env, accountId?: string, )
src/pairing/pairing-store.ts:314
↓ 25 callersFunctionregisterInternalHook
(eventKey: string, handler: InternalHookHandler)
src/hooks/internal-hooks.ts:67
↓ 25 callersFunctionrender
(sev: "critical" | "warn" | "info")
src/cli/security-cli.ts:124
↓ 25 callersFunctionresolveResponsePrefix
( cfg: BitterbotConfig, agentId: string, opts?: { channel?: string; accountId?: string }, )
src/agents/identity.ts:94
↓ 25 callersMethodrun
* Drive the work-rest-dream loop until a stop condition fires. * Returns a stats summary; full lineage is in the checkpoint store * when one was
src/agents/long-horizon/runtime.ts:116
↓ 25 callersFunctionrunModelsCommand
(action: () => Promise<void>)
src/cli/models-cli.ts:33
↓ 25 callersFunctionrunSubagentAnnounceFlow
(params: { childSessionKey: string; childRunId: string; requesterSessionKey: string; requesterOrigin?:
src/agents/subagent-announce.ts:380
↓ 25 callersFunctionrunWithModelFallback
(params: { cfg: BitterbotConfig | undefined; provider: string; model: string; agentDir?: string; /**
src/agents/model-fallback.ts:220
↓ 25 callersMethodstartExecution
* Record when a skill starts executing. Returns the execution ID.
src/memory/skill-execution-tracker.ts:23
↓ 25 callersFunctionstripHeartbeatToken
( raw?: string, opts: { mode?: StripHeartbeatMode; maxAckChars?: number } = {}, )
src/auto-reply/heartbeat.ts:110
↓ 25 callersFunctiontoNumber
(value: unknown)
src/browser/routes/utils.ts:49
↓ 24 callersFunctionapplyDefaultModelChoice
(params: { config: BitterbotConfig; setDefaultModel: boolean; defaultModel: string; applyDefaultConfig
src/commands/auth-choice.default-model.ts:5
↓ 24 callersFunctionassert
(condition: boolean, label: string, detail?: string)
src/memory/scripts/skill-forge-test.ts:166
↓ 24 callersMethodcompleteExecution
* Record the outcome of a skill execution.
src/memory/skill-execution-tracker.ts:38
↓ 24 callersFunctioncreateServer
()
benchmarks/arc-agi-3/mcp-server/index.ts:80
↓ 24 callersFunctionfinalizeInboundContext
( ctx: T, opts: FinalizeInboundContextOptions = {}, )
src/auto-reply/reply/inbound-context.ts:37
↓ 24 callersFunctionformatDurationCompact
( ms?: number | null, options?: FormatDurationCompactOptions, )
src/infra/format-time/format-duration.ts:49
↓ 24 callersFunctioninvalid
(message: string)
src/gateway/sessions-patch.ts:33
↓ 24 callersFunctionisValidProfileName
(name: string)
src/browser/profiles.ts:20
↓ 24 callersFunctionlistProfilesForProvider
(store: AuthProfileStore, provider: string)
src/agents/auth-profiles/profiles.ts:83
↓ 24 callersFunctionloadApply
()
src/media-understanding/apply.e2e.test.ts:32
↓ 24 callersFunctionloadModelCatalog
(params?: { config?: BitterbotConfig; useCache?: boolean; })
src/agents/model-catalog.ts:73
↓ 24 callersFunctionlogConfigUpdated
(runtime: RuntimeEnv, opts: LogConfigUpdatedOptions = {})
src/config/logging.ts:14
↓ 24 callersFunctionnow
()
src/tasks/handoff-nudge.test.ts:15
↓ 24 callersFunctionresolveConfiguredModelRef
(params: { cfg: BitterbotConfig; defaultProvider: string; defaultModel: string; })
src/agents/model-selection.ts:202
↓ 24 callersFunctionresolveModelRefFromString
(params: { raw: string; defaultProvider: string; aliasIndex?: ModelAliasIndex; })
src/agents/model-selection.ts:179
↓ 24 callersFunctionrestoreRedactedValues
( incoming: unknown, original: unknown, hints?: ConfigUiHints, )
src/config/redact-snapshot.test.ts:30
↓ 24 callersMethodsearch
( query: string, opts?: { maxResults?: number; minScore?: number; sessionKey?: string }, )
src/memory/types.ts:79
↓ 24 callersFunctionstartGatewayServer
( port = 19001, opts: GatewayServerOptions = {}, )
src/gateway/server.impl.ts:160
↓ 24 callersMethodsync
(params?: { reason?: string; force?: boolean; progress?: (update: MemorySyncProgressUpdate) => voi
src/memory/types.ts:94
↓ 23 callersFunctionacquireTaskSlot
(opts: { jobId: string; hormonalState?: HormonalState; })
src/tasks/active-task-tracker.ts:59
↓ 23 callersFunctionanalyzeShellCommand
(params: { command: string; cwd?: string; env?: NodeJS.ProcessEnv; platform?: string | null; })
src/infra/exec-approvals-analysis.ts:846
↓ 23 callersFunctioncallBrowserRequest
( opts: BrowserParentOpts, params: BrowserRequestParams, extra?: { timeoutMs?: number; progress?: boolea
src/cli/browser-cli-shared.ts:30
↓ 23 callersFunctioncallTool
( tool: ReturnType<typeof createTaskCreateTool>, params: Record<string, unknown>, )
src/agents/tools/task-tool.phase-d.test.ts:34
↓ 23 callersFunctioncheckTwitchAccessControl
(params: { message: TwitchChatMessage; account: TwitchAccountConfig; botUsername: string; })
extensions/twitch/src/access-control.ts:34
↓ 23 callersFunctionclassifyFailoverReason
(raw: string)
src/agents/pi-embedded-helpers/errors.ts:769
↓ 23 callersFunctionconfirm
(params: Parameters<typeof clackConfirm>[0])
src/commands/models/auth.ts:33
↓ 23 callersFunctioncreateRequest
( overrides: Partial<ExecApprovalRequest["request"]> = {}, )
src/discord/monitor/exec-approvals.test.ts:104
↓ 23 callersFunctioncreateTestDb
()
src/memory/skill-seekers-adapter.test.ts:42
↓ 23 callersFunctiondefaultStateRoot
()
benchmarks/arc-agi-3/src/state.ts:31
↓ 23 callersFunctionextractLinksFromMessage
(message: string, opts?: { maxLinks?: number })
src/link-understanding/detect.ts:44
↓ 23 callersFunctiongetAuthDir
()
src/web/monitor-inbox.test-harness.ts:105
↓ 23 callersFunctiongetWhatsAppRuntime
()
extensions/whatsapp/src/runtime.ts:9
↓ 23 callersFunctionlistener
()
src/process/child-process-bridge.ts:20
↓ 23 callersFunctionloadBitterbotPlugins
(options: PluginLoadOptions = {})
src/plugins/loader.ts:180
↓ 23 callersFunctionpathExists
(filePath: string)
src/agents/skills.build-workspace-skills-prompt.syncs-merged-skills-into-target-workspace.e2e.test.ts:29
↓ 23 callersFunctionresolve
(params: { cfg?: BitterbotConfig; message: IMessagePayload; storeAllowFrom?: string[]; })
src/imessage/monitor.gating.test.ts:27
↓ 23 callersFunctionresolveApiKeyForProvider
(params: { provider: string; cfg?: BitterbotConfig; profileId?: string; preferredProfile?: string; s
src/agents/model-auth.ts:135
↓ 23 callersFunctionresolveChunkMode
( cfg: BitterbotConfig | undefined, provider?: TextChunkProvider, accountId?: string | null, )
src/auto-reply/chunk.ts:106
↓ 23 callersFunctionresolveDiscordAccount
(params: { cfg: BitterbotConfig; accountId?: string | null; })
src/discord/accounts.ts:58
↓ 23 callersFunctionresolveMemorySearchConfig
( cfg: BitterbotConfig, agentId: string, )
src/agents/memory-search.ts:355
↓ 23 callersFunctionrouteReply
(params: RouteReplyParams)
src/auto-reply/reply/route-reply.ts:57
↓ 23 callersFunctionrow
(partial: Partial<SkillLifecycleRow> = {})
src/memory/skill-curator-heuristics.test.ts:13
↓ 23 callersFunctionstylePromptMessage
(message: string)
src/terminal/prompt-style.ts:3
↓ 23 callersFunctionwaitFor
(predicate: () => boolean, timeoutMs = 2_000)
src/agents/subagent-announce-queue.test.ts:4
↓ 22 callersFunctioncallGatewayTool
( method: string, opts: GatewayCallOptions, params?: unknown, extra?: { expectFinal?: boolean }, )
src/agents/tools/gateway.ts:96
↓ 22 callersFunctionconnectOk
(ws: WebSocket, opts?: Parameters<typeof connectReq>[1])
src/gateway/test-helpers.server.ts:558
↓ 22 callersFunctioncreateRun
(params: { prompt: string; messageId?: string; originatingChannel?: FollowupRun["originatingChannel"];
src/auto-reply/reply/reply-flow.test.ts:622
↓ 22 callersFunctioncreateTaskUpdateTool
()
src/agents/tools/task-tool.ts:336
↓ 22 callersFunctionensureResponseConsumed
(res: Response)
src/gateway/openresponses-http.e2e.test.ts:80
↓ 22 callersFunctionexecDocker
(args: string[], opts?: ExecDockerOptions)
src/agents/sandbox/docker.ts:120
↓ 22 callersFunctionextractModelDirective
( body?: string, options?: { aliases?: string[] }, )
src/auto-reply/model.ts:3
↓ 22 callersFunctiongetAccountConfig
( coreConfig: unknown, accountId: string, )
extensions/twitch/src/config.ts:19
↓ 22 callersMethodgetStats
* Get governance statistics for status reporting.
src/memory/governance.ts:358
↓ 22 callersFunctionhandler
(data: WebSocket.RawData)
src/gateway/test-helpers.e2e.ts:116
↓ 22 callersFunctioni$9
(t, ...e)
src/canvas-host/a2ui/a2ui.bundle.js:51
↓ 22 callersFunctionisToolAllowedByPolicyName
(name: string, policy?: SandboxToolPolicy)
src/agents/pi-tools.policy.ts:101
↓ 22 callersFunctionlogProgress
(message: string)
src/agents/models.profiles.live.test.ts:49
↓ 22 callersFunctionmakeAttemptResult
( overrides: Partial<EmbeddedRunAttemptResult> = {}, )
src/agents/pi-embedded-runner/run.overflow-compaction.fixture.ts:3
↓ 22 callersFunctionmuted
(text: string)
src/commands/status-all/report-lines.ts:57
↓ 22 callersFunctionopenWs
(port: number, headers?: Record<string, string>)
src/gateway/server.auth.e2e.test.ts:35
↓ 22 callersFunctionparseDurationMs
(raw: string, opts?: DurationMsParseOptions)
src/cli/parse-duration.ts:5
↓ 22 callersFunctionrecordCompactionFailure
( sessionKey: string, classifiedReason: string, now = Date.now(), )
src/agents/pi-embedded-runner/compaction-circuit-breaker.ts:148
↓ 22 callersFunctionrecordConsideration
(entry: Omit<Consideration, "ts">, now = Date.now())
src/infra/heartbeat-considerations.ts:85
↓ 22 callersFunctionresolveProfile
( resolved: ResolvedBrowserConfig, profileName: string, )
src/browser/config.ts:225
↓ 22 callersFunctionresolveRequiredHomeDir
( env: NodeJS.ProcessEnv = process.env, homedir: () => string = os.homedir, )
src/infra/home-dir.ts:52
↓ 22 callersFunctionrunNodesCommand
(label: string, action: () => Promise<void>)
src/cli/nodes-cli/cli-utils.ts:19
↓ 22 callersFunctionshortenHomeInString
(input: string)
src/utils.ts:365
↓ 22 callersFunctionstripMarkdown
(text: string)
src/line/markdown-to-line.ts:344
↓ 22 callersFunctiontrajectory
( taskId: string, classification: "regression" | "improvement" | "stable-success" | "persistent-failure",
src/memory/dream-slow-update.test.ts:58
↓ 21 callersFunctionassertValidParams
( params: unknown, validate: Validator<T>, method: string, respond: RespondFn, )
src/gateway/server-methods/validation.ts:9
↓ 21 callersFunctionbuildModelAliasIndex
(params: { cfg: BitterbotConfig; defaultProvider: string; })
src/agents/model-selection.ts:151
↓ 21 callersFunctioncreateInternalHookEvent
( type: InternalHookEventType, action: string, sessionKey: string, context: Record<string, unknown> =
src/hooks/internal-hooks.ts:153
↓ 21 callersMethodfeed
* Feed one delta. Returns the portion of the stream that is safe to * forward to downstream consumers (UI, persistence). Any text that * could b
src/agents/streaming-context-scrubber.ts:107
↓ 21 callersFunctiongetFreePort
()
src/gateway/client.e2e.test.ts:9
↓ 21 callersFunctionhasNonEmptyString
(value: unknown)
src/config/plugin-auto-enable.ts:40
↓ 21 callersFunctionisHeartbeatContentEffectivelyEmpty
(content: string | undefined | null)
src/auto-reply/heartbeat.ts:23
← previousnext →301–400 of 14,466, ranked by callers