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
↓ 2 callers
Function
fetchDetailedFeedback
(pageToFetch = page)
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:104
↓ 2 callers
Function
fetchErrorAnalysis
( adminKey: string, period: string = '30d' )
auto-analyst-frontend/lib/api/analytics.ts:209
↓ 2 callers
Function
fetchUserData
()
auto-analyst-frontend/app/analytics/users/page.tsx:58
↓ 2 callers
Function
forceUpdate
()
auto-analyst-frontend/components/deep-analysis/DeepAnalysisSidebar.tsx:84
↓ 2 callers
Function
formatDuration
(start: string, end: string)
auto-analyst-frontend/components/deep-analysis/HistoryView.tsx:35
↓ 2 callers
Function
formatErrorOutput
* Formats error output for better readability
auto-analyst-frontend/lib/utils/exportUtils.ts:618
↓ 2 callers
Function
formatErrorTypesData
()
auto-analyst-frontend/components/analytics/CodeExecutionAnalytics.tsx:207
↓ 2 callers
Function
formatSummaryChartData
()
auto-analyst-frontend/components/analytics/CodeExecutionAnalytics.tsx:175
↓ 2 callers
Function
formatTextOutput
* Formats text output with intelligent detection of different content types
auto-analyst-frontend/lib/utils/exportUtils.ts:629
↓ 2 callers
Function
getAPIKey
()
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:35
↓ 2 callers
Function
getCachedColumns
()
auto-analyst-frontend/components/chat/CSVUploadDialogue.tsx:128
↓ 2 callers
Function
getCachedDescriptions
()
auto-analyst-frontend/components/chat/CSVUploadDialogue.tsx:93
↓ 2 callers
Function
getColorForRating
(rating: number)
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:192
↓ 2 callers
Function
getCurrentUserId
()
auto-analyst-frontend/lib/utils/userStorage.tsx:4
↓ 2 callers
Function
getDisplayName
(modelName: string)
auto-analyst-frontend/lib/model-registry.ts:268
↓ 2 callers
Function
getFeaturesByCategory
(category: string)
auto-analyst-frontend/lib/features/feature-config.ts:120
↓ 2 callers
Function
getModelInfo
(modelName: string)
auto-analyst-frontend/components/ModelSelector.tsx:39
↓ 2 callers
Function
getSubscriptionStatusDisplay
(status: string)
auto-analyst-frontend/app/account/page.tsx:256
↓ 2 callers
Function
getTemplatePreference
(templateId: number)
auto-analyst-frontend/components/custom-templates/TemplatesModal.tsx:187
↓ 2 callers
Function
getUserId
()
auto-analyst-frontend/lib/contexts/credit-context.tsx:37
↓ 2 callers
Method
get_ai_manager
Get the AI Manager instance
auto-analyst-backend/src/managers/app_manager.py:43
↓ 2 callers
Function
get_database_type
Get the database type (sqlite or postgresql).
auto-analyst-backend/scripts/init_production_db.py:24
↓ 2 callers
Function
get_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 callers
Method
get_provider_for_model
(self, model_name)
auto-analyst-backend/src/managers/app_manager.py:47
↓ 2 callers
Function
get_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 callers
Function
handleAIEditRequest
(entryId: string)
auto-analyst-frontend/components/chat/CodeCanvas.tsx:546
↓ 2 callers
Function
handleBillingCycleChange
(newCycle: 'monthly' | 'yearly')
auto-analyst-frontend/app/checkout/page.tsx:97
↓ 2 callers
Function
handleFullscreen
(viz: Viz, e: React.MouseEvent)
auto-analyst-frontend/components/dashboard/DashboardPage.tsx:104
↓ 2 callers
Function
handlePromoCodeChange
(newPromoCode: string)
auto-analyst-frontend/app/checkout/page.tsx:257
↓ 2 callers
Function
handleRatingClick
(selectedRating: number)
auto-analyst-frontend/components/chat/MessageFeedback.tsx:107
↓ 2 callers
Function
handleUnpin
(viz: Viz, e: React.MouseEvent)
auto-analyst-frontend/components/dashboard/DashboardPage.tsx:99
↓ 2 callers
Function
identify_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 callers
Function
init_db
()
auto-analyst-backend/src/db/init_db.py:44
↓ 2 callers
Method
initialize_retrievers
(self,styling_instructions: List[str], doc: List[str])
auto-analyst-backend/src/managers/session_manager.py:114
↓ 2 callers
Function
insertMention
(agentName: string)
auto-analyst-frontend/components/chat/ChatInput.tsx:38
↓ 2 callers
Function
isSuccessfulCompletion
(data: any)
auto-analyst-frontend/components/deep-analysis/DeepAnalysisSidebar.tsx:109
↓ 2 callers
Function
load_agents_config
Load agents configuration from agents_config.json
auto-analyst-backend/scripts/populate_agent_templates.py:37
↓ 2 callers
Function
load_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 callers
Function
markAllStepsCompleted
()
auto-analyst-frontend/components/deep-analysis/DeepAnalysisSidebar.tsx:173
↓ 2 callers
Function
organizeCode
(imports: string[], body: string)
auto-analyst-frontend/lib/store/codeStore.ts:91
↓ 2 callers
Function
parseMention
(value: string, cursorPosition: number)
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:89
↓ 2 callers
Function
planToTier
(subscription: UserSubscription | null)
auto-analyst-frontend/lib/features/feature-access.ts:28
↓ 2 callers
Function
processAgentMessage
( agentName: string, message: string, controller: AbortController, currentId: number | null
auto-analyst-frontend/components/chat/ChatInterface.tsx:717
↓ 2 callers
Function
renderStars
(rating: number)
auto-analyst-frontend/components/analytics/FeedbackAnalytics.tsx:178
↓ 2 callers
Function
saveSettingsToLocalStorage
(settings: ModelSettings)
auto-analyst-frontend/lib/hooks/useModelSettings.ts:19
↓ 2 callers
Function
sendEmail
({ to, subject, html, from = process.env.SMTP_FROM }: { to: string; subject: string; html:
auto-analyst-frontend/lib/email.ts:32
↓ 2 callers
Method
set_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 callers
Method
storeSessionId
(sessionId: string)
auto-analyst-frontend/lib/utils/sessionRecovery.ts:30
↓ 2 callers
Function
sync_agents_from_config
Synchronize agents from agents_config.json to SQLite database
auto-analyst-backend/scripts/populate_agent_templates.py:114
↓ 2 callers
Function
toggle_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 callers
Function
verifyAdminKey
(key: string)
auto-analyst-frontend/app/analytics/tiers/page.tsx:41
↓ 2 callers
Function
verifyAdminKey
(key: string)
auto-analyst-frontend/app/analytics/dashboard/page.tsx:75
↓ 1 callers
Function
_enable_default_agents_for_user
Enable default agents for a new user
auto-analyst-backend/src/managers/user_manager.py:139
↓ 1 callers
Function
_generate_deep_analysis_stream
Generate streaming responses for deep analysis
auto-analyst-backend/app.py:2202
↓ 1 callers
Function
_generate_streaming_responses
Generate streaming responses for chat_with_all endpoint
auto-analyst-backend/app.py:1415
↓ 1 callers
Function
_get_model_name_for_provider
Get the model name for a provider
auto-analyst-backend/app.py:1843
↓ 1 callers
Method
_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 callers
Method
_track_agent_usage
Track usage for template agents
auto-analyst-backend/src/agents/agents.py:1925
↓ 1 callers
Function
_track_model_usage
Track model usage statistics in the database
auto-analyst-backend/app.py:1319
↓ 1 callers
Function
_validate_agent_name
Validate that the agent name(s) are available
auto-analyst-backend/app.py:1011
↓ 1 callers
Method
add_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 callers
Function
backendReportToStoredReport
(report: BackendReport)
auto-analyst-frontend/lib/utils/report-converters.ts:6
↓ 1 callers
Function
broadcast_user_update
(update_data: Dict[str, Any])
auto-analyst-backend/src/routes/analytics_routes.py:773
↓ 1 callers
Function
calculateRenewalDate
(purchaseDate: string, interval: string)
auto-analyst-frontend/app/api/user/data/route.ts:159
↓ 1 callers
Function
calculate_cost
Calculate the cost for using the model based on tokens
auto-analyst-backend/src/utils/model_registry.py:361
↓ 1 callers
Function
canCancel
()
auto-analyst-frontend/app/account/page.tsx:448
↓ 1 callers
Function
cancelEdit
(entryId: string)
auto-analyst-frontend/components/chat/CodeCanvas.tsx:470
↓ 1 callers
Function
capture_matplotlib_chart
Capture current matplotlib figure as base64 encoded image
auto-analyst-backend/scripts/format_response.py:495
↓ 1 callers
Function
categorize_error
Categorize an error message into common types
auto-analyst-backend/src/routes/analytics_routes.py:1419
↓ 1 callers
Function
checkCreditBalance
()
auto-analyst-frontend/components/chat/InsufficientCreditsModal.tsx:30
↓ 1 callers
Function
checkSessionDataset
()
auto-analyst-frontend/components/chat/ChatInterface.tsx:1318
↓ 1 callers
Function
check_security_concerns
Check code for security concerns and return info about what was found
auto-analyst-backend/scripts/format_response.py:51
↓ 1 callers
Function
clean_code_for_security
Apply security modifications to the code based on detected concerns
auto-analyst-backend/scripts/format_response.py:117
↓ 1 callers
Function
clean_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 callers
Function
clean_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 callers
Function
clean_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 callers
Method
clearStoredSessionId
()
auto-analyst-frontend/lib/utils/sessionRecovery.ts:45
↓ 1 callers
Function
clearUserData
(userId: string)
auto-analyst-frontend/lib/utils/userStorage.tsx:36
↓ 1 callers
Function
configure_plotly_no_display
Configure Plotly to prevent automatic browser display
auto-analyst-backend/src/agents/deep_agents.py:81
↓ 1 callers
Function
convertBackendReports
(reports: BackendReport[])
auto-analyst-frontend/lib/utils/report-converters.ts:32
↓ 1 callers
Function
convert_conclusion_to_html
Special conversion for conclusion with custom bullet point handling
auto-analyst-backend/src/utils/generate_report.py:21
↓ 1 callers
Function
copyToClipboard
(code: string, entryId: string)
auto-analyst-frontend/components/chat/CodeCanvas.tsx:474
↓ 1 callers
Function
createDownloadHandler
(content: string, outputs?: CodeOutput[])
auto-analyst-frontend/lib/utils/exportUtils.ts:845
↓ 1 callers
Function
createOrGetUser
()
auto-analyst-frontend/components/chat/ChatInterface.tsx:196
↓ 1 callers
Method
create_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 callers
Function
create_minimal_templates
Create a minimal set of essential templates for container environments
auto-analyst-backend/scripts/populate_agent_templates.py:376
↓ 1 callers
Method
delete_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 callers
Method
delete_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 callers
Function
detectOutputType
* Detects the type of output content
auto-analyst-frontend/lib/utils/exportUtils.ts:666
↓ 1 callers
Method
disable_logging
(self)
auto-analyst-backend/src/utils/logger.py:67
↓ 1 callers
Function
dismiss
()
auto-analyst-frontend/components/ui/use-toast.tsx:149
↓ 1 callers
Function
download_icon
Download icon from URL and save to frontend directory
auto-analyst-backend/scripts/populate_agent_templates.py:63
↓ 1 callers
Function
edit_code_with_dspy
(original_code: str, user_prompt: str, dataset_context: str = "")
auto-analyst-backend/src/routes/code_routes.py:376
↓ 1 callers
Method
execute_multiple_agents
Execute multiple agents sequentially on the same query
auto-analyst-backend/src/agents/agents.py:1567
↓ 1 callers
Method
execute_plan
Execute the plan and yield results as they complete
auto-analyst-backend/src/agents/agents.py:2058
↓ 1 callers
Function
exportContent
( content: string, format: 'md' | 'html', filename?: string, outputs?: CodeOutput[] )
auto-analyst-frontend/lib/utils/exportUtils.ts:18
↓ 1 callers
Method
extract_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 callers
Function
fetchAgents
()
auto-analyst-frontend/components/chat/ChatInterface.tsx:163
↓ 1 callers
Function
fetchAgents
()
auto-analyst-frontend/lib/hooks/useAgentMentions.ts:26
↓ 1 callers
Function
fetchAllAgents
()
auto-analyst-frontend/components/chat/AgentSuggestions.tsx:75
← previous
next →
101–200 of 837, ranked by callers