MCPcopy Create free account

hub / github.com/anayatkhan1/agentkit-starter / functions

Functions240 in github.com/anayatkhan1/agentkit-starter

↓ 132 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:5
↓ 5 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:46
↓ 3 callersFunctionextractTextFromMessage
(message: UIMessage)
src/lib/chat-store.ts:224
↓ 3 callersFunctiongetRGBA
( cssColor: React.CSSProperties["color"], fallback: string = "rgba(180, 180, 180)", )
src/lib/utils.ts:10
↓ 3 callersFunctionloadChat
( id: string, userId?: string, )
src/lib/chat-store.ts:51
↓ 3 callersFunctionupdatePointerInteraction
(value: number | null)
src/components/ui/globe.tsx:90
↓ 3 callersFunctionuseReasoningContext
()
src/components/ui/reasoning.tsx:24
↓ 2 callersFunctionadjustHeight
(el: HTMLTextAreaElement | null)
src/components/ui/prompt-input.tsx:121
↓ 2 callersFunctioncolorWithOpacity
(color: string, opacity: number)
src/lib/utils.ts:36
↓ 2 callersFunctionextractTextFromMessage
(message: UIMessage)
src/components/chat-ui/chat-content.tsx:11
↓ 2 callersFunctionupdateCanvasSize
()
src/components/ui/flickering-grid.tsx:155
↓ 2 callersFunctionupdateMovement
(clientX: number)
src/components/ui/globe.tsx:97
↓ 2 callersFunctionusePromptInput
()
src/components/ui/prompt-input.tsx:39
↓ 2 callersFunctionuseSourceContext
()
src/components/ui/source.tsx:16
↓ 2 callersFunctionuseTextStream
({ textStream, speed = 20, mode = "typewriter", onComplete, fadeDuration, segmentDelay, characterChunkS
src/components/ui/response-stream.tsx:31
↓ 1 callersFunctioncheckQuery
()
src/hooks/use-media-query.ts:10
↓ 1 callersFunctioncreateChat
(userId: string)
src/lib/chat-store.ts:30
↓ 1 callersFunctioncreateSmoothPath
(points: { x: number; y: number }[])
src/components/third-bento-animation.tsx:28
↓ 1 callersFunctionextractLanguage
(className?: string)
src/components/ui/markdown.tsx:21
↓ 1 callersFunctionextractWebSearchTools
(message: UIMessage)
src/components/chat-ui/chat-stream.tsx:100
↓ 1 callersFunctionfetchChats
()
src/components/chat-ui/chat-sidebar.tsx:68
↓ 1 callersFunctionfileToDataURL
(file: File)
src/components/chat-ui/chat-input.tsx:38
↓ 1 callersFunctiongenerateChatTitle
(messages: UIMessage[])
src/components/chat-ui/chat-content.tsx:24
↓ 1 callersFunctiongenerateChatTitle
(messages: UIMessage[])
src/lib/chat-store.ts:237
↓ 1 callersFunctiongetLastMessagePreview
(messages: UIMessage[])
src/lib/chat-store.ts:263
↓ 1 callersFunctiongroupChatsByPeriod
(chats: ChatMetadata[])
src/components/chat-ui/chat-sidebar.tsx:24
↓ 1 callersFunctionhandleClick
( e: React.MouseEvent<HTMLAnchorElement>, item: NavItem, )
src/components/nav-menu.tsx:75
↓ 1 callersFunctionhandleOAuthSignIn
(strategy: "oauth_google")
src/components/custom-sign-in.tsx:62
↓ 1 callersFunctionhandleOAuthSignUp
(strategy: "oauth_google")
src/components/custom-sign-up.tsx:73
↓ 1 callersFunctionhandleRemoveFile
(index: number)
src/components/chat-ui/chat-input.tsx:97
↓ 1 callersFunctionhandleScroll
()
src/components/nav-menu.tsx:36
↓ 1 callersFunctionhandleScroll
()
src/components/sections/navbar.tsx:60
↓ 1 callersFunctionhighlight
()
src/components/ui/code-block.tsx:44
↓ 1 callersFunctionlistChats
(userId: string)
src/lib/chat-store.ts:287
↓ 1 callersFunctionmessageToPrismaJson
(msg: UIMessage)
src/lib/chat-store.ts:19
↓ 1 callersFunctionnormalizeResults
(resultData: unknown)
src/components/chat-ui/chat-stream.tsx:497
↓ 1 callersFunctiononResize
()
src/components/ui/globe.tsx:106
↓ 1 callersFunctionparseMarkdownIntoBlocks
(markdown: string)
src/components/ui/markdown.tsx:16
↓ 1 callersFunctionrenderContent
()
src/components/ui/response-stream.tsx:351
↓ 1 callersFunctionrenderMedia
()
src/components/ui/feature-slideshow.tsx:195
↓ 1 callersFunctionsaveChat
({ chatId, messages, userId, }: { chatId: string; messages: UIMessage[]; userId?: string; })
src/lib/chat-store.ts:93
↓ 1 callersFunctionscrollToIndex
(index: number)
src/components/ui/feature-slideshow.tsx:125
↓ 1 callersFunctionupdateWidth
()
src/components/fourth-bento-animation.tsx:75
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.ts:5
↓ 1 callersFunctionuseMediaQuery
(query: string)
src/hooks/use-media-query.ts:5
↓ 1 callersFunctionvalidateMessages
(messages: UIMessage[])
src/lib/chat-store.ts:5
↓ 1 callersFunctionwebSearchAgent
(messages: ModelMessage[])
src/agents/web-search-agent/agent.ts:6
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:50
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:28
FunctionAuthLayout
({ children }: AuthLayoutProps)
src/components/auth-layout.tsx:9
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:24
FunctionBentoSection
()
src/components/sections/bento-section.tsx:6
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentProps<"b
src/components/ui/button.tsx:39
FunctionCTASection
()
src/components/sections/cta-section.tsx:5
FunctionChatContainerContent
({ children, className, ...props }: ChatContainerContentProps)
src/components/ui/chat-container.tsx:39
FunctionChatContainerRoot
({ children, className, ...props }: ChatContainerRootProps)
src/components/ui/chat-container.tsx:21
FunctionChatContainerScrollAnchor
({ className, ...props }: ChatContainerScrollAnchorProps)
src/components/ui/chat-container.tsx:54
FunctionChatContent
({ id, initialMessages, }: { id?: string; initialMessages?: UIMessage[]; })
src/components/chat-ui/chat-content.tsx:49
FunctionChatInput
({ isLoading, stop, onSubmit, className, }: ChatInputProps)
src/components/chat-ui/chat-input.tsx:27
FunctionChatPage
()
src/app/chat/page.tsx:5
FunctionChatSidebar
({ currentChatId }: { currentChatId?: string })
src/components/chat-ui/chat-sidebar.tsx:61
FunctionChatStream
({ messages }: ChatStreamProps)
src/components/chat-ui/chat-stream.tsx:515
FunctionCodeBlock
({ children, className, ...props }: CodeBlockProps)
src/components/ui/code-block.tsx:12
FunctionCodeBlockCode
({ code, language = "tsx", theme = "github-light", className, ...props }: CodeBlockCodeProps)
src/components/ui/code-block.tsx:34
FunctionCodeBlockGroup
({ children, className, ...props }: CodeBlockGroupProps)
src/components/ui/code-block.tsx:79
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:11
FunctionCompanyShowcase
()
src/components/sections/company-showcase.tsx:5
FunctionConditionalLayoutWrapper
({ children, }: { children: ReactNode; })
src/components/conditional-layout-wrapper.tsx:6
FunctionConditionalNavbar
()
src/components/conditional-navbar.tsx:6
FunctionCopyAction
({ content, className, }: { content: string; className?: string; })
src/components/chat-ui/chat-stream.tsx:62
FunctionCustomSignIn
({ className, ...props }: React.ComponentProps<"form">)
src/components/custom-sign-in.tsx:20
FunctionCustomSignUp
({ className, ...props }: React.ComponentProps<"form">)
src/components/custom-sign-up.tsx:20
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxIte
src/components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
src/components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
src/components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.It
src/components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?: bool
src/components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
src/components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
src/components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
src/components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
src/components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
src/components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
src/components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> &
src/components/ui/dropdown-menu.tsx:201
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
src/components/ui/dropdown-menu.tsx:23
FunctionFAQSection
()
src/components/sections/faq-section.tsx:10
FunctionFeature
({ collapseDelay = 5000, ltr = false, linePosition = "left", lineColor = "bg-neutral-500 dark:bg-white",
src/components/ui/feature-slideshow.tsx:95
FunctionFeatureSection
()
src/components/sections/feature-section.tsx:5
FunctionField
({ className, orientation = "vertical", ...props }: React.ComponentProps<"div"> & VariantProps<typeof field
src/components/ui/field.tsx:80
FunctionFieldContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/field.tsx:96
FunctionFieldDescription
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/field.tsx:140
FunctionFieldError
({ className, children, errors, ...props }: React.ComponentProps<"div"> & { errors?: Array<{ message?: st
src/components/ui/field.tsx:185
next →1–100 of 240, ranked by callers