MCPcopy Create free account

hub / github.com/agentset-ai/agentset / functions

Functions1,137 in github.com/agentset-ai/agentset

FunctionFileCard
({ file, progress, onRemove }: FileCardProps)
packages/ui/src/components/file-uploader.tsx:296
FunctionFilePreview
({ file }: FilePreviewProps)
packages/ui/src/components/file-uploader.tsx:337
FunctionFileUploader
(props: FileUploaderProps)
packages/ui/src/components/file-uploader.tsx:111
FunctionFilesForm
({ onSuccess }: BaseIngestFormProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/files-form.tsx:163
FunctionFooter
({ email, marketing, notificationSettingsUrl, domain, }: FooterProps)
packages/emails/src/components/footer.tsx:10
FunctionFormCard
({ children, className, title, description, submitButton, isSubmitting, isLoading, skeleton,
apps/web/src/app/app.agentset.ai/(dashboard)/profile/page.client.tsx:192
FunctionFormControl
({ ...props }: React.ComponentProps<typeof SlotPrimitive.Slot>)
packages/ui/src/components/ui/form.tsx:106
FunctionFormDescription
({ className, ...props }: React.ComponentProps<"p">)
packages/ui/src/components/ui/form.tsx:127
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
packages/ui/src/components/ui/form.tsx:31
FunctionFormItem
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/form.tsx:75
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
packages/ui/src/components/ui/form.tsx:89
FunctionFormMessage
({ className, ...props }: React.ComponentProps<"p">)
packages/ui/src/components/ui/form.tsx:140
FunctionGET
()
apps/web/src/app/openapi.json/route.ts:6
FunctionGET
()
apps/web/src/app/api/(public-api)/health/route.ts:7
FunctionGET
(req: NextRequest)
apps/web/src/app/api/(internal-api)/middleware/default-org/route.ts:8
FunctionGET
(req: NextRequest)
apps/web/src/app/api/(internal-api)/middleware/hosting/route.ts:14
FunctionGET
(req: NextRequest)
apps/web/src/app/api/(internal-api)/middleware/hosting/member/route.ts:8
FunctionGeneralSettingsPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/settings/page.tsx:7
FunctionGeneralTab
({ form, data, setTab }: GeneralTabProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/components/tabs/general-tab.tsx:27
FunctionGetStartedClientPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/quick-start/page.client.tsx:11
FunctionGetStartedPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/quick-start/page.tsx:5
FunctionGithubIcon
(props: React.ComponentPropsWithoutRef<"svg">)
packages/ui/src/icons/github.tsx:1
FunctionGlobalError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
apps/web/src/app/global-error.tsx:14
FunctionGmailIcon
(props: SVGProps<SVGSVGElement>)
packages/ui/src/icons/gmail.tsx:3
FunctionGoogleDriveIcon
(props: SVGProps<SVGSVGElement>)
packages/ui/src/icons/google-drive.tsx:3
FunctionGoogleIcon
(props: SVGProps<SVGSVGElement>)
packages/ui/src/icons/google.tsx:3
FunctionGradientBackground
()
apps/web/src/components/gradient-background.tsx:3
FunctionHeader
()
apps/web/src/app/[hostingId]/(defaultLayout)/header.tsx:14
FunctionHostedMessageStatus
({ message, isLoading, }: { message: MyUIMessage; isLoading: boolean; })
apps/web/src/components/chat/message-status.tsx:218
FunctionHostingChat
()
apps/web/src/components/chat/index.tsx:97
FunctionHostingLayout
({ data }: { data: HostingData })
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/components/hosting-layout.tsx:17
FunctionHostingNotFound
()
apps/web/src/app/hosting-not-found/page.tsx:3
FunctionHostingPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/page.tsx:5
FunctionHostingPageClient
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/page.client.tsx:12
FunctionHostingPreview
({ form }: HostingPreviewProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/components/hosting-preview.tsx:23
FunctionHostingProvider
({ children, hosting, }: { children: React.ReactNode; hosting: Hosting; })
apps/web/src/contexts/hosting-context.tsx:9
FunctionHostingTabs
({ form, data, onTabChange }: HostingTabsProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/components/hosting-tabs.tsx:28
FunctionHoverCard
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>)
packages/ui/src/components/ui/hover-card.tsx:7
FunctionHoverCardContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof HoverCardPrimi
packages/ui/src/components/ui/hover-card.tsx:21
FunctionHoverCardTrigger
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Trigger>)
packages/ui/src/components/ui/hover-card.tsx:13
FunctionHydrateClient
(props: { children: React.ReactNode })
apps/web/src/trpc/server.tsx:36
FunctionImageForm
()
apps/web/src/app/app.agentset.ai/(dashboard)/profile/page.client.tsx:87
FunctionImageUploader
({ maxSizeMB = 5, compressionThresholdMB = DEFAULT_COMPRESSION_THRESHOLD_MB, onImageChange, defaultIma
packages/ui/src/components/image-uploader.tsx:51
FunctionInfoTooltip
({ text }: { text: string })
apps/web/src/components/info-tooltip.tsx:5
FunctionIngestConfig
({ form, minimal = false, extraSettings, }: IngestConfigProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/config.tsx:76
FunctionIngestModal
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/index.tsx:42
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
packages/ui/src/components/ui/input.tsx:3
FunctionInputGroup
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/input-group.tsx:11
FunctionInputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
packages/ui/src/components/ui/input-group.tsx:46
FunctionInputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
packages/ui/src/components/ui/input-group.tsx:86
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
packages/ui/src/components/ui/input-group.tsx:117
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<"span">)
packages/ui/src/components/ui/input-group.tsx:105
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
packages/ui/src/components/ui/input-group.tsx:133
FunctionInputOTP
({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & { containerClass
packages/ui/src/components/ui/input-otp.tsx:9
FunctionInputOTPGroup
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/input-otp.tsx:30
FunctionInputOTPSeparator
({ ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/input-otp.tsx:73
FunctionInputOTPSlot
({ index, className, ...props }: React.ComponentProps<"div"> & { index: number; })
packages/ui/src/components/ui/input-otp.tsx:43
FunctionInvitationCard
({ invitation: initialInvitation, }: { invitation: { organizationName: string; organizationSlug: s
apps/web/src/app/app.agentset.ai/invitation/[id]/invitation-card.tsx:95
FunctionInvitationLoading
()
apps/web/src/app/app.agentset.ai/invitation/[id]/loading.tsx:14
FunctionInvitationPage
({ params, }: PageProps<"/app.agentset.ai/invitation/[id]">)
apps/web/src/app/app.agentset.ai/invitation/[id]/page.tsx:9
FunctionInvitationStatus
({ icon: Icon, iconContainerClassName, iconClassName, title, description, action, }: { icon: Rea
apps/web/src/app/app.agentset.ai/invitation/[id]/invitation-status.tsx:7
FunctionInviteMemberDialog
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/team/invite-dialog.tsx:33
FunctionInvoiceCard
({ invoice }: { invoice: Invoice })
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/billing/invoices/page.client.tsx:84
FunctionInvoiceCardSkeleton
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/billing/invoices/page.client.tsx:139
FunctionItem
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
packages/ui/src/components/ui/item.tsx:58
FunctionItemActions
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/item.tsx:149
FunctionItemContent
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/item.tsx:110
FunctionItemDescription
({ className, ...props }: React.ComponentProps<"p">)
packages/ui/src/components/ui/item.tsx:136
FunctionItemFooter
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/item.tsx:172
FunctionItemGroup
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/item.tsx:8
FunctionItemHeader
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/item.tsx:159
FunctionItemMedia
({ className, variant = "default", ...props }: React.ComponentProps<"div"> & VariantProps<typeof itemMed
packages/ui/src/components/ui/item.tsx:95
FunctionItemSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
packages/ui/src/components/ui/item.tsx:22
FunctionItemTitle
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/item.tsx:123
FunctionJobActions
({ row }: { row: Row<JobCol> })
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/actions.tsx:27
FunctionJobsPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/page.client.tsx:27
FunctionLLMSelector
({ value, onValueChange, placeholder = "Select LLM model", disabled = false, id, }: LLMSelectorProps
apps/web/src/components/llm-selector.tsx:20
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
packages/ui/src/components/ui/label.tsx:7
FunctionLayoutLoader
({ className }: { className?: string })
apps/web/src/components/layout/layout-loader.tsx:4
FunctionLineSpan
({ keyedLine, showLineNumbers, }: { keyedLine: KeyedLine; showLineNumbers: boolean; })
packages/ui/src/components/ai-elements/code-block.tsx:86
FunctionListInput
({ form, name, label, description, maxItems, placeholder = "Enter an item...", }: { form: UseFor
apps/web/src/components/list-input.tsx:20
FunctionLoadingSkeleton
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/page.client.tsx:32
FunctionLoginForm
({ className, redirectParam, ...props }: React.ComponentPropsWithoutRef<"div"> & { redirectParam?: str
apps/web/src/app/app.agentset.ai/login/login-form.tsx:25
FunctionLoginForm
({ className, ...props }: React.ComponentPropsWithoutRef<"div">)
apps/web/src/app/[hostingId]/login/login-form.tsx:17
FunctionLoginPage
()
apps/web/src/app/app.agentset.ai/login/page.tsx:12
FunctionLoginPage
()
apps/web/src/app/[hostingId]/login/page.tsx:12
FunctionLogo
()
packages/emails/src/components/logo.tsx:3
FunctionLogo
({ className, ...props }: SvgProps)
packages/ui/src/components/logo.tsx:5
FunctionMarkdown
({ children, isLoading, message }: MarkdownProps)
apps/web/src/components/chat/markdown.tsx:13
FunctionMarkdownText
({ text }: { text: string })
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/domain-card/dns-record.tsx:7
FunctionMemberCard
({ id, type, name, email, image, role: initialRole, showRole, actions, }: { type: "member" |
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/team/member-card.tsx:14
FunctionMemberCardSkeleton
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/team/page.client.tsx:110
FunctionMessage
({ className, from, ...props }: MessageProps)
packages/ui/src/components/ai-elements/message.tsx:19
FunctionMessageAction
({ tooltip, children, label, variant = "ghost", size = "icon-sm", className, ...props }: Message
packages/ui/src/components/ai-elements/message.tsx:67
FunctionMessageActions
({ className, children, ...props }: MessageActionsProps)
packages/ui/src/components/ai-elements/message.tsx:52
FunctionMessageContent
({ children, className, ...props }: MessageContentProps)
packages/ui/src/components/ai-elements/message.tsx:32
FunctionMessageEditor
({ message, setMode }: MessageEditorProps)
apps/web/src/components/chat/message-editor.tsx:17
FunctionMessageLogs
({ message, trigger, }: { message: MyUIMessage; trigger: React.ReactNode; })
apps/web/src/components/chat/message-actions/logs.tsx:21
FunctionMessageReasoning
({ isLoading, reasoning, }: MessageReasoningProps)
apps/web/src/components/chat/message-reasoning.tsx:12
FunctionMessageScroller
({ className, ...props }: React.ComponentProps<typeof MessageScrollerPrimitive.Root>)
packages/ui/src/components/ai-elements/message-scroller.tsx:27
← previousnext →601–700 of 1,137, ranked by callers