MCPcopy Create free account

hub / github.com/CopilotKit/OpenGenerativeUI / functions

Functions161 in github.com/CopilotKit/OpenGenerativeUI

↓ 27 callersFunctionflushImport
Flush the dynamic import() microtask so the sandbox gets created
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:75
↓ 18 callersFunctionrenderRenderer
(content: OpenGenUIContent)
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:100
↓ 15 callersFunctionprocessPartialHtml
(html: string)
apps/app/src/components/generative-ui/open-generative-ui/process-partial-html.ts:23
↓ 11 callersFunctionassembleStandaloneHtmlFromActivity
( content: StandaloneActivityContent, title = "generated-widget" )
apps/app/src/components/generative-ui/export-utils.ts:47
↓ 10 callersFunctionclampReportedHeight
(height: unknown)
apps/app/src/components/generative-ui/open-generative-ui/renderer.tsx:29
↓ 9 callersFunctionbuildRuntimeOptions
(env: RuntimeOptionsEnv)
apps/app/src/lib/copilotkit-runtime-options.ts:14
↓ 9 callersFunctionisAllowedLinkUrl
( url: string, allowedOrigins?: readonly string[] )
apps/app/src/lib/sandbox/sandbox-functions.ts:46
↓ 9 callersFunctionrendererElement
(content: OpenGenUIContent)
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:89
↓ 9 callersFunctionresolveSandboxReady
()
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:81
↓ 8 callersFunctionbuild_model
()
apps/agent/src/model.py:17
↓ 6 callersFunctionskill_text
(name: str)
apps/agent/tests/test_skills_contract.py:14
↓ 5 callersFunction_wrap
(messages)
apps/agent/tests/test_anthropic_compat.py:17
↓ 4 callersFunctionescapeHtml
(text: string)
apps/app/src/components/generative-ui/export-utils.ts:190
↓ 4 callersFunctionextractCompleteStyles
(html: string)
apps/app/src/components/generative-ui/open-generative-ui/process-partial-html.ts:7
↓ 4 callersFunctionloadSkill
(name: string)
apps/mcp/src/skills.ts:16
↓ 4 callersFunctionrunCallsContaining
(needle: string)
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:104
↓ 4 callersFunctionsend
(height: unknown)
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:445
↓ 3 callersFunctiondispatchSendPrompt
(text: string)
apps/app/src/lib/sandbox/__tests__/prompt-bridge.test.tsx:17
↓ 3 callersFunctionlistSkills
()
apps/mcp/src/skills.ts:9
↓ 3 callersFunctionsetSession
(sessionId: string, data: PickSession)
apps/app/src/app/api/pick/store.ts:21
↓ 2 callersFunction_reordered
(request: ModelRequest)
apps/agent/src/anthropic_compat.py:35
↓ 2 callersFunctionassembleDocument
(html: string)
apps/mcp/src/renderer.ts:32
↓ 2 callersFunctionbuildPreviewBodyMorph
(body: string)
apps/app/src/components/generative-ui/open-generative-ui/frame-content.ts:90
↓ 2 callersFunctionbuildPreviewHeadContent
( css?: string, previewStyles?: string )
apps/app/src/components/generative-ui/open-generative-ui/frame-content.ts:71
↓ 2 callersFunctioncreateMcpServer
()
apps/mcp/src/server.ts:6
↓ 2 callersFunctionensureChipContainer
(active: boolean)
apps/app/src/components/template-library/template-chip.tsx:29
↓ 2 callersFunctionexprCalls
()
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:363
↓ 2 callersFunctionformatIssues
(error: z.ZodError)
apps/app/src/lib/sandbox/sandbox-functions.ts:6
↓ 2 callersFunctiongetSession
(sessionId: string)
apps/app/src/app/api/pick/store.ts:17
↓ 2 callersFunctionhandler
(req)
apps/agent/tests/test_anthropic_compat.py:22
↓ 2 callersFunctionidiomorphInjections
()
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:194
↓ 2 callersFunctionloadWebsandbox
()
apps/app/src/components/generative-ui/open-generative-ui/websandbox-loader.ts:26
↓ 2 callersFunctionresetMockPromise
()
apps/app/src/components/generative-ui/open-generative-ui/__tests__/open-generative-ui-renderer.test.tsx:41
↓ 2 callersFunctionstyleIframe
(iframe: HTMLIFrameElement)
apps/app/src/components/generative-ui/open-generative-ui/renderer.tsx:139
↓ 2 callersFunctiontryAttach
()
apps/app/src/components/explainer-cards.tsx:92
↓ 2 callersFunctionuseGenerativeUIExamples
()
apps/app/src/hooks/use-generative-ui-examples.tsx:20
↓ 1 callersFunction_load_seed_html
()
apps/agent/src/templates.py:53
↓ 1 callersFunction_repaired_message
(message)
apps/agent/src/anthropic_compat.py:18
↓ 1 callersFunctionapply
()
apps/app/src/hooks/use-theme.tsx:21
↓ 1 callersMethodawrap_model_call
(self, request, handler)
apps/agent/src/anthropic_compat.py:49
↓ 1 callersFunctionbuildFinalFrameContent
(html: string, css?: string)
apps/app/src/components/generative-ui/open-generative-ui/frame-content.ts:52
↓ 1 callersFunctionchartToStandaloneHtml
( type: "bar" | "pie", data: { title: string; description: string; data: Array<{ label: string; value: num
apps/app/src/components/generative-ui/export-utils.ts:93
↓ 1 callersFunctioncollectFiles
(dir: string)
apps/app/src/__tests__/no-legacy-rails.test.ts:13
↓ 1 callersFunctioncollectSourceFiles
(dir: string, out: string[] = [])
packages/design-system/src/__tests__/single-source.test.ts:14
↓ 1 callersFunctiondismiss
()
apps/app/src/components/desktop-tip-modal.tsx:27
↓ 1 callersFunctionemitChange
()
apps/app/src/components/desktop-tip-modal.tsx:8
↓ 1 callersFunctionensureHead
(html: string)
apps/app/src/components/generative-ui/open-generative-ui/frame-content.ts:40
↓ 1 callersFunctionenvAllowedOrigins
()
apps/app/src/lib/sandbox/sandbox-functions.ts:36
↓ 1 callersFunctionescapeScriptClose
(js: string)
apps/app/src/components/generative-ui/export-utils.ts:27
↓ 1 callersFunctionescapeStyleClose
(css: string)
apps/app/src/components/generative-ui/export-utils.ts:31
↓ 1 callersFunctionformatValue
(value: unknown)
apps/app/src/components/tool-rendering.tsx:17
↓ 1 callersFunctionhandlePick
(prompt: string)
apps/app/src/app/pick/page.tsx:105
↓ 1 callersFunctionhandleSelectSlot
(slot: TimeSlot)
apps/app/src/components/generative-ui/meeting-time-picker.tsx:37
↓ 1 callersFunctionisRateLimited
(ip: string)
apps/app/src/app/api/copilotkit/route.ts:17
↓ 1 callersFunctionnormalizeLanggraphUrl
(raw?: string)
apps/app/src/lib/copilotkit-runtime-options.ts:9
↓ 1 callersFunctionpickRandom
(arr: T[], n: number)
apps/app/src/app/pick/page.tsx:72
↓ 1 callersFunctionshouldFlushImmediately
* Returns true when the inner component should re-render immediately * (no throttle delay).
apps/app/src/components/generative-ui/open-generative-ui/renderer.tsx:67
↓ 1 callersFunctionslugify
(text: string)
apps/app/src/components/generative-ui/export-utils.ts:171
↓ 1 callersFunctiontriggerDownload
(htmlString: string, filename: string)
apps/app/src/components/generative-ui/export-utils.ts:178
↓ 1 callersFunctionuseExampleSuggestions
()
apps/app/src/hooks/use-example-suggestions.tsx:3
↓ 1 callersFunctionuseLoadingPhrase
(active: boolean)
apps/app/src/components/generative-ui/open-generative-ui/renderer.tsx:44
↓ 1 callersFunctionusePickUrl
(sessionId: string)
apps/app/src/components/qr-modal/index.tsx:9
↓ 1 callersFunctionuseTheme
()
apps/app/src/hooks/use-theme.tsx:40
↓ 1 callersMethodwrap_model_call
(self, request, handler)
apps/agent/src/anthropic_compat.py:46
FunctionBarChart
({ title, description, data }: BarChartProps)
apps/app/src/components/generative-ui/charts/bar-chart.tsx:19
FunctionBarChartPreview
Mini bar chart preview rendered as inline SVG
apps/app/src/components/template-library/template-card.tsx:25
FunctionCategoryFilter
({ selected, onSelect }: CategoryFilterProps)
apps/app/src/components/demo-gallery/category-filter.tsx:11
FunctionDemoCard
({ demo, onTry }: DemoCardProps)
apps/app/src/components/demo-gallery/demo-card.tsx:18
FunctionDemoGallery
({ open, onClose, onTryDemo }: DemoGalleryProps)
apps/app/src/components/demo-gallery/index.tsx:17
FunctionDesktopTipModal
()
apps/app/src/components/desktop-tip-modal.tsx:12
FunctionExampleLayout
({ chatContent, }: ExampleLayoutProps)
apps/app/src/components/example-layout/index.tsx:9
FunctionExplainerCards
()
apps/app/src/components/explainer-cards.tsx:44
FunctionExplainerCardsPortal
()
apps/app/src/components/explainer-cards.tsx:85
FunctionExportOverlay
({ title, html, componentData, componentType, ready = true, children, }: ExportOverlayProps)
apps/app/src/components/generative-ui/export-overlay.tsx:19
FunctionGET
(req: NextRequest)
apps/app/src/app/api/pick/route.ts:5
FunctionGET
()
apps/app/src/app/api/pick/ip/route.ts:5
FunctionGET
()
apps/app/src/app/api/health/route.ts:1
FunctionGridIcon
({ size = 18, style }: GridIconProps)
apps/app/src/components/demo-gallery/grid-icon.tsx:8
FunctionHomePage
()
apps/app/src/app/page.tsx:13
FunctionMeetingTimePicker
({ status, respond, reasonForScheduling, meetingDuration, title = "Schedule a Meeting", timeSlots
apps/app/src/components/generative-ui/meeting-time-picker.tsx:18
FunctionOpenGenUIActivityRenderer
({ content })
apps/app/src/components/generative-ui/open-generative-ui/renderer.tsx:86
FunctionOpenGenUIPromptBridge
()
apps/app/src/lib/sandbox/prompt-bridge.tsx:7
FunctionPOST
(req: NextRequest)
apps/app/src/app/api/copilotkit/route.ts:43
FunctionPOST
(req: NextRequest)
apps/app/src/app/api/pick/route.ts:36
FunctionPUT
(req: NextRequest)
apps/app/src/app/api/pick/route.ts:23
FunctionPickPage
()
apps/app/src/app/pick/page.tsx:85
FunctionPickPageWrapper
()
apps/app/src/app/pick/page.tsx:77
FunctionPieChart
({ title, description, data }: PieChartProps)
apps/app/src/components/generative-ui/charts/pie-chart.tsx:24
FunctionPieChartPreview
Mini pie chart preview rendered as inline SVG
apps/app/src/components/template-library/template-card.tsx:59
FunctionPlanCard
({ status, approach, technology, keyElements }: PlanCardProps)
apps/app/src/components/generative-ui/plan-card.tsx:12
FunctionProbe
()
apps/app/src/hooks/__tests__/use-generative-ui-examples.test.tsx:36
FunctionQrButton
({ onClick }: { onClick: () => void })
apps/app/src/components/qr-modal/index.tsx:216
FunctionQrModal
({ isOpen, onClose, sessionId, scanStatus, }: { isOpen: boolean; onClose: () => void; sessionId:
apps/app/src/components/qr-modal/index.tsx:37
FunctionRootLayout
({children}: Readonly<{ children: React.ReactNode }>)
apps/app/src/app/layout.tsx:20
FunctionTemplateCard
({ id, name, description, html, componentType, componentData, dataDescription, version, onAp
apps/app/src/components/template-library/template-card.tsx:93
FunctionTemplateChip
()
apps/app/src/components/template-library/template-chip.tsx:58
FunctionTemplateLibrary
({ open, onClose }: TemplateLibraryProps)
apps/app/src/components/template-library/index.tsx:24
FunctionThemeProvider
({ children }: { children: React.ReactNode })
apps/app/src/hooks/use-theme.tsx:12
FunctionToolReasoning
({ name, args, status }: ToolReasoningProps)
apps/app/src/components/tool-rendering.tsx:25
Method__init__
(self, max_threads: int = 200)
apps/agent/src/bounded_memory_saver.py:33
next →1–100 of 161, ranked by callers