MCPcopy Create free account

hub / github.com/agno-agi/agent-ui / functions

Functions152 in github.com/agno-agi/agent-ui

↓ 68 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 24 callersFunctionfilterProps
(props: object)
src/components/ui/typography/MarkdownRenderer/styles.tsx:36
↓ 18 callersFunctionfilterProps
(props: object)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:29
↓ 7 callersFunctioncreateHeaders
(authToken?: string)
src/api/os.ts:8
↓ 7 callersFunctionuseChatActions
()
src/hooks/useChatActions.ts:10
↓ 2 callersFunctiondecodeBase64Audio
( base64String: string, mimeType = 'audio/mpeg', sampleRate = 44100, numChannels = 1 )
src/lib/audio.ts:1
↓ 2 callersFunctiongetJsonMarkdown
(content: object = {})
src/lib/utils.ts:35
↓ 2 callersFunctionparseBuffer
* Extracts complete JSON objects from a buffer string **incrementally**. * - It allows partial JSON objects to accumulate across chunks. * - It ensu
src/hooks/useAIResponseStream.tsx:81
↓ 2 callersFunctionprocessChunk
* Processes a single JSON chunk by passing it to the provided callback. * @param chunk - A parsed JSON object of type RunResponseContent. * @param o
src/hooks/useAIResponseStream.tsx:9
↓ 2 callersFunctiontruncateText
(text: string, limit: number)
src/lib/utils.ts:8
↓ 2 callersFunctionuseSessionLoader
()
src/hooks/useSessionLoader.tsx:27
↓ 1 callersFunctionconstructEndpointUrl
( value: string | null | undefined )
src/lib/constructEndpointUrl.ts:1
↓ 1 callersFunctionconvertNewFormatToLegacy
( newFormatData: NewFormatData )
src/hooks/useAIResponseStream.tsx:40
↓ 1 callersFunctioncreateWavHeader
( dataLength: number, sampleRate: number, numChannels: number )
src/lib/audio.ts:33
↓ 1 callersFunctiondeleteSessionAPI
( base: string, dbId: string, sessionId: string, authToken?: string )
src/api/os.ts:109
↓ 1 callersFunctiongetAgentsAPI
( endpoint: string, authToken?: string )
src/api/os.ts:20
↓ 1 callersFunctiongetAllSessionsAPI
( base: string, type: 'agent' | 'team', componentId: string, dbId: string, authToken?: string )
src/api/os.ts:53
↓ 1 callersFunctiongetProviderIcon
(provider: string)
src/lib/modelProvider.ts:18
↓ 1 callersFunctiongetSessionAPI
( base: string, type: 'agent' | 'team', sessionId: string, dbId?: string, authToken?: string )
src/api/os.ts:83
↓ 1 callersFunctiongetStatusAPI
( base: string, authToken?: string )
src/api/os.ts:42
↓ 1 callersFunctiongetStatusColor
(isActive: boolean)
src/components/chat/Sidebar/Sidebar.tsx:78
↓ 1 callersFunctiongetTeamsAPI
( endpoint: string, authToken?: string )
src/api/os.ts:127
↓ 1 callersFunctionhandleCancel
()
src/components/chat/Sidebar/AuthToken.tsx:39
↓ 1 callersFunctionhandleCancel
()
src/components/chat/Sidebar/Sidebar.tsx:97
↓ 1 callersFunctionhandleModeChange
(newMode: 'agent' | 'team')
src/components/chat/Sidebar/ModeSelector.tsx:22
↓ 1 callersFunctionhandleOnValueChange
(value: string)
src/components/chat/Sidebar/EntitySelector.tsx:51
↓ 1 callersFunctionhandleSave
()
src/components/chat/Sidebar/AuthToken.tsx:32
↓ 1 callersFunctionhandleSave
()
src/components/chat/Sidebar/Sidebar.tsx:81
↓ 1 callersFunctionhandleSubmit
()
src/components/chat/ChatArea/ChatInput/ChatInput.tsx:19
↓ 1 callersFunctionisLegacyFormat
* Detects if the incoming data is in the legacy format (direct RunResponseContent) * @param data - The parsed data object * @returns true if it's in
src/hooks/useAIResponseStream.tsx:23
↓ 1 callersFunctionisValidUrl
(url: string)
src/lib/utils.ts:15
↓ 1 callersFunctionprocessStream
()
src/hooks/useAIResponseStream.tsx:228
↓ 1 callersFunctionuseAIChatStreamHandler
()
src/hooks/useAIStreamHandler.tsx:14
↓ 1 callersFunctionuseAIResponseStream
()
src/hooks/useAIResponseStream.tsx:178
FunctionActionButton
({ href, variant, text }: ActionButtonProps)
src/components/chat/ChatArea/Messages/ChatBlankState.tsx:45
FunctionAgentIcon
({ ...props })
src/components/ui/icon/custom-icons.tsx:52
FunctionAgentMessage
({ message }: MessageProps)
src/components/chat/ChatArea/Messages/MessageItem.tsx:15
FunctionAgentMessageWrapper
({ message }: MessageWrapperProps)
src/components/chat/ChatArea/Messages/Messages.tsx:62
FunctionAgentThinkingLoader
()
src/components/chat/ChatArea/Messages/AgentThinkingLoader.tsx:1
FunctionAgnoIcon
({ ...props })
src/components/ui/icon/custom-icons.tsx:3
FunctionAgnoTag
({ ...props })
src/components/ui/icon/custom-icons.tsx:820
FunctionAnchorLink
({ className, ...props }: AnchorLinkProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:118
FunctionAnchorLink
({ className, ...props }: AnchorLinkProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:139
FunctionAnthropicLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:269
FunctionAuthToken
({ hasEnvToken, envToken }: { hasEnvToken?: boolean envToken?: string })
src/components/chat/Sidebar/AuthToken.tsx:8
FunctionAwsLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:234
FunctionAzureLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:402
FunctionBlockquote
({ className, ...props }: BlockquoteProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:111
FunctionBlockquote
({ className, ...props }: BlockquoteProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:132
FunctionBoldText
({ className, ...props }: BoldTextProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:83
FunctionBoldText
({ className, ...props }: BoldTextProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:96
FunctionChatArea
()
src/components/chat/ChatArea/ChatArea.tsx:5
FunctionChatBlankState
()
src/components/chat/ChatArea/Messages/ChatBlankState.tsx:63
FunctionChatInput
()
src/components/chat/ChatArea/ChatInput/ChatInput.tsx:11
FunctionCohereLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:357
FunctionDeepseekLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:341
FunctionDeleteSessionModal
({ isOpen, onClose, onDelete, isDeleting })
src/components/chat/Sidebar/Sessions/DeleteSessionModal.tsx:20
FunctionDeletedText
({ className, ...props }: DeletedTextProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:97
FunctionDeletedText
({ className, ...props }: DeletedTextProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:110
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionEmphasizedText
({ className, ...props }: EmphasizedTextProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:65
FunctionEmphasizedText
({ className, ...props }: EmphasizedTextProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:75
FunctionEndpoint
()
src/components/chat/Sidebar/Sidebar.tsx:55
FunctionEntitySelector
()
src/components/chat/Sidebar/EntitySelector.tsx:17
FunctionFireworksLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:384
FunctionGeminiLogo
()
src/components/ui/icon/custom-icons.tsx:219
FunctionGroqLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:326
FunctionHeading
({ children, size, fontSize, className })
src/components/ui/typography/Heading/Heading.tsx:9
FunctionHeading1
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:127
FunctionHeading1
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:148
FunctionHeading2
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:131
FunctionHeading2
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:152
FunctionHeading3
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:135
FunctionHeading3
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:156
FunctionHeading4
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:139
FunctionHeading4
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:160
FunctionHeading5
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:143
FunctionHeading5
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:164
FunctionHeading6
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:147
FunctionHeading6
({ className, ...props }: HeadingProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:171
FunctionHistoryBlankStateIcon
()
src/components/chat/Sidebar/Sessions/SessionBlankState.tsx:5
FunctionHome
()
src/app/page.tsx:6
FunctionHorizontalRule
({ className, ...props }: HorizontalRuleProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:104
FunctionHorizontalRule
({ className, ...props }: HorizontalRuleProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:117
FunctionIcon
({ type, size = 'sm', className, color, disabled = false })
src/components/ui/icon/Icon.tsx:8
FunctionImages
({ images }: { images: ImageData[] })
src/components/chat/ChatArea/Messages/Multimedia/Images/Images.tsx:6
FunctionImg
({ src, alt }: ImgProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:151
FunctionImg
({ src, alt }: ImgProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:178
FunctionInlineCode
({ children })
src/components/ui/typography/MarkdownRenderer/styles.tsx:124
FunctionItalicText
({ className, ...props }: ItalicTextProps)
src/components/ui/typography/MarkdownRenderer/inlineStyles.tsx:72
FunctionItalicText
({ className, ...props }: ItalicTextProps)
src/components/ui/typography/MarkdownRenderer/styles.tsx:82
FunctionMarkdownRenderer
({ children, classname, inline = false })
src/components/ui/typography/MarkdownRenderer/MarkdownRenderer.tsx:13
FunctionMessageArea
()
src/components/chat/ChatArea/MessageArea.tsx:8
FunctionMessages
({ messages }: MessageListProps)
src/components/chat/ChatArea/Messages/Messages.tsx:154
FunctionMistralLogo
({ ...props })
src/components/ui/icon/custom-icons.tsx:99
FunctionModeSelector
()
src/components/chat/Sidebar/ModeSelector.tsx:15
FunctionModelDisplay
({ model }: { model: string })
src/components/chat/Sidebar/Sidebar.tsx:45
FunctionNewChatButton
()
src/components/chat/Sidebar/NewChatButton.tsx:8
FunctionNewChatButton
({ disabled, onClick }: { disabled: boolean onClick: () => void })
src/components/chat/Sidebar/Sidebar.tsx:27
next →1–100 of 152, ranked by callers