MCPcopy Create free account

hub / github.com/FireBird-Technologies/Auto-Analyst / functions

Functions837 in github.com/FireBird-Technologies/Auto-Analyst

↓ 2 callersFunctionfetchDetailedFeedback
(pageToFetch = page)
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:104
↓ 2 callersFunctionfetchErrorAnalysis
( adminKey: string, period: string = '30d' )
auto-analyst-frontend/lib/api/analytics.ts:209
↓ 2 callersFunctionfetchUserData
()
auto-analyst-frontend/app/analytics/users/page.tsx:58
↓ 2 callersFunctionforceUpdate
()
auto-analyst-frontend/components/deep-analysis/DeepAnalysisSidebar.tsx:84
↓ 2 callersFunctionformatDuration
(start: string, end: string)
auto-analyst-frontend/components/deep-analysis/HistoryView.tsx:35
↓ 2 callersFunctionformatErrorOutput
* Formats error output for better readability
auto-analyst-frontend/lib/utils/exportUtils.ts:618
↓ 2 callersFunctionformatErrorTypesData
()
auto-analyst-frontend/components/analytics/CodeExecutionAnalytics.tsx:207
↓ 2 callersFunctionformatSummaryChartData
()
auto-analyst-frontend/components/analytics/CodeExecutionAnalytics.tsx:175
↓ 2 callersFunctionformatTextOutput
* Formats text output with intelligent detection of different content types
auto-analyst-frontend/lib/utils/exportUtils.ts:629
↓ 2 callersFunctiongetAPIKey
()
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:35
↓ 2 callersFunctiongetCachedColumns
()
auto-analyst-frontend/components/chat/CSVUploadDialogue.tsx:128
↓ 2 callersFunctiongetCachedDescriptions
()
auto-analyst-frontend/components/chat/CSVUploadDialogue.tsx:93
↓ 2 callersFunctiongetColorForRating
(rating: number)
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:192
↓ 2 callersFunctiongetCurrentUserId
()
auto-analyst-frontend/lib/utils/userStorage.tsx:4
↓ 2 callersFunctiongetDisplayName
(modelName: string)
auto-analyst-frontend/lib/model-registry.ts:268
↓ 2 callersFunctiongetFeaturesByCategory
(category: string)
auto-analyst-frontend/lib/features/feature-config.ts:120
↓ 2 callersFunctiongetModelInfo
(modelName: string)
auto-analyst-frontend/components/ModelSelector.tsx:39
↓ 2 callersFunctiongetSubscriptionStatusDisplay
(status: string)
auto-analyst-frontend/app/account/page.tsx:256
↓ 2 callersFunctiongetTemplatePreference
(templateId: number)
auto-analyst-frontend/components/custom-templates/TemplatesModal.tsx:187
↓ 2 callersFunctiongetUserId
()
auto-analyst-frontend/lib/contexts/credit-context.tsx:37
↓ 2 callersMethodget_ai_manager
Get the AI Manager instance
auto-analyst-backend/src/managers/app_manager.py:43
↓ 2 callersFunctionget_database_type
Get the database type (sqlite or postgresql).
auto-analyst-backend/scripts/init_production_db.py:24
↓ 2 callersFunctionget_dataset_context
Generate context information about the dataset Args: df: The pandas dataframe Returns: String with dataset
auto-analyst-backend/src/routes/code_routes.py:335
↓ 2 callersMethodget_provider_for_model
(self, model_name)
auto-analyst-backend/src/managers/app_manager.py:47
↓ 2 callersFunctionget_tier_usage
( period: str = "30d", db: Session = Depends(get_db), api_key: str = Depends(verify_admin_api_key)
auto-analyst-backend/src/routes/analytics_routes.py:858
↓ 2 callersFunctionhandleAIEditRequest
(entryId: string)
auto-analyst-frontend/components/chat/CodeCanvas.tsx:546
↓ 2 callersFunctionhandleBillingCycleChange
(newCycle: 'monthly' | 'yearly')
auto-analyst-frontend/app/checkout/page.tsx:97
↓ 2 callersFunctionhandleFullscreen
(viz: Viz, e: React.MouseEvent)
auto-analyst-frontend/components/dashboard/DashboardPage.tsx:104
↓ 2 callersFunctionhandlePromoCodeChange
(newPromoCode: string)
auto-analyst-frontend/app/checkout/page.tsx:257
↓ 2 callersFunctionhandleRatingClick
(selectedRating: number)
auto-analyst-frontend/components/chat/MessageFeedback.tsx:107
↓ 2 callersFunctionhandleUnpin
(viz: Viz, e: React.MouseEvent)
auto-analyst-frontend/components/dashboard/DashboardPage.tsx:99
↓ 2 callersFunctionidentify_error_blocks
Identify code blocks that have errors during execution. Args: code (str): The full code containing multiple agent blocks
auto-analyst-backend/src/routes/code_routes.py:174
↓ 2 callersFunctioninit_db
()
auto-analyst-backend/src/db/init_db.py:44
↓ 2 callersMethodinitialize_retrievers
(self,styling_instructions: List[str], doc: List[str])
auto-analyst-backend/src/managers/session_manager.py:114
↓ 2 callersFunctioninsertMention
(agentName: string)
auto-analyst-frontend/components/chat/ChatInput.tsx:38
↓ 2 callersFunctionisSuccessfulCompletion
(data: any)
auto-analyst-frontend/components/deep-analysis/DeepAnalysisSidebar.tsx:109
↓ 2 callersFunctionload_agents_config
Load agents configuration from agents_config.json
auto-analyst-backend/scripts/populate_agent_templates.py:37
↓ 2 callersFunctionload_user_enabled_templates_for_planner_from_db
Load planner variant template agents that are enabled for planner use (max 10, prioritized by usage). Default planner agents are enabled by d
auto-analyst-backend/src/agents/agents.py:121
↓ 2 callersFunctionmarkAllStepsCompleted
()
auto-analyst-frontend/components/deep-analysis/DeepAnalysisSidebar.tsx:173
↓ 2 callersFunctionorganizeCode
(imports: string[], body: string)
auto-analyst-frontend/lib/store/codeStore.ts:91
↓ 2 callersFunctionparseMention
(value: string, cursorPosition: number)
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:89
↓ 2 callersFunctionplanToTier
(subscription: UserSubscription | null)
auto-analyst-frontend/lib/features/feature-access.ts:28
↓ 2 callersFunctionprocessAgentMessage
( agentName: string, message: string, controller: AbortController, currentId: number | null
auto-analyst-frontend/components/chat/ChatInterface.tsx:717
↓ 2 callersFunctionrenderStars
(rating: number)
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:178
↓ 2 callersFunctionsaveSettingsToLocalStorage
(settings: ModelSettings)
auto-analyst-frontend/lib/hooks/useModelSettings.ts:19
↓ 2 callersFunctionsendEmail
({ to, subject, html, from = process.env.SMTP_FROM }: { to: string; subject: string; html:
auto-analyst-frontend/lib/email.ts:32
↓ 2 callersMethodset_session_user
Associate a user with a session Args: session_id: The session identifier user_id: The authenticated
auto-analyst-backend/src/managers/session_manager.py:418
↓ 2 callersMethodstoreSessionId
(sessionId: string)
auto-analyst-frontend/lib/utils/sessionRecovery.ts:30
↓ 2 callersFunctionsync_agents_from_config
Synchronize agents from agents_config.json to SQLite database
auto-analyst-backend/scripts/populate_agent_templates.py:114
↓ 2 callersFunctiontoggle_user_template_preference
Toggle a user's template preference (enable/disable). Args: user_id: ID of the user template_id: ID of the template
auto-analyst-backend/src/agents/agents.py:258
↓ 2 callersFunctionverifyAdminKey
(key: string)
auto-analyst-frontend/app/analytics/tiers/page.tsx:41
↓ 2 callersFunctionverifyAdminKey
(key: string)
auto-analyst-frontend/app/analytics/dashboard/page.tsx:75
↓ 1 callersFunction_enable_default_agents_for_user
Enable default agents for a new user
auto-analyst-backend/src/managers/user_manager.py:139
↓ 1 callersFunction_generate_deep_analysis_stream
Generate streaming responses for deep analysis
auto-analyst-backend/app.py:2202
↓ 1 callersFunction_generate_streaming_responses
Generate streaming responses for chat_with_all endpoint
auto-analyst-backend/app.py:1415
↓ 1 callersFunction_get_model_name_for_provider
Get the model name for a provider
auto-analyst-backend/app.py:1843
↓ 1 callersMethod_load_default_planner_agents_fallback
Fallback method to load default planner agents when preference system fails
auto-analyst-backend/src/agents/agents.py:1885
↓ 1 callersMethod_track_agent_usage
Track usage for template agents
auto-analyst-backend/src/agents/agents.py:1925
↓ 1 callersFunction_track_model_usage
Track model usage statistics in the database
auto-analyst-backend/app.py:1319
↓ 1 callersFunction_validate_agent_name
Validate that the agent name(s) are available
auto-analyst-backend/app.py:1011
↓ 1 callersMethodadd_message
Add a message to a chat. Args: chat_id: ID of the chat to add the message to content: Message conten
auto-analyst-backend/src/managers/chat_manager.py:83
↓ 1 callersFunctionbackendReportToStoredReport
(report: BackendReport)
auto-analyst-frontend/lib/utils/report-converters.ts:6
↓ 1 callersFunctionbroadcast_user_update
(update_data: Dict[str, Any])
auto-analyst-backend/src/routes/analytics_routes.py:773
↓ 1 callersFunctioncalculateRenewalDate
(purchaseDate: string, interval: string)
auto-analyst-frontend/app/api/user/data/route.ts:159
↓ 1 callersFunctioncalculate_cost
Calculate the cost for using the model based on tokens
auto-analyst-backend/src/utils/model_registry.py:361
↓ 1 callersFunctioncanCancel
()
auto-analyst-frontend/app/account/page.tsx:448
↓ 1 callersFunctioncancelEdit
(entryId: string)
auto-analyst-frontend/components/chat/CodeCanvas.tsx:470
↓ 1 callersFunctioncapture_matplotlib_chart
Capture current matplotlib figure as base64 encoded image
auto-analyst-backend/scripts/format_response.py:495
↓ 1 callersFunctioncategorize_error
Categorize an error message into common types
auto-analyst-backend/src/routes/analytics_routes.py:1419
↓ 1 callersFunctioncheckCreditBalance
()
auto-analyst-frontend/components/chat/InsufficientCreditsModal.tsx:30
↓ 1 callersFunctioncheckSessionDataset
()
auto-analyst-frontend/components/chat/ChatInterface.tsx:1318
↓ 1 callersFunctioncheck_security_concerns
Check code for security concerns and return info about what was found
auto-analyst-backend/scripts/format_response.py:51
↓ 1 callersFunctionclean_code_for_security
Apply security modifications to the code based on detected concerns
auto-analyst-backend/scripts/format_response.py:117
↓ 1 callersFunctionclean_print_statements
This function cleans up any `print()` statements that might contain unwanted `\n` characters. It ensures print statements are properly format
auto-analyst-backend/src/routes/code_routes.py:23
↓ 1 callersFunctionclean_print_statements
This function cleans up any `print()` statements that might contain unwanted `\n` characters. It ensures print statements are properly format
auto-analyst-backend/src/agents/deep_agents.py:15
↓ 1 callersFunctionclean_print_statements
This function cleans up any `print()` statements that might contain unwanted `\n` characters. It ensures print statements are properly format
auto-analyst-backend/scripts/format_response.py:265
↓ 1 callersMethodclearStoredSessionId
()
auto-analyst-frontend/lib/utils/sessionRecovery.ts:45
↓ 1 callersFunctionclearUserData
(userId: string)
auto-analyst-frontend/lib/utils/userStorage.tsx:36
↓ 1 callersFunctionconfigure_plotly_no_display
Configure Plotly to prevent automatic browser display
auto-analyst-backend/src/agents/deep_agents.py:81
↓ 1 callersFunctionconvertBackendReports
(reports: BackendReport[])
auto-analyst-frontend/lib/utils/report-converters.ts:32
↓ 1 callersFunctionconvert_conclusion_to_html
Special conversion for conclusion with custom bullet point handling
auto-analyst-backend/src/utils/generate_report.py:21
↓ 1 callersFunctioncopyToClipboard
(code: string, entryId: string)
auto-analyst-frontend/components/chat/CodeCanvas.tsx:474
↓ 1 callersFunctioncreateDownloadHandler
(content: string, outputs?: CodeOutput[])
auto-analyst-frontend/lib/utils/exportUtils.ts:845
↓ 1 callersFunctioncreateOrGetUser
()
auto-analyst-frontend/components/chat/ChatInterface.tsx:196
↓ 1 callersMethodcreate_chat
Create a new chat session. Args: user_id: Optional user ID if authentication is enabled Ret
auto-analyst-backend/src/managers/chat_manager.py:44
↓ 1 callersFunctioncreate_minimal_templates
Create a minimal set of essential templates for container environments
auto-analyst-backend/scripts/populate_agent_templates.py:376
↓ 1 callersMethoddelete_chat
Delete a chat and all its messages while preserving model usage records. Args: chat_id: ID of the chat to delete
auto-analyst-backend/src/managers/chat_manager.py:254
↓ 1 callersMethoddelete_empty_chats
Delete empty chats (chats with no messages) for a user. Args: user_id: ID of the user whose empty chats should b
auto-analyst-backend/src/managers/chat_manager.py:426
↓ 1 callersFunctiondetectOutputType
* Detects the type of output content
auto-analyst-frontend/lib/utils/exportUtils.ts:666
↓ 1 callersMethoddisable_logging
(self)
auto-analyst-backend/src/utils/logger.py:67
↓ 1 callersFunctiondismiss
()
auto-analyst-frontend/components/ui/use-toast.tsx:149
↓ 1 callersFunctiondownload_icon
Download icon from URL and save to frontend directory
auto-analyst-backend/scripts/populate_agent_templates.py:63
↓ 1 callersFunctionedit_code_with_dspy
(original_code: str, user_prompt: str, dataset_context: str = "")
auto-analyst-backend/src/routes/code_routes.py:376
↓ 1 callersMethodexecute_multiple_agents
Execute multiple agents sequentially on the same query
auto-analyst-backend/src/agents/agents.py:1567
↓ 1 callersMethodexecute_plan
Execute the plan and yield results as they complete
auto-analyst-backend/src/agents/agents.py:2058
↓ 1 callersFunctionexportContent
( content: string, format: 'md' | 'html', filename?: string, outputs?: CodeOutput[] )
auto-analyst-frontend/lib/utils/exportUtils.ts:18
↓ 1 callersMethodextract_response_history
Extract response history from message history. Args: messages: List of message dictionaries Returns:
auto-analyst-backend/src/managers/chat_manager.py:638
↓ 1 callersFunctionfetchAgents
()
auto-analyst-frontend/components/chat/ChatInterface.tsx:163
↓ 1 callersFunctionfetchAgents
()
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:26
↓ 1 callersFunctionfetchAllAgents
()
auto-analyst-frontend/components/chat/AgentSuggestions.tsx:75
← previousnext →101–200 of 837, ranked by callers