MCPcopy Create free account

hub / github.com/benjichat/voice_agent_base / functions

Functions179 in github.com/benjichat/voice_agent_base

FunctionResetButton
({ handleReset }: { handleReset: () => void })
apps/web/src/components/thread/agent-inbox/components/inbox-item-input.tsx:12
FunctionResponseComponent
({ humanResponse, streaming, showArgsInResponse, interruptValue, onResponseChange, handleSubmit, }
apps/web/src/components/thread/agent-inbox/components/inbox-item-input.tsx:77
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
apps/web/src/app/layout.tsx:18
FunctionScrollToBottom
(props: { className?: string })
apps/web/src/components/thread/index.tsx:62
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
apps/web/src/components/ui/separator.tsx:6
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
apps/web/src/components/ui/sheet.tsx:7
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
apps/web/src/components/ui/sheet.tsx:17
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof SheetPrimitive.Content
apps/web/src/components/ui/sheet.tsx:45
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
apps/web/src/components/ui/sheet.tsx:115
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
apps/web/src/components/ui/sheet.tsx:92
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
apps/web/src/components/ui/sheet.tsx:82
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
apps/web/src/components/ui/sheet.tsx:29
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
apps/web/src/components/ui/sheet.tsx:23
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
apps/web/src/components/ui/sheet.tsx:102
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
apps/web/src/components/ui/sheet.tsx:11
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
apps/web/src/components/ui/skeleton.tsx:3
FunctionStateView
({ handleShowSidePanel, view, values, description, }: StateViewComponentProps)
apps/web/src/components/thread/agent-inbox/components/state-view.tsx:234
FunctionStateViewObject
(props: StateViewProps)
apps/web/src/components/thread/agent-inbox/components/state-view.tsx:177
FunctionStateViewRecursive
(props: StateViewRecursiveProps)
apps/web/src/components/thread/agent-inbox/components/state-view.tsx:77
FunctionStickyToBottomContent
(props: { content: ReactNode; footer?: ReactNode; className?: string; contentClassName?: string; })
apps/web/src/components/thread/index.tsx:40
FunctionStreamProvider
({ children, })
apps/web/src/providers/Stream.tsx:148
FunctionStreamSession
({ children, apiKey, apiUrl, assistantId, }: { children: ReactNode; apiKey: string | null; apiUr
apps/web/src/providers/Stream.tsx:87
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
apps/web/src/components/ui/switch.tsx:6
FunctionSyntaxHighlighter
({ children, language, className, })
apps/web/src/components/thread/syntax-highlighter.tsx:20
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
apps/web/src/components/ui/textarea.tsx:5
FunctionThread
()
apps/web/src/components/thread/index.tsx:99
FunctionThreadActionsView
({ interrupt, handleShowSidePanel, showDescription, showState, }: ThreadActionsViewProps)
apps/web/src/components/thread/agent-inbox/components/thread-actions-view.tsx:57
FunctionThreadHistory
()
apps/web/src/components/thread/history/index.tsx:72
FunctionThreadHistoryLoading
()
apps/web/src/components/thread/history/index.tsx:62
FunctionThreadIdCopyable
({ threadId, showUUID = false, }: { threadId: string; showUUID?: boolean; })
apps/web/src/components/thread/agent-inbox/components/thread-id.tsx:32
FunctionThreadIdTooltip
({ threadId }: { threadId: string })
apps/web/src/components/thread/agent-inbox/components/thread-id.tsx:12
FunctionThreadList
({ threads, onThreadClick, }: { threads: Thread[]; onThreadClick?: (threadId: string) => void; })
apps/web/src/components/thread/history/index.tsx:18
FunctionThreadProvider
({ children }: { children: ReactNode })
apps/web/src/providers/Thread.tsx:36
FunctionThreadView
({ interrupt }: ThreadViewProps)
apps/web/src/components/thread/agent-inbox/index.tsx:11
FunctionToaster
({ ...props }: ToasterProps)
apps/web/src/components/ui/sonner.tsx:4
FunctionToolCallTable
({ toolCall }: { toolCall: ToolCall })
apps/web/src/components/thread/agent-inbox/components/tool-call-table.tsx:4
FunctionToolCalls
({ toolCalls, }: { toolCalls: AIMessage["tool_calls"]; })
apps/web/src/components/thread/messages/tool-calls.tsx:10
FunctionToolResult
({ message }: { message: ToolMessage })
apps/web/src/components/thread/messages/tool-calls.tsx:68
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
apps/web/src/components/ui/tooltip.tsx:19
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
apps/web/src/components/ui/tooltip.tsx:35
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
apps/web/src/components/ui/tooltip.tsx:6
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
apps/web/src/components/ui/tooltip.tsx:29
FunctionVoiceOnlyInterface
()
apps/web/src/components/voice-only-interface.tsx:15
FunctionVoiceRecorderButton
({ onRecordingComplete, onRecordingError, disabled = false, size = "md", className, }: VoiceRecorder
apps/web/src/components/ui/voice-recorder-button.tsx:16
FunctiongetButtonIcon
()
apps/web/src/components/voice-only-interface.tsx:713
Functionhandle3DError
(error: Error)
apps/web/src/components/audio-visualizer-with-fallback.tsx:36
FunctionhandleCanPlay
()
apps/web/src/components/ui/audio-player.tsx:110
FunctionhandleCancel
(e: React.MouseEvent)
apps/web/src/components/ui/voice-recorder-button.tsx:53
FunctionhandleClick
()
apps/web/src/components/ui/voice-recorder-button.tsx:40
FunctionhandleEnded
()
apps/web/src/components/ui/audio-player.tsx:96
FunctionhandleError
(event: ErrorEvent)
apps/web/src/components/audio-visualizer-with-fallback.tsx:63
FunctionhandleError
(e: Event)
apps/web/src/components/ui/audio-player.tsx:104
FunctionhandleIgnore
( e: React.MouseEvent<HTMLButtonElement, MouseEvent>, )
apps/web/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx:222
FunctionhandleKeyDown
(e: React.KeyboardEvent)
apps/web/src/components/thread/agent-inbox/components/inbox-item-input.tsx:99
FunctionhandleKeyDown
(e: React.KeyboardEvent)
apps/web/src/components/thread/messages/human.tsx:18
FunctionhandleLoadedMetadata
()
apps/web/src/components/ui/audio-player.tsx:79
FunctionhandleOpenInStudio
()
apps/web/src/components/thread/agent-inbox/components/thread-actions-view.tsx:86
FunctionhandlePause
()
apps/web/src/components/ui/audio-player.tsx:102
FunctionhandlePlay
()
apps/web/src/components/ui/audio-player.tsx:101
FunctionhandleRecordingToggle
()
apps/web/src/components/voice-only-interface.tsx:571
FunctionhandleReset
()
apps/web/src/components/thread/agent-inbox/components/inbox-item-input.tsx:219
FunctionhandleResolve
( e: React.MouseEvent<HTMLButtonElement, MouseEvent>, )
apps/web/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx:247
FunctionhandleSeek
(e: React.MouseEvent<HTMLDivElement>)
apps/web/src/components/ui/audio-player.tsx:167
FunctionhandleSubmit
(e: FormEvent)
apps/web/src/components/thread/index.tsx:162
FunctionhandleSubmitEdit
()
apps/web/src/components/thread/messages/human.tsx:50
FunctionhandleTimeUpdate
()
apps/web/src/components/ui/audio-player.tsx:92
FunctionhandleUnhandledRejection
(event: PromiseRejectionEvent)
apps/web/src/components/audio-visualizer-with-fallback.tsx:69
FunctionhandleVoiceRecordingComplete
(audioBlob: Blob)
apps/web/src/components/thread/index.tsx:192
FunctionhandleVoiceRecordingError
(error: string)
apps/web/src/components/thread/index.tsx:287
Functionlistener
(e: MediaQueryListEvent)
apps/web/src/hooks/useMediaQuery.tsx:10
FunctiononCopy
()
apps/web/src/components/thread/markdown-text.tsx:44
FunctionplayAudioFromData
(audioData: any)
apps/web/src/components/voice-only-interface.tsx:546
Functionreact_agent_node
* ReAct agent node using the prebuilt createReactAgent * This replaces the manual ai_node + tools pattern with LangGraph's prebuilt agent
apps/agents/src/react-agent/graph.ts:15
FunctionshouldProcessTTS
(state: typeof SpeechAnnotation.State)
apps/agents/src/react-agent/text-to-speech.ts:159
Functionspeech_to_text
( state: typeof SpeechAnnotation.State, )
apps/agents/src/react-agent/speech-to-text.ts:29
Functiontext_to_speech
( state: typeof SpeechAnnotation.State, )
apps/agents/src/react-agent/text-to-speech.ts:16
FunctiontoggleMute
()
apps/web/src/components/ui/audio-player.tsx:159
FunctiontogglePlay
()
apps/web/src/components/ui/audio-player.tsx:143
FunctionuseTTSPlayer
()
apps/web/src/hooks/useTTSPlayer.tsx:10
← previous101–179 of 179, ranked by callers