MCPcopy Create free account

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

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

↓ 36 callersFunctionresolveSessionAgentId
(params: { sessionKey?: string; config?: BitterbotConfig; })
src/agents/agent-scope.ts:87
↓ 35 callersFunctionhandleTelegramAction
( params: Record<string, unknown>, cfg: BitterbotConfig, )
src/agents/tools/telegram-actions.ts:72
↓ 35 callersFunctioninfo
(text: string)
src/cli/memory-cli.ts:355
↓ 35 callersFunctionparseAgentSessionKey
( sessionKey: string | undefined | null, )
src/sessions/session-key-utils.ts:6
↓ 35 callersFunctionresolveAgentConfig
( cfg: BitterbotConfig, agentId: string, )
src/agents/agent-scope.ts:99
↓ 35 callersFunctionresolveDiscordRest
(opts: DiscordClientOpts)
src/discord/client.ts:58
↓ 35 callersFunctionwriteSkill
(params: SkillFixture)
src/agents/skills.e2e.test.ts:31
↓ 34 callersFunctionbuildProfileQuery
(profile?: string)
src/browser/client.ts:89
↓ 34 callersFunctionconnectReq
( ws: WebSocket, opts?: { token?: string; deviceToken?: string; password?: string; skipDef
src/gateway/test-helpers.server.ts:435
↓ 34 callersFunctionformatForLog
(value: unknown)
src/gateway/ws-log.ts:62
↓ 34 callersFunctionisTrustedProxyAddress
(ip: string | undefined, trustedProxies?: string[])
src/gateway/net.ts:206
↓ 34 callersMethodopen
(dbPath: string)
src/tasks/store.ts:99
↓ 34 callersFunctionparseEmbedding
(raw: string)
src/memory/internal.ts:287
↓ 34 callersFunctionrunMessageAction
( input: RunMessageActionParams, )
src/infra/outbound/message-action-runner.ts:688
↓ 34 callersMethodupsert_entity
Insert-or-merge an entity keyed on (normalized name, type). On duplicate: merges `properties`, increments `mention_count`, bumps `las
benchmarks/arc-agi-3/kaggle/bitterbot_memory_py/bitterbot_memory/knowledge_graph.py:162
↓ 33 callersFunctionbuildProgram
()
src/cli/program/build-program.ts:8
↓ 33 callersFunctiondefaultHarnessPolicy
()
src/agents/pi-embedded-runner/harness-policy.ts:70
↓ 33 callersFunctionfakeEmbedding
A trivial 4-dimensional embedding for testing.
src/memory/knowledge-crystal-system.test.ts:47
↓ 33 callersFunctionformatTimeAgo
( durationMs: number | null | undefined, options?: FormatTimeAgoOptions, )
src/infra/format-time/format-relative.ts:26
↓ 33 callersFunctionisObject$1
(value)
src/canvas-host/a2ui/a2ui.bundle.js:1989
↓ 33 callersFunctionmonitorWebInbox
(options: { verbose: boolean; accountId: string; authDir: string; onMessage: (msg: WebInboundMessage)
src/web/inbound/monitor.ts:25
↓ 33 callersMethodnext
()
src/wizard/session.ts:175
↓ 33 callersFunctionreadConfigFileSnapshot
()
src/config/io.ts:821
↓ 33 callersMethodregister
(interceptor: PreActionInterceptor, origin: InterceptorOrigin = "builtin")
src/agents/skills/interceptor-registry.ts:28
↓ 33 callersFunctionwithTelegramApiErrorLogging
({ operation, fn, runtime, logger, shouldLog, }: TelegramApiLoggingParams<T>)
src/telegram/api-logging.ts:28
↓ 32 callersFunctioncosineSimilarity
(a: number[], b: number[])
src/memory/internal.ts:296
↓ 32 callersFunctiondefineChatCommand
(command: DefineChatCommandInput)
src/auto-reply/commands-registry.data.ts:26
↓ 32 callersFunctionensureRecord
( root: Record<string, unknown>, key: string, )
src/config/legacy.shared.ts:20
↓ 32 callersFunctionextractAssistantText
(msg: AssistantMessage)
src/agents/pi-embedded-utils.ts:209
↓ 32 callersMethodgetClient
* Get or create a chat client for an account
extensions/twitch/src/twitch-client.ts:77
↓ 32 callersMethodnormalize
Update the running statistics and return the normalized value in [0, 1].
src/memory/gccrf-reward.ts:124
↓ 32 callersFunctionresolveBitterbotAgentDir
()
src/agents/agent-paths.ts:6
↓ 32 callersFunctionresolveBrowserConfig
( cfg: BrowserConfig | undefined, rootConfig?: BitterbotConfig, )
src/browser/config.ts:139
↓ 32 callersMethodresult
()
benchmarks/biomemeval/scoring.ts:88
↓ 32 callersFunctionsanitizeUserFacingText
(text: string, opts?: { errorContext?: boolean })
src/agents/pi-embedded-helpers/errors.ts:516
↓ 31 callersFunctioncreateExecTool
( defaults?: ExecToolDefaults, // oxlint-disable-next-line typescript/no-explicit-any )
src/agents/bash-tools.exec.ts:126
↓ 31 callersFunctiongetSock
()
src/web/monitor-inbox.test-harness.ts:99
↓ 31 callersFunctioninitSessionState
(params: { ctx: MsgContext; cfg: BitterbotConfig; commandAuthorized: boolean; })
src/auto-reply/reply/session.ts:99
↓ 31 callersFunctiononceMessage
( ws: WebSocket, filter: (obj: unknown) => boolean, // Full-suite runs can saturate the event loop (581+
src/gateway/test-helpers.server.ts:299
↓ 31 callersMethodrecordFailure
Record a failed authentication attempt for `ip`.
src/gateway/auth-rate-limit.ts:60
↓ 31 callersFunctionrequirePwAi
( res: BrowserResponse, feature: string, )
src/browser/routes/agent.shared.ts:50
↓ 31 callersFunctionsafeTrim
(value: unknown)
src/auto-reply/reply/inbound-meta.ts:5
↓ 31 callersFunctionsetLoggerOverride
(settings: LoggerSettings | null)
src/logging/logger.ts:184
↓ 30 callersMethodaddScenario
(result: ScenarioResult)
benchmarks/biomemeval/scoring.ts:84
↓ 30 callersFunctionconfigPath
(...parts: string[])
src/config/includes.test.ts:17
↓ 30 callersFunctionguardCancel
(value: T | symbol, runtime: RuntimeEnv)
src/commands/onboard-helpers.ts:30
↓ 30 callersFunctionhandleRouteError
(ctx: BrowserRouteContext, res: BrowserResponse, err: unknown)
src/browser/routes/agent.shared.ts:25
↓ 30 callersFunctionresolveGatewayPort
( cfg?: BitterbotConfig, env: NodeJS.ProcessEnv = process.env, )
src/config/paths.ts:218
↓ 30 callersFunctionresolveProfileContext
( req: BrowserRequest, res: BrowserResponse, ctx: BrowserRouteContext, )
src/browser/routes/agent.shared.ts:33
↓ 30 callersFunctionrunHeartbeatOnce
(opts: { cfg?: BitterbotConfig; agentId?: string; heartbeat?: HeartbeatConfig; reason?: string; deps
src/infra/heartbeat-runner.ts:378
↓ 30 callersFunctionspawn
(cmd: string, args: string[])
src/infra/run-node.test.ts:27
↓ 30 callersMethodtick
()
src/cron/engine.ts:182
↓ 29 callersFunctioncallTool
( tool: ReturnType<typeof createTaskCreateTool>, params: Record<string, unknown>, )
src/agents/tools/task-tool.phase-c.test.ts:52
↓ 29 callersFunctiondeliverOutboundPayloads
( params: DeliverOutboundPayloadsParams, )
src/infra/outbound/deliver.ts:198
↓ 29 callersFunctionextensionForMime
(mime?: string | null)
src/media/mime.ts:147
↓ 29 callersFunctionisRich
(opts?: { json?: boolean; plain?: boolean })
src/commands/models/list.format.ts:3
↓ 29 callersFunctionlogError
(message: string, runtime: RuntimeEnv = defaultRuntime)
src/logger.ts:47
↓ 29 callersMethodpublish
* Publish a crystal for sharing by updating its governance visibility.
src/memory/mem-store.ts:63
↓ 29 callersFunctionregisterAgentRunContext
(runId: string, context: AgentRunContext)
src/infra/agent-events.ts:29
↓ 29 callersMethodrename
(params: { from: string; to: string; cwd?: string; signal?: AbortSignal; })
src/agents/sandbox/fs-bridge.ts:142
↓ 29 callersFunctionresolveSessionFilePath
( sessionId: string, entry?: { sessionFile?: string }, opts?: SessionFilePathOptions, )
src/config/sessions/paths.ts:190
↓ 29 callersFunctionrun
()
src/auto-reply/reply/dispatch-from-config.ts:302
↓ 29 callersFunctionstep
( name: string, argv: string[], cwd: string, env?: NodeJS.ProcessEnv, )
src/infra/update-runner.ts:339
↓ 28 callersFunctionaddSubagentRunForTests
(entry: SubagentRunRecord)
src/agents/subagent-registry.ts:538
↓ 28 callersFunctionapplyMediaUnderstanding
(params: { ctx: MsgContext; cfg: BitterbotConfig; agentDir?: string; providers?: Record<string, MediaU
src/media-understanding/apply.ts:478
↓ 28 callersMethodcleanup
()
benchmarks/dream-ablation/bridge.ts:60
↓ 28 callersFunctioncreateConfigIO
(overrides: ConfigIoDeps = {})
src/config/io.ts:523
↓ 28 callersFunctionfileExists
(path)
scripts/fetch-orchestrator.mjs:123
↓ 28 callersFunctionget
(runId: string)
src/gateway/server-chat.ts:175
↓ 28 callersFunctionpostResponses
(port: number, body: unknown, headers?: Record<string, string>)
src/gateway/openresponses-http.e2e.test.ts:46
↓ 28 callersFunctionrecordChannelActivity
(params: { channel: ChannelId; accountId?: string | null; direction: ChannelDirection; at?: number; })
src/infra/channel-activity.ts:26
↓ 28 callersFunctionrequestHeartbeatNow
(opts?: { reason?: string; coalesceMs?: number })
src/infra/heartbeat-wake.ts:181
↓ 28 callersFunctionsanitizeSessionHistory
(params: { messages: AgentMessage[]; modelApi?: string | null; modelId?: string; provider?: string;
src/agents/pi-embedded-runner/google.ts:410
↓ 28 callersFunctionupsertAuthProfile
(params: { profileId: string; credential: AuthProfileCredential; agentDir?: string; })
src/agents/auth-profiles/profiles.ts:48
↓ 27 callersFunctioncallGatewayCli
( method: string, opts: NodesRpcOpts, params?: unknown, callOpts?: { transportTimeoutMs?: number }, )
src/cli/nodes-cli/rpc.ts:16
↓ 27 callersFunctioncreateWebFetchTool
(options?: { config?: BitterbotConfig; sandboxed?: boolean; })
src/agents/tools/web-fetch.ts:755
↓ 27 callersFunctiongetLineData
(result: ReturnType<typeof parseLineDirectives>)
src/auto-reply/reply/reply-flow.test.ts:226
↓ 27 callersFunctionparseModelRef
(raw: string, defaultProvider: string)
src/agents/model-selection.ts:107
↓ 27 callersFunctionresolveSlackAccount
(params: { cfg: BitterbotConfig; accountId?: string | null; })
src/slack/accounts.ts:74
↓ 27 callersFunctionresolveTextChunkLimit
( cfg: BitterbotConfig | undefined, provider?: TextChunkProvider, accountId?: string | null, opts?: {
src/auto-reply/chunk.ts:56
↓ 27 callersFunctionsendMessageDiscord
( to: string, text: string, opts: DiscordSendOpts = {}, )
src/discord/send.outbound.ts:76
↓ 26 callersFunctionagentCommand
( opts: AgentCommandOpts, runtime: RuntimeEnv = defaultRuntime, deps: CliDeps = createDefaultDeps(), )
src/commands/agent.ts:207
↓ 26 callersFunctionapplyAuthChoice
( params: ApplyAuthChoiceParams, )
src/commands/auth-choice.apply.ts:41
↓ 26 callersFunctioncallTool
( tool: ReturnType<typeof createTaskCreateTool>, params: Record<string, unknown>, )
src/agents/tools/task-tool.phase4.test.ts:31
↓ 26 callersFunctionensureBitterbotModelsJson
( config?: BitterbotConfig, agentDirOverride?: string, )
src/agents/models-config.ts:81
↓ 26 callersFunctionerr
(code: number, message: string)
src/gateway/a2a/forage.ts:38
↓ 26 callersFunctioninfo
(message: string)
src/commands/doctor-p2p.ts:33
↓ 26 callersFunctionmakeMessage
(id: number, size: number)
src/agents/compaction.e2e.test.ts:9
↓ 26 callersFunctionnodesCallOpts
(cmd: Command, defaults?: { timeoutMs?: number })
src/cli/nodes-cli/rpc.ts:9
↓ 26 callersFunctionnormalizeChatType
(raw?: string)
src/channels/chat-type.ts:3
↓ 26 callersFunctionnormalizeMessageChannel
(raw?: string | null)
src/utils/message-channel.ts:55
↓ 26 callersFunctionparseLineDirectives
(payload: ReplyPayload)
src/auto-reply/reply/line-directives.ts:27
↓ 26 callersFunctionplanQueryHeuristic
(rawQuery: string, opts: QueryPlannerOptions = {})
src/memory/query-planner.ts:286
↓ 26 callersFunctionreadStringParam
* Read a string parameter from action arguments. * * @param args - Action arguments * @param key - Parameter key * @param options - Options for re
extensions/twitch/src/actions.ts:34
↓ 26 callersFunctionresolveAgentDir
(cfg: BitterbotConfig, agentId: string)
src/agents/agent-scope.ts:199
↓ 26 callersFunctionresolveTelegramAccount
(params: { cfg: BitterbotConfig; accountId?: string | null; })
src/telegram/accounts.ts:88
↓ 26 callersFunctionrunCommandWithRuntime
( runtime: { error: (message: string) => void; exit: (code: number) => void }, action: () => Promise<void>
src/cli/cli-utils.ts:34
↓ 26 callersFunctionsend
( method: string, params?: Record<string, unknown>, sessionId?: string, )
src/browser/cdp.helpers.ts:58
↓ 26 callersFunctionsetRegistry
(registry: PluginRegistry)
src/gateway/server.channels.e2e.test.ts:141
↓ 26 callersFunctionskillManage
( ctx: SkillManageContext, params: SkillManageParams, )
src/agents/skills/skill-manage.ts:228
← previousnext →201–300 of 14,466, ranked by callers