MCPcopy Create free account

hub / github.com/ResearAI/AutoFigure / functions

Functions374 in github.com/ResearAI/AutoFigure

FunctionhandleChange
(e: React.ChangeEvent<HTMLTextAreaElement>)
frontend/components/chat-input.tsx:172
FunctionhandleClear
()
frontend/components/chat-input.tsx:279
FunctionhandleClickOutside
(e: MouseEvent)
frontend/components/autofigure/BottomBar.tsx:42
FunctionhandleClickOutside
(e: MouseEvent)
frontend/app/autofigure/page.tsx:61
FunctionhandleConfirmRestore
()
frontend/components/history-dialog.tsx:33
FunctionhandleContinue
(feedback?: string, score?: number)
frontend/app/autofigure/canvas/page.tsx:216
FunctionhandleContinueWithFeedback
()
frontend/components/autofigure/IterationControlsFloating.tsx:123
FunctionhandleContinueWithFeedback
()
frontend/components/autofigure/IterationControls.tsx:68
FunctionhandleDiagramExport
(data: any)
frontend/contexts/diagram-context.tsx:110
FunctionhandleDownload
()
frontend/components/autofigure/EnhancedImageGallery.tsx:72
FunctionhandleDragLeave
(e: React.DragEvent<HTMLFormElement>)
frontend/components/chat-input.tsx:251
FunctionhandleDragOver
(e: React.DragEvent<HTMLFormElement>)
frontend/components/chat-input.tsx:245
FunctionhandleDrop
(e: React.DragEvent<HTMLFormElement>)
frontend/components/chat-input.tsx:257
FunctionhandleEditMessage
(messageIndex: number, newText: string)
frontend/components/chat-panel.tsx:941
FunctionhandleExport
()
frontend/contexts/diagram-context.tsx:66
FunctionhandleFileChange
(newFiles: File[])
frontend/lib/use-file-processor.tsx:27
FunctionhandleFileUpload
(e: React.ChangeEvent<HTMLInputElement>)
frontend/components/autofigure/AutoFigureConfigPanel.tsx:61
FunctionhandleFileUpload
(e: React.ChangeEvent<HTMLInputElement>)
frontend/components/autofigure/BottomBar.tsx:53
FunctionhandleFileUpload
(e: React.ChangeEvent<HTMLInputElement>)
frontend/app/autofigure/page.tsx:89
FunctionhandleFinalize
()
frontend/app/autofigure/canvas/page.tsx:227
FunctionhandleImageGenerated
(imageBase64: string)
frontend/app/autofigure/canvas/page.tsx:270
FunctionhandleInputChange
( e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>, )
frontend/components/chat-panel.tsx:757
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/quota-limit-toast.tsx:24
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/save-dialog.tsx:61
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/settings-dialog.tsx:145
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/chat-input.tsx:177
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/error-toast.tsx:11
FunctionhandleKeyDown
(e: KeyboardEvent)
frontend/components/autofigure/SettingsModal.tsx:26
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/autofigure/IterationControlsFloating.tsx:204
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/autofigure/BottomBar.tsx:125
FunctionhandleKeyDown
(e: React.KeyboardEvent)
frontend/components/autofigure/EnhancedImageGallery.tsx:101
FunctionhandleKeyDown
(e: KeyboardEvent)
frontend/app/autofigure/page.tsx:72
FunctionhandleNext
()
frontend/components/autofigure/IterationControlsFloating.tsx:112
FunctionhandleNext
()
frontend/components/autofigure/IterationControls.tsx:57
FunctionhandleOpenChange
(newOpen: boolean)
frontend/components/ai-elements/reasoning.tsx:92
FunctionhandlePaste
(e: React.ClipboardEvent)
frontend/components/chat-input.tsx:187
FunctionhandlePdfExample
()
frontend/components/chat-example-panel.tsx:94
FunctionhandlePrevious
()
frontend/components/autofigure/IterationControlsFloating.tsx:101
FunctionhandlePrevious
()
frontend/components/autofigure/IterationControls.tsx:46
FunctionhandleRegenerate
(messageIndex: number)
frontend/components/chat-panel.tsx:886
FunctionhandleRemoveFile
(fileToRemove: File)
frontend/components/chat-input.tsx:234
FunctionhandleReplicateArchitecture
()
frontend/components/chat-example-panel.tsx:79
FunctionhandleReplicateFlowchart
()
frontend/components/chat-example-panel.tsx:66
FunctionhandleSave
()
frontend/components/autofigure/ImageGenSettings.tsx:38
FunctionhandleSaveSettings
(config: typeof imageGenConfig)
frontend/components/autofigure/IterationControlsFloating.tsx:213
FunctionhandleSelect
()
frontend/components/autofigure/EnhancedImageGallery.tsx:80
FunctionhandleStart
()
frontend/components/autofigure/AutoFigureConfigPanel.tsx:127
FunctionhandleStart
()
frontend/components/autofigure/BeautificationDialog.tsx:41
FunctionhandleStartBeautification
()
frontend/app/autofigure/canvas/page.tsx:252
FunctionhandleZoomIn
()
frontend/components/autofigure/EnhancedImageGallery.tsx:64
FunctionhandleZoomOut
()
frontend/components/autofigure/EnhancedImageGallery.tsx:68
Functionhealth_check
()
backend/app.py:36
Functionhealth_check
Health check endpoint for AutoFigure.
backend/autofigure_routes.py:256
Methodis_available
Check if enhancement is available (API key configured).
autofigure/enhancer.py:949
Functionis_markdown
Check if a file is a Markdown file.
autofigure/utils/file_utils.py:128
Functionis_pdf
Check if a file is a PDF.
autofigure/utils/file_utils.py:123
Methodllm_client
Lazy-load LLM client.
autofigure/extractor.py:62
FunctionloadIteration
(xml: string)
frontend/app/autofigure/canvas/page.tsx:264
FunctiononDrawioLoad
()
frontend/contexts/diagram-context.tsx:46
FunctiononFormSubmit
(e: React.FormEvent<HTMLFormElement>)
frontend/components/chat-panel.tsx:634
FunctiononToolCall
({ toolCall })
frontend/components/chat-panel.tsx:210
Functionread_text_file
Read text content from a file. Args: path: File path encoding: Text encoding Returns: File content, or None on
autofigure/utils/file_utils.py:26
Functionregister
()
frontend/instrumentation.ts:4
Functionrepair_json
Attempts to repair a broken JSON string. Args: broken_json: The broken JSON text. error_message: The error message from
autofigure/generator.py:709
Functionrewrites
()
frontend/next.config.ts:7
FunctionsafeHandler
(req: Request)
frontend/app/api/chat/route.ts:569
Functionstart_enhancement
Start the image beautification/enhancement process using REAL implementation.
backend/autofigure_routes.py:839
Functionstart_generation
Start the initial figure generation using REAL autofigure.
backend/autofigure_routes.py:341
FunctiontoggleDarkMode
()
frontend/app/autofigure/page.tsx:82
FunctiontoggleDarkMode
()
frontend/app/autofigure/canvas/page.tsx:156
FunctiontoggleExpanded
()
frontend/components/chat-message-display.tsx:408
FunctiontriggerFileInput
()
frontend/components/chat-input.tsx:241
Functionverify_token
Decorator to verify JWT token from Authorization header. AutoFigure is a standalone app, so authentication is optional. If a token is provide
backend/autofigure_routes.py:168
Functionwrite_text_file
Write text content to a file. Args: path: File path content: Text content to write encoding: Text encoding Retu
autofigure/utils/file_utils.py:45
← previous301–374 of 374, ranked by callers