MCPcopy Create free account

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

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

FunctionRootLayout
({ children, }: { children: React.ReactNode })
auto-analyst-frontend/app/layout.tsx:32
FunctionSettingsPopup
({ isOpen, onClose, initialSettings, onSettingsUpdated })
auto-analyst-frontend/components/chat/SettingsPopup.tsx:20
FunctionSidebar
({ isOpen, onClose, onNewChat, chatHistories = [], activeChatId, onChatSelect, isLoading, onDeleteChat, userId
auto-analyst-frontend/components/chat/Sidebar.tsx:39
FunctionSidebar
()
auto-analyst-frontend/components/analytics/Sidebar.tsx:27
FunctionSignOut
()
auto-analyst-frontend/app/signout/page.tsx:9
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
auto-analyst-frontend/components/ui/skeleton.tsx:3
FunctionStatsTicker
()
auto-analyst-frontend/components/landing/StatsTicker.tsx:52
FunctionTemplateCard
({ template, preference, isEnabled, hasAccess, isLastTemplate = false, wouldExceedMax = false, o
auto-analyst-frontend/components/custom-templates/TemplateCard.tsx:17
FunctionTemplatesButton
({ onClick, userProfile, disabled = false, isLoading = false, templateCount = 0, enabledCount = 0
auto-analyst-frontend/components/custom-templates/TemplatesButton.tsx:20
FunctionTemplatesModal
({ isOpen, onClose, userId }: TemplatesModalProps)
auto-analyst-frontend/components/custom-templates/TemplatesModal.tsx:43
FunctionTestimonialsSection
()
auto-analyst-frontend/components/landing/TestimonialsSection.tsx:4
FunctionTierAnalytics
({ adminKey }: { adminKey: string })
auto-analyst-frontend/components/analytics/TierAnalytics.tsx:35
FunctionTierAnalyticsPage
()
auto-analyst-frontend/app/analytics/tiers/page.tsx:22
FunctionToast
({ className, variant, onClose, ...props }: ToastProps)
auto-analyst-frontend/components/ui/toast.tsx:29
FunctionToastDescription
({ className, ...props }: React.HTMLAttributes<HTMLParagraphElement>)
auto-analyst-frontend/components/ui/toast.tsx:57
FunctionToastTitle
({ className, ...props }: React.HTMLAttributes<HTMLHeadingElement>)
auto-analyst-frontend/components/ui/toast.tsx:50
FunctionToaster
()
auto-analyst-frontend/components/ui/toaster.tsx:10
FunctionUploadSummaryDialog
({ isOpen, onClose, uploadData, onRestoreDefault }: UploadSummaryDialogProps)
auto-analyst-frontend/components/chat/UploadSummaryDialog.tsx:19
FunctionUserActivityPage
()
auto-analyst-frontend/app/analytics/users/page.tsx:44
FunctionUserProfilePopup
({ isOpen, onClose, onSettingsOpen, onAccountOpen, isAdmin })
auto-analyst-frontend/components/chat/UserProfilePopup.tsx:16
FunctionWelcomeSection
({ onSampleQueryClick }: WelcomeSectionProps)
auto-analyst-frontend/components/chat/WelcomeSection.tsx:34
FunctionWhyAutoAnalystSection
()
auto-analyst-frontend/components/landing/WhyAutoAnalystSection.tsx:28
Method__init__
(self, text: str)
auto-analyst-backend/src/utils/simple_retriever.py:14
Method__init__
(self, text: str)
auto-analyst-backend/src/utils/simple_retriever.py:21
Method__init__
(self, texts: list[str])
auto-analyst-backend/src/utils/simple_retriever.py:36
Method__init__
(self, name: str, see_time: bool = False, console_log: bool = False, level: int = logging.INFO)
auto-analyst-backend/src/utils/logger.py:10
Method__init__
Initialize the ChatManager with a database connection. Args: db_url: Database connection URL (defaults to SQLite
auto-analyst-backend/src/managers/chat_manager.py:21
Method__init__
(self)
auto-analyst-backend/src/managers/ai_manager.py:17
Method__init__
Initialize SessionManager with styling instructions and available agents Args: styling_instructions: List of sty
auto-analyst-backend/src/managers/session_manager.py:38
Method__init__
(self, styling_instructions, chat_history_name_agent, default_model_config)
auto-analyst-backend/src/managers/app_manager.py:10
Method__init__
(self)
auto-analyst-backend/src/agents/agents.py:690
Method__init__
(self, agents, retrievers, user_id=None, db_session=None)
auto-analyst-backend/src/agents/agents.py:1225
Method__init__
(self, agents, retrievers, user_id=None, db_session=None)
auto-analyst-backend/src/agents/agents.py:1700
Method__init__
(self,agents, agents_desc)
auto-analyst-backend/src/agents/deep_agents.py:705
Method_load_default_agents_fallback
Fallback method to load default agents when preference system fails
auto-analyst-backend/src/agents/agents.py:1854
Functionadd_message
Add a message to a chat
auto-analyst-backend/src/routes/chat_routes.py:43
Methodadd_message_feedback
Add or update feedback for a message. Args: message_id: ID of the message to add feedback for rating
auto-analyst-backend/src/managers/chat_manager.py:703
Functionadd_show
(match)
auto-analyst-backend/scripts/format_response.py:623
Functionauthorize
(credentials)
auto-analyst-frontend/app/api/auth/[...nextauth]/route.ts:25
Functionbulk_toggle_template_preferences
Bulk toggle multiple template preferences
auto-analyst-backend/src/routes/templates_routes.py:440
FunctioncalculateCost
(modelName: string, inputTokens: number, outputTokens: number)
auto-analyst-frontend/lib/model-registry.ts:221
FunctioncalculateDiscountAmount
(price: Stripe.Price, coupon: Stripe.Coupon)
auto-analyst-frontend/app/api/checkout-sessions/route.ts:293
Methodcalculate_cost
Calculate the cost for using the model based on tokens
auto-analyst-backend/src/managers/ai_manager.py:64
MethodcanAffordDeepAnalysis
* Check if user can afford deep analysis based on their remaining credits
auto-analyst-frontend/lib/credits-config.ts:166
FunctioncanUseCredits
(userId: string)
auto-analyst-frontend/lib/redis.ts:417
Functionchat_history_name
(request: dict, session_id: str = Depends(get_session_id_dependency))
auto-analyst-backend/app.py:2017
Functionchat_with_agent
( agent_name: str, request: QueryRequest, request_obj: Request, session_id: str = Depends
auto-analyst-backend/app.py:542
Functionchat_with_all
( request: QueryRequest, request_obj: Request, session_id: str = Depends(get_session_id_depende
auto-analyst-backend/app.py:882
FunctioncheckExpiredSubscriptions
()
auto-analyst-frontend/lib/redis.ts:636
Functionclean_and_store_code
Cleans and stores code execution results in a standardized format. Args: code (str): Raw code text to execute session_da
auto-analyst-backend/src/agents/deep_agents.py:186
Functionclean_code
Clean code provided in the request Args: request_data: Body containing code to clean request: FastAPI Request object
auto-analyst-backend/src/routes/code_routes.py:731
Functioncleanup_empty_chats
Delete empty chats for a user
auto-analyst-backend/src/routes/chat_routes.py:127
Functionclear_console
()
auto-analyst-backend/app.py:373
Methodclear_session_state
Clear session-specific state using the SessionManager
auto-analyst-backend/src/managers/app_manager.py:27
Functioncode
({ node, className, children, ...props }: any)
auto-analyst-frontend/components/chat/MessageContent.tsx:354
FunctionconfirmDeleteChat
()
auto-analyst-frontend/components/chat/Sidebar.tsx:170
Functioncorrect_num
(df,c)
auto-analyst-backend/src/agents/retrievers/retrievers.py:43
Functioncreate_chat
Create a new chat session
auto-analyst-backend/src/routes/chat_routes.py:33
Functioncreate_message_feedback
Create or update feedback for a message
auto-analyst-backend/src/routes/feedback_routes.py:25
Functioncreate_or_get_user
Create a new user or get an existing one by email
auto-analyst-backend/src/routes/chat_routes.py:98
Functioncreate_report
Store a deep analysis report in the database
auto-analyst-backend/src/routes/deep_analysis_routes.py:22
Methodcreate_score_code_with_datasets
Creates a score function that includes the session datasets. Args: datasets: Dic
auto-analyst-backend/src/agents/deep_agents.py:912
Functioncreate_user
Create a new user in the database
auto-analyst-backend/src/managers/user_manager.py:82
Functioncustom_df_repr
(self)
auto-analyst-backend/scripts/format_response.py:573
Functioncustom_plt_show
Custom plt.show that captures the chart instead of displaying it
auto-analyst-backend/scripts/format_response.py:515
Functiondashboard_realtime
(websocket: WebSocket)
auto-analyst-backend/src/routes/analytics_routes.py:197
Functiondebug_model_usage
(api_key: str = Depends(verify_admin_api_key))
auto-analyst-backend/src/routes/analytics_routes.py:753
FunctiondeductCredits
(userId: string, amount: number)
auto-analyst-frontend/lib/redis.ts:211
FunctiondeductCredits
(amount: number)
auto-analyst-frontend/lib/contexts/credit-context.tsx:157
Functiondeep_analysis_streaming
Perform streaming deep analysis with real-time updates
auto-analyst-backend/app.py:2041
Functiondelete_chat
Delete a chat and all its messages while preserving model usage data
auto-analyst-backend/src/routes/chat_routes.py:81
Functiondelete_report
Delete a deep analysis report
auto-analyst-backend/src/routes/deep_analysis_routes.py:362
FunctiondowngradeToFreePlan
(userId: string)
auto-analyst-frontend/lib/redis.ts:599
Functiondownload_html_report
Download HTML report from previous deep analysis
auto-analyst-backend/app.py:2659
Functiondownload_report_from_db
Download HTML report directly from the database
auto-analyst-backend/src/routes/deep_analysis_routes.py:526
Functionedit_code
Edit code provided in the request using AI Args: request_data: Body containing original code and user prompt request: Fa
auto-analyst-backend/src/routes/code_routes.py:589
Functionenhanced_print
(*args, **kwargs)
auto-analyst-backend/scripts/format_response.py:381
FunctionexecuteCancellation
()
auto-analyst-frontend/app/account/page.tsx:408
Methodexecute_agent
Execute agent and generate memory summary in parallel
auto-analyst-backend/src/agents/agents.py:1473
Functionexecute_code
Execute code provided in the request against the session's dataframe Args: request_data: Body containing code to execute
auto-analyst-backend/src/routes/code_routes.py:418
Methodexecute_deep_analysis
Legacy method for backward compatibility. Executes the streaming analysis and returns the final result.
auto-analyst-backend/src/agents/deep_agents.py:1098
Functionextract_code_blocks
Extract code blocks from the code based on agent name comments. Args: code (str): The code containing multiple blocks
auto-analyst-backend/src/routes/code_routes.py:150
FunctionfetchCouponDetails
(couponId: string, originalAmount: number)
auto-analyst-frontend/app/checkout/page.tsx:241
FunctionfetchDailyUsage
(adminKey: string, days: number = 30)
auto-analyst-frontend/lib/api/analytics.ts:56
FunctionfetchDetailedUsage
( adminKey: string, startDate?: string, endDate?: string, userId?: number, modelName?: string, pro
auto-analyst-frontend/lib/api/analytics.ts:74
FunctionfetchUsageSummary
( adminKey: string, startDate?: string, endDate?: string )
auto-analyst-frontend/lib/api/analytics.ts:16
Functionfix_code
Fix code with errors using block-by-block approach Args: request_data: Body containing code and error message request: F
auto-analyst-backend/src/routes/code_routes.py:641
FunctionformatCurrency
(value: number)
auto-analyst-frontend/lib/utils.ts:8
Functionformat_correlation_output
Format correlation matrix output for better readability
auto-analyst-backend/scripts/format_response.py:167
Functionformat_summary_stats
Format summary statistics for better readability
auto-analyst-backend/scripts/format_response.py:215
Methodforward
(self, goal, dataset, Agent_desc)
auto-analyst-backend/src/agents/agents.py:709
Methodforward
(self, query, specified_agent)
auto-analyst-backend/src/agents/agents.py:1494
MethodgenerateSessionId
()
auto-analyst-frontend/lib/utils/sessionRecovery.ts:73
Functiongenerate_description_from_preview
( request: dict, app_state = Depends(get_app_state) )
auto-analyst-backend/src/routes/session_routes.py:725
Functiongenerate_session
Generate a new session ID and initialize it with default dataset
auto-analyst-backend/src/routes/session_routes.py:1050
FunctiongetAllModelsForProvider
(provider: string)
auto-analyst-frontend/lib/model-registry.ts:282
MethodgetAllPlans
* Get all available plans
auto-analyst-frontend/lib/credits-config.ts:212
FunctiongetAvailableFeatures
()
auto-analyst-frontend/lib/features/feature-config.ts:132
FunctiongetComingSoonFeatures
()
auto-analyst-frontend/lib/features/feature-config.ts:136
FunctiongetContextWindow
(modelName: string)
auto-analyst-frontend/lib/model-registry.ts:275
← previousnext →501–600 of 837, ranked by callers