Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FireBird-Technologies/Auto-Analyst
/ functions
Functions
837 in github.com/FireBird-Technologies/Auto-Analyst
⨍
Functions
837
◇
Types & classes
223
↳
Endpoints
86
↓ 1 callers
Function
fetchCodeExecutionSummary
( adminKey: string, period: string = '30d' )
auto-analyst-frontend/lib/api/analytics.ts:113
↓ 1 callers
Function
fetchCostData
()
auto-analyst-frontend/app/analytics/costs/page.tsx:58
↓ 1 callers
Function
fetchExistingFeedback
()
auto-analyst-frontend/components/chat/MessageFeedback.tsx:37
↓ 1 callers
Function
fetchModelData
()
auto-analyst-frontend/app/analytics/models/page.tsx:55
↓ 1 callers
Function
fetchReportDetails
()
auto-analyst-frontend/components/deep-analysis/HistoryView.tsx:47
↓ 1 callers
Function
fetchReports
()
auto-analyst-frontend/components/deep-analysis/DeepAnalysisSidebar.tsx:140
↓ 1 callers
Function
fetchSummary
()
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:65
↓ 1 callers
Function
fetchTemplateAgents
()
auto-analyst-frontend/components/chat/AgentSuggestions.tsx:112
↓ 1 callers
Function
fetchTickerData
()
auto-analyst-frontend/components/landing/StatsTicker.tsx:62
↓ 1 callers
Function
fetchTierData
()
auto-analyst-frontend/components/analytics/TierAnalytics.tsx:46
↓ 1 callers
Function
fetchUserCodeExecutionStats
( adminKey: string, period: string = '30d', limit: number = 50 )
auto-analyst-frontend/lib/api/analytics.ts:185
↓ 1 callers
Function
fetchUserData
()
auto-analyst-frontend/app/account/page.tsx:86
↓ 1 callers
Function
fix_code_with_dspy
Fix code using DSPy Refine with datasets-aware reward function
auto-analyst-backend/src/routes/code_routes.py:277
↓ 1 callers
Function
formatAgentFailureData
()
auto-analyst-frontend/components/analytics/CodeExecutionAnalytics.tsx:197
↓ 1 callers
Function
formatCorrelationMatrix
* Formats correlation matrices
auto-analyst-frontend/lib/utils/exportUtils.ts:785
↓ 1 callers
Method
formatCreditTotal
* Get formatted display for credit total
auto-analyst-frontend/lib/credits-config.ts:116
↓ 1 callers
Function
formatDataFrameInfo
* Formats DataFrame info output
auto-analyst-frontend/lib/utils/exportUtils.ts:692
↓ 1 callers
Function
formatDate
(dateString: string)
auto-analyst-frontend/components/chat/Sidebar.tsx:181
↓ 1 callers
Function
formatDuration
(start: string, end?: string)
auto-analyst-frontend/components/deep-analysis/CurrentAnalysisView.tsx:28
↓ 1 callers
Function
formatErrorMatrixData
()
auto-analyst-frontend/components/analytics/CodeErrorAnalytics.tsx:235
↓ 1 callers
Function
formatErrorTreemapData
()
auto-analyst-frontend/components/analytics/CodeErrorAnalytics.tsx:198
↓ 1 callers
Function
formatGenericOutput
* Formats generic output
auto-analyst-frontend/lib/utils/exportUtils.ts:811
↓ 1 callers
Function
formatModelPerformanceData
()
auto-analyst-frontend/components/analytics/CodeExecutionAnalytics.tsx:185
↓ 1 callers
Function
formatNumber
(num: number)
auto-analyst-frontend/components/landing/StatsTicker.tsx:14
↓ 1 callers
Function
formatOutputsForExport
* Formats outputs (code execution results, errors, plots) for export * @param outputs Array of code outputs * @param format Export format (md or htm
auto-analyst-frontend/lib/utils/exportUtils.ts:514
↓ 1 callers
Function
formatRegressionOutput
* Formats regression analysis output
auto-analyst-frontend/lib/utils/exportUtils.ts:756
↓ 1 callers
Method
formatRemainingCredits
* Get formatted display for remaining credits
auto-analyst-frontend/lib/credits-config.ts:126
↓ 1 callers
Function
formatSimpleTable
* Formats simple tables
auto-analyst-frontend/lib/utils/exportUtils.ts:798
↓ 1 callers
Function
formatStatisticalTable
* Formats statistical tables
auto-analyst-frontend/lib/utils/exportUtils.ts:743
↓ 1 callers
Function
formatTime
(timestamp: string)
auto-analyst-frontend/components/deep-analysis/CurrentAnalysisView.tsx:24
↓ 1 callers
Function
formatTime
(timestamp: string)
auto-analyst-frontend/components/deep-analysis/NewAnalysisForm.tsx:25
↓ 1 callers
Function
formatTime
(timestamp: string)
auto-analyst-frontend/components/deep-analysis/AnalysisStep.tsx:41
↓ 1 callers
Function
format_code
Clean the code by organizing imports and ensuring code blocks are properly formatted. Args: code (str): The raw Python code as a
auto-analyst-backend/src/routes/code_routes.py:103
↓ 1 callers
Function
format_complexity
(instructions)
auto-analyst-backend/scripts/format_response.py:948
↓ 1 callers
Function
format_plan_instructions
Format any plan instructions (JSON string or dict) into markdown sections per agent.
auto-analyst-backend/scripts/format_response.py:873
↓ 1 callers
Method
from_documents
Build a retriever from a list of Document objects.
auto-analyst-backend/src/utils/simple_retriever.py:46
↓ 1 callers
Function
genId
()
auto-analyst-frontend/components/ui/use-toast.tsx:36
↓ 1 callers
Function
generate_dataset_description
Generate AI-powered description for datasets Args: datasets: Dictionary of dataset names to DataFrames existing_descript
auto-analyst-backend/src/utils/dataset_description_generator.py:13
↓ 1 callers
Method
generate_title_from_query
Generate a title for a chat based on the first query. Args: query: The user's first query in the chat
auto-analyst-backend/src/managers/chat_manager.py:394
↓ 1 callers
Function
getAccessibleFeatures
( userSubscription: UserSubscription | null )
auto-analyst-frontend/lib/features/feature-access.ts:137
↓ 1 callers
Function
getActiveEntry
()
auto-analyst-frontend/components/chat/CodeCanvas.tsx:541
↓ 1 callers
Function
getBackButtonText
()
auto-analyst-frontend/app/pricing/page.tsx:109
↓ 1 callers
Function
getBackButtonUrl
()
auto-analyst-frontend/app/pricing/page.tsx:121
↓ 1 callers
Function
getButtonContent
()
auto-analyst-frontend/components/chat/CodeFixButton.tsx:370
↓ 1 callers
Function
getCurrentUserData
()
auto-analyst-frontend/lib/api/axiosConfig.ts:17
↓ 1 callers
Function
getErrorTypeDescription
(errorType: string)
auto-analyst-frontend/components/analytics/CodeErrorAnalytics.tsx:625
↓ 1 callers
Function
getFeature
(featureId: string)
auto-analyst-frontend/lib/features/feature-access.ts:196
↓ 1 callers
Function
getLowestRequiredTier
(tiers: UserTier[])
auto-analyst-frontend/lib/features/feature-access.ts:169
↓ 1 callers
Function
getModelTier
(modelName: string)
auto-analyst-frontend/lib/model-registry.ts:209
↓ 1 callers
Function
getProviderForModel
(modelName: string)
auto-analyst-frontend/lib/model-registry.ts:190
↓ 1 callers
Function
getRecentChatsHtml
()
auto-analyst-frontend/app/api/feedback/route.ts:178
↓ 1 callers
Function
getReplacementRange
(value: string, cursorPosition: number)
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:167
↓ 1 callers
Function
getSessionId
()
auto-analyst-frontend/lib/api/auth.ts:32
↓ 1 callers
Function
getSessionInfoHtml
()
auto-analyst-frontend/app/api/feedback/route.ts:137
↓ 1 callers
Function
getStatusIcon
()
auto-analyst-frontend/components/chat/ChatInput.tsx:166
↓ 1 callers
Function
getStatusInfo
()
auto-analyst-frontend/components/custom-templates/TemplateCard.tsx:41
↓ 1 callers
Function
getStatusTextColor
()
auto-analyst-frontend/components/chat/ChatInput.tsx:180
↓ 1 callers
Function
getStepClassName
(status: AnalysisStepType['status'])
auto-analyst-frontend/components/deep-analysis/AnalysisStep.tsx:26
↓ 1 callers
Function
getStepDisplayName
(stepName: string)
auto-analyst-frontend/components/deep-analysis/AnalysisStep.tsx:45
↓ 1 callers
Function
getStepIcon
(status: AnalysisStepType['status'])
auto-analyst-frontend/components/deep-analysis/AnalysisStep.tsx:11
↓ 1 callers
Method
getStoredSessionId
()
auto-analyst-frontend/lib/utils/sessionRecovery.ts:6
↓ 1 callers
Function
getTemplateData
(template: TemplateAgent)
auto-analyst-frontend/components/custom-templates/TemplatesModal.tsx:335
↓ 1 callers
Function
getTierDisplayName
(tier: UserTier)
auto-analyst-frontend/lib/features/feature-access.ts:181
↓ 1 callers
Function
getUpgradeRequiredFeatures
( userSubscription: UserSubscription | null )
auto-analyst-frontend/lib/features/feature-access.ts:146
↓ 1 callers
Function
getUserId
()
auto-analyst-frontend/components/chat/AgentSuggestions.tsx:58
↓ 1 callers
Function
getUserId
()
auto-analyst-frontend/components/chat/Sidebar.tsx:58
↓ 1 callers
Function
getUserIdFromSession
(session: any)
auto-analyst-frontend/lib/utils/report-converters.ts:39
↓ 1 callers
Function
get_app_state
(request: Request)
auto-analyst-backend/src/routes/session_routes.py:85
↓ 1 callers
Method
get_chat
Get a chat by ID with all its messages. Args: chat_id: ID of the chat to retrieve user_id: Optional
auto-analyst-backend/src/managers/chat_manager.py:163
↓ 1 callers
Method
get_chat_history_name_agent
(self)
auto-analyst-backend/src/managers/app_manager.py:59
↓ 1 callers
Function
get_current_user
Dependency to get the current authenticated user. Returns None if no user is authenticated.
auto-analyst-backend/src/managers/user_manager.py:21
↓ 1 callers
Function
get_dashboard_data
( period: str = "30d", db: Session = Depends(get_db), api_key: str = Depends(verify_admin_api_key
auto-analyst-backend/src/routes/analytics_routes.py:89
↓ 1 callers
Function
get_database_type
Detect database type from DATABASE_URL
auto-analyst-backend/scripts/populate_agent_templates.py:28
↓ 1 callers
Method
get_deep_analyzer
Get or create deep analysis module for a session
auto-analyst-backend/src/managers/app_manager.py:62
↓ 1 callers
Function
get_model_tier
Get the tier of a model
auto-analyst-backend/src/utils/model_registry.py:354
↓ 1 callers
Function
get_model_tier
Determine which tier a model belongs to based on its name
auto-analyst-backend/src/routes/analytics_routes.py:69
↓ 1 callers
Method
get_or_create_user
Get an existing user by email or create a new one if not found. Args: username: User's display name
auto-analyst-backend/src/managers/chat_manager.py:299
↓ 1 callers
Method
get_plan
Get the analysis plan
auto-analyst-backend/src/agents/agents.py:1993
↓ 1 callers
Method
get_recent_chat_history
Get recent message history for a chat, limited to the last 'limit' messages. Args: chat_id: ID of the chat to ge
auto-analyst-backend/src/managers/chat_manager.py:596
↓ 1 callers
Function
get_session_id
Get or create a session ID from the request
auto-analyst-backend/src/managers/session_manager.py:471
↓ 1 callers
Function
get_tier_1
()
auto-analyst-backend/scripts/tier_maker.py:23
↓ 1 callers
Function
get_tier_2
()
auto-analyst-backend/scripts/tier_maker.py:31
↓ 1 callers
Function
get_tier_3
()
auto-analyst-backend/scripts/tier_maker.py:39
↓ 1 callers
Function
get_tier_4
()
auto-analyst-backend/scripts/tier_maker.py:47
↓ 1 callers
Method
get_user_chats
Get recent chats for a user, or all chats if no user_id is provided. Args: user_id: Optional user ID to filter c
auto-analyst-backend/src/managers/chat_manager.py:214
↓ 1 callers
Function
handleChatSelect
(chatId: number)
auto-analyst-frontend/components/chat/Sidebar.tsx:191
↓ 1 callers
Function
handleCleanCode
(entryId: string)
auto-analyst-frontend/components/chat/CodeCanvas.tsx:878
↓ 1 callers
Function
handleClose
()
auto-analyst-frontend/components/chat/CSVUploadDialogue.tsx:196
↓ 1 callers
Function
handleDeleteChat
(chatId: number, e: React.MouseEvent)
auto-analyst-frontend/components/chat/Sidebar.tsx:163
↓ 1 callers
Function
handleDocumentKeyDown
(event: KeyboardEvent)
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:107
↓ 1 callers
Function
handleExcelFileSelected
(file: File)
auto-analyst-frontend/lib/hooks/useChatInput.ts:345
↓ 1 callers
Function
handleFileSelect
(file: File)
auto-analyst-frontend/components/chat/ChatInput.tsx:101
↓ 1 callers
Function
handleFixCode
(isRetry = false, currentRetryCount = 0)
auto-analyst-frontend/components/chat/CodeFixButton.tsx:85
↓ 1 callers
Function
handleInputChange
(value: string, cursorPosition: number, target: HTMLTextAreaElement)
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:148
↓ 1 callers
Function
handleKeyDown
(e: React.KeyboardEvent)
auto-analyst-frontend/components/chat/InputSection.tsx:27
↓ 1 callers
Function
handleMentionSelect
(agent: AgentInfo)
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:165
↓ 1 callers
Function
handleSubscribe
(plan: string, cycle: string)
auto-analyst-frontend/app/pricing/page.tsx:157
↓ 1 callers
Function
handle_new_model_usage
Process a new model usage event and broadcast updates to connected clients. This function should be called whenever a new model usage record
auto-analyst-backend/src/routes/analytics_routes.py:798
↓ 1 callers
Function
initializeSession
()
auto-analyst-frontend/lib/hooks/useChatInput.ts:81
↓ 1 callers
Method
initialize_default_dataset
Initialize the default dataset and store it
auto-analyst-backend/src/managers/session_manager.py:102
← previous
next →
201–300 of 837, ranked by callers