MCPcopy Create free account

hub / github.com/dust-tt/dust / functions

Functions24,692 in github.com/dust-tt/dust

↓ 11 callersFunctiontoRichAgentMentionType
( agentConfiguration: LightAgentConfigurationType )
front/types/assistant/mentions.ts:138
↓ 11 callersFunctionunwrap
(value: &Option<String>)
core/src/databases/remote_databases/snowflake/api/row.rs:310
↓ 11 callersMethodupdate
({ connectionId, }: { connectionId?: string | null; })
connectors/src/connectors/github/index.ts:90
↓ 11 callersMethodupdate
({ connectionId, }: { connectionId?: string | null; })
connectors/src/connectors/google_drive/index.ts:156
↓ 11 callersMethodupdate
( blob: Partial<Attributes<MembershipModel>>, transaction?: Transaction )
front/lib/resources/membership_resource.ts:1002
↓ 11 callersMethodupdateAttributes
( blob: Partial<Omit<Attributes<TemplateModel>, "id">>, transaction?: Transaction )
front/lib/resources/template_resource.ts:148
↓ 11 callersFunctionupdateWorkspaceMetadata
( owner: LightWorkspaceType, metadata: WorkspaceMetadata )
front/lib/api/workspace.ts:580
↓ 11 callersFunctionuseConversation
({ conversationId, workspaceId, options, }: { conversationId?: string | null; workspaceId: string;
front/hooks/conversations/useConversation.ts:10
↓ 11 callersFunctionusePlatform
()
extension/shared/context/PlatformContext.tsx:10
↓ 11 callersFunctionuseSelectableSeries
(visibleKeys?: readonly string[])
front/components/charts/useSelectableSeries.ts:8
↓ 11 callersFunctionuseSidekickSuggestions
()
front/components/agent_builder/sidekick/SidekickSuggestionsContext.tsx:72
↓ 11 callersFunctionuseSkillsWithRelations
({ owner, disabled, status, onlyCustom, }: { owner: LightWorkspaceType; disabled?: boolean; stat
front/lib/swr/skill_configurations.ts:142
↓ 11 callersFunctionuseSpaceDataSourceViews
({ category, disabled, spaceId, workspaceId, }: { category?: DataSourceViewCategoryWithoutApps; di
front/lib/swr/spaces.ts:214
↓ 11 callersFunctionuseSpacesAsAdmin
({ workspaceId, disabled, }: { workspaceId: string; disabled?: boolean; })
front/lib/swr/spaces.ts:123
↓ 11 callersFunctionvalidateFrameOtpChallenge
({ email, shareToken, submittedCode, }: { email: string; shareToken: string; submittedCode: string
front/lib/api/share/frame_sharing.ts:139
↓ 11 callersFunctionwithDataSourceView
(options: WithDataSourceViewOptions)
front-api/middlewares/with_data_source_view.ts:41
↓ 11 callersFunctionwithRetries
( logger: LoggerInterface, fn: (...args: Args) => Promise<Return>, { retries = 10, delayBetweenRetriesMs
connectors/src/types/shared/retries.ts:44
↓ 11 callersFunctionyieldEvents
(events: LLMEvent[])
front/lib/api/llm/clients/mistral/utils/mistral_to_events.ts:47
↓ 10 callersFunctionarchiveAgentConfiguration
( auth: Authenticator, agentConfigurationId: string )
front/lib/api/assistant/configuration/agent.ts:1307
↓ 10 callersMethodbaseFetch
( auth: Authenticator, fetchDataSourceViewOptions?: FetchDataSourceViewOptions, options?: Resource
front/lib/resources/data_source_view_resource.ts:237
↓ 10 callersMethodbaseFetch
( auth: Authenticator, fetchDataSourceOptions?: FetchDataSourceOptions, options?: ResourceFindOpti
front/lib/resources/data_source_resource.ts:134
↓ 10 callersMethodbaseFetch
( auth: Authenticator, options: ResourceFindOptions<MCPServerViewModel> = {}, { includeMetad
front/lib/resources/mcp_server_view_resource.ts:390
↓ 10 callersMethodbind
(fn: (...args: any[]) => any)
front/tests/utils/test_cls.ts:13
↓ 10 callersFunctionbuildActionItems
( { newItems, updatedItems, }: { newItems: NewActionItem[]; updatedItems: UpdatedActionIte
front/lib/project_task/analyze_document/action_items.ts:16
↓ 10 callersFunctionbuildTaskUpdatePayload
( auth: Authenticator, space: SpaceResource, row: ProjectTaskResource, item: PodTaskUpdateItem, agen
front/lib/api/actions/servers/pod_tasks/tools/index.ts:144
↓ 10 callersFunctioncleanupAgentsOnError
( auth: Authenticator, mainAgentId: string | null, subAgentId: string | null )
front/lib/api/assistant/configuration/agent.ts:1030
↓ 10 callersFunctioncloseModal
(save: boolean)
front/components/data_source/ConnectorPermissionsModal.tsx:849
↓ 10 callersFunctioncomputeCreditAlertThresholdKey
( activeCredits: Pick<CreditResource, "type" | "startDate" | "sId">[], thresholdPercent: number )
front/lib/api/programmatic_usage/tracking.ts:262
↓ 10 callersMethodcomputeDataSourceConfigurationChanges
( owner: LightWorkspaceType, { attachedKnowledge, existingConfigurations, skillConfi
front/lib/resources/skill/skill_resource.ts:2931
↓ 10 callersFunctioncomputeNavigationPath
( navigationHistory: NavigationHistoryEntryType[] )
front/components/data_source_view/context/utils.ts:229
↓ 10 callersFunctionconnect_forwarder
( proxy: &ProxyProcess, )
egress-proxy/tests/integration.rs:1125
↓ 10 callersFunctioncontentBlockStopToEvents
( _event: RawContentBlockStopEvent, state: BlockState | null, metadata: EndpointMetadata, converters:
front/lib/model_constructors/sdk/anthropic_ai/converters/output/utils.ts:761
↓ 10 callersFunctioncopyConversationGCSMount
( auth: Authenticator, { source, dest, sourceTimestampMs, }: { source: ConversationResou
front/lib/api/files/gcs_mount/files.ts:275
↓ 10 callersMethodcountForWorkspace
( auth: Authenticator, options?: FetchConversationOptions )
front/lib/resources/conversation_resource.ts:557
↓ 10 callersFunctioncreateActionWithOutputItems
( contents: Array<{ type: "text"; text: string }> )
front/lib/resources/agent_mcp_action_resource.test.ts:411
↓ 10 callersMethodcreateContentFragmentMessage
* Creates a content fragment message with a specific rank * If fileId is not provided, a file will be created automatically
front/tests/utils/ConversationFactory.ts:463
↓ 10 callersMethodcreateConversation
({ title, visibility, depth, message, contentFragment, contentFragments, blocking
sdks/js/src/index.ts:827
↓ 10 callersFunctioncreateEnterpriseCreditPurchase
({ auth, billingTarget, amountMicroUsd, discountPercent, startDate, expirationDate, boughtByUser
front/lib/credits/committed.ts:307
↓ 10 callersFunctioncreateLayoutConfig
( sections: (SectionType | SectionConfig)[] )
marketing/components/home/content/Industry/configs/utils.tsx:234
↓ 10 callersFunctioncreateMockDocument
( dataSourceId: string, conversationId: string, score: number )
front-api/routes/w/[wId]/assistant/conversations/semantic_search.test.ts:148
↓ 10 callersFunctioncreatePendingAgentConfiguration
( auth: Authenticator )
front/lib/api/assistant/configuration/agent.ts:107
↓ 10 callersFunctioncreateTestBuffer
(traceId?: LLMTraceId, workspaceId?: string)
front/lib/api/llm/traces/buffer.test.ts:98
↓ 10 callersMethoddangerouslyRemoveMembers
* WARNING: Permissions are not checked inside this function and must be checked before calling it.
front/lib/resources/group_resource.ts:1605
↓ 10 callersFunctiondoDelete
(dataSourceView: DataSourceViewType | undefined)
front/lib/swr/spaces.ts:415
↓ 10 callersFunctionencode
(nodeType: string, itemAPIPath: string)
connectors/scripts/microsoft_encode_internal_id.ts:19
↓ 10 callersMethodensureSandboxActive
( auth: Authenticator, pod: SpaceResource )
front/lib/resources/pod_sandbox_adapter.ts:119
↓ 10 callersFunctionescapeTripleBackticks
(s: string)
front/lib/specification.ts:384
↓ 10 callersFunctionexpectWarningsToContain
( warnings: ValidationWarning[], { expected }: { expected: string } )
front/lib/api/files/content_validation.test.ts:10
↓ 10 callersMethodfetchBrand
({ subdomain, brandId, }: { subdomain: string; brandId: number; })
connectors/src/connectors/zendesk/lib/zendesk_api.ts:226
↓ 10 callersMethodfetchByCouponId
( couponId: string )
front/lib/resources/coupon_resource.ts:88
↓ 10 callersMethodfetchByIds
( // TODO(salesforce): implement this type: Exclude<ConnectorProvider, "salesforce">, ids: (ModelI
connectors/src/resources/connector_resource.ts:168
↓ 10 callersMethodfetchByStripeId
( stripeSubscriptionId: string )
front/lib/resources/subscription_resource.ts:525
↓ 10 callersMethodfetchSourcesForTaskIds
( auth: Authenticator, { sIds }: { sIds: string[] } )
front/lib/resources/project_task_resource.ts:556
↓ 10 callersFunctionfetcherWithBody
( [url, body, method], init )
front/lib/swr/fetcher.ts:113
↓ 10 callersMethodfindEditorGroupForAgent
* Finds the specific editor group associated with an agent configuration.
front/lib/resources/group_resource.ts:445
↓ 10 callersFunctionformatAgentMarkdownForSlack
( text: string, options?: FormatAgentMarkdownForSlackOptions )
connectors/src/connectors/slack/lib/format_agent_markdown_for_slack.ts:175
↓ 10 callersFunctionfree_addr
()
egress-proxy/tests/integration.rs:1439
↓ 10 callersMethodfromJSON
(authType: AuthenticatorType)
front/lib/auth.ts:1381
↓ 10 callersMethodgetActionRequiredAndLastReadAtForUser
( auth: Authenticator, id: number )
front/lib/resources/conversation_resource.ts:2633
↓ 10 callersFunctiongetAgentConfigurationIdFromContext
( agentLoopContext?: AgentLoopContextType )
front/lib/api/actions/servers/agent_sidekick_helpers.ts:4
↓ 10 callersFunctiongetAgentDataSourceConfigurations
( auth: Authenticator, dataSources: DataSourcesToolConfigurationType )
front/lib/actions/mcp_internal_actions/tools/utils.ts:247
↓ 10 callersMethodgetById
( auth: Authenticator, sId: string )
front/lib/resources/skill/code_defined/global_registry.ts:49
↓ 10 callersFunctiongetCacheKeyForWorkspace
(workspaceModelId: number)
front/lib/resources/subscription_resource.test.ts:87
↓ 10 callersFunctiongetClientIp
(req?: { headers: Record<string, string | string[] | undefined>; socket?: { remoteAddress?: string }; })
front/lib/utils/request.ts:6
↓ 10 callersFunctiongetCodeFileInternalId
( repoId: string | number, codePath: string )
connectors/src/connectors/github/lib/utils.ts:142
↓ 10 callersFunctiongetCommandVersion
(command: string)
x/henry/dust-hive/src/commands/doctor.ts:36
↓ 10 callersFunctiongetConnectorsPrimaryDbConnection
()
front/lib/production_checks/utils.ts:54
↓ 10 callersFunctiongetConversationRankVersionLock
( auth: Authenticator, conversation: ConversationWithoutContentType, t: Transaction )
front/lib/api/assistant/conversation/lock.ts:16
↓ 10 callersFunctiongetDefaultSeatTypeForContract
( contract: CachedContract, productSeatTypes: Map<string, MembershipSeatType>, { isReturningMember =
front/lib/metronome/seat_types.ts:194
↓ 10 callersFunctiongetDustFileSystemForAgentLoop
( auth: Authenticator, conversation: ConversationWithoutContentType, scopedPaths: string[] )
front/lib/api/actions/servers/files/tools/agent_loop_fs.ts:34
↓ 10 callersFunctiongetEnv
(name: string)
x/henry/sandbox-benchmarks/blaxel/bench_sandbox.ts:162
↓ 10 callersFunctiongetErrorText
(response: Response)
front/lib/api/actions/servers/gmail/helpers.ts:324
↓ 10 callersFunctiongetFilePreviewMarkdownDirective
({ contentType, path, title, }: { contentType?: string; path: string; title?: string; })
front/lib/markdown/file_preview.ts:175
↓ 10 callersFunctiongetMaxConversationsForBudget
({ globalConsumptionMicroUsd, globalCapMicroUsd, remainingProgrammaticCreditsMicroUsd, }: { globalCons
front/lib/reinforcement/constants.ts:60
↓ 10 callersFunctiongetMessageChannelId
(messageId: string)
front/lib/api/assistant/streaming/helpers.ts:59
↓ 10 callersFunctiongetMetronomeContractById
({ metronomeCustomerId, metronomeContractId, }: { metronomeCustomerId: string; metronomeContractId: st
front/lib/metronome/client.ts:1014
↓ 10 callersFunctiongetTemporalClientForConnectorsNamespace
()
front/lib/temporal.ts:120
↓ 10 callersMethodhasGroupByModelId
(groupId: ModelId)
front/lib/auth.ts:1246
↓ 10 callersFunctioninvitationsUrl
(wId: string, query: Record<string, string> = {})
front-api/routes/w/[wId]/invitations/index.test.ts:19
↓ 10 callersFunctioninvoiceEnterprisePAYGCredits
({ auth, stripeSubscription, previousPeriodStartSeconds, previousPeriodEndSeconds, }: { auth: Authen
front/lib/credits/payg.ts:336
↓ 10 callersFunctionisArrayOf
( value: U[], itemChecker: (item: U) => item is T )
front/types/shared/typescipt_utils.ts:15
↓ 10 callersFunctionisDisabled
(canArchive: boolean, isBatchEdit: boolean)
front/components/assistant/manager/AssistantsTable.tsx:63
↓ 10 callersFunctionisEmailValid
(email: string | null)
front/lib/utils.ts:137
↓ 10 callersFunctionisObjectLike
(v: unknown)
front/lib/api/llm/tests/parity/allowlist.ts:13
↓ 10 callersFunctionisProcessRunning
(pid: number)
x/henry/dust-hive/src/lib/process.ts:7
↓ 10 callersMethodisRegular
()
front/lib/resources/space_resource.ts:1539
↓ 10 callersFunctionisServerSideMCPServerConfigurationWithName
( config: MCPServerConfigurationType, name: InternalMCPServerNameType )
front/lib/actions/types/guards.ts:115
↓ 10 callersFunctionjsonToMarkdown
( data: T, primaryKey?: string, primaryKeyPrefix: string = "", indent: number = 0, visited: WeakSet<
front/lib/actions/mcp_internal_actions/utils.ts:128
↓ 10 callersFunctionkillProcess
(pid: number, signal: NodeJS.Signals = "SIGTERM")
x/henry/dust-hive/src/lib/process.ts:66
↓ 10 callersMethodlistAllByCoupon
( coupon: CouponResource )
front/lib/resources/coupon_redemption_resource.ts:195
↓ 10 callersMethodlistByWebhookSource
( auth: Authenticator, webhookSourceId: ModelId )
front/lib/resources/webhook_sources_view_resource.ts:272
↓ 10 callersMethodlistForDataSourcesInSpace
( auth: Authenticator, dataSources: DataSourceResource[], space: SpaceResource, fetchDataSourc
front/lib/resources/data_source_view_resource.ts:393
↓ 10 callersFunctionlistVars
(path: string)
x/henry/dust-hive/tests/lib/config-env.test.ts:45
↓ 10 callersFunctionmakeBlockedAction
({ multiSelect = false, }: { multiSelect?: boolean; } = {})
front/components/assistant/conversation/UserAnswerRequired.test.tsx:163
↓ 10 callersFunctionmakeChunk
({ delta, finishReason = null, usage, }: { delta: ChunkDelta; finishReason?: ChunkFinishReason; us
front/lib/api/llm/utils/openai_like/chat/openai_to_events.test.ts:18
↓ 10 callersFunctionmakeEmail
( overrides: Partial<{ senderEmail: string; envelopeFrom: string; SPF: string; dkim: { domai
front/lib/api/assistant/email/inbound_auth.test.ts:9
↓ 10 callersFunctionmakeInitialMessageStreamState
( message: LightAgentMessageType | LightAgentMessageWithActionsType )
front/components/assistant/conversation/types.ts:203
↓ 10 callersFunctionmakePersonalAuthenticationError
( provider: OAuthProvider, scope?: string )
front/lib/actions/mcp_internal_actions/utils.ts:40
↓ 10 callersFunctionmakeWorkspace
( programmaticCreditState: WorkspaceProgrammaticCreditState )
front/lib/metronome/programmatic_credit_state_machine.test.ts:47
↓ 10 callersFunctionmatchesSlashCommandCapabilityQuery
({ description, label, query, }: { description?: string; label: string; query: string; })
front/components/editor/extensions/shared/SlashCommandCapabilitiesItems.ts:88
← previousnext →1,301–1,400 of 24,692, ranked by callers