MCPcopy Create free account

hub / github.com/FSZJ/Openclaw-Jarvis-dashboard / functions

Functions164 in github.com/FSZJ/Openclaw-Jarvis-dashboard

Methoddelete_user
Delete a user (cannot delete admin)
services/auth.py:128
FunctiondisconnectWebSocket
()
frontend/src/stores/dashboard.js:189
FunctionfetchDashboard
(light = false)
frontend/src/stores/dashboard.js:50
FunctionfetchHistoryTasks
()
frontend/src/stores/dashboard.js:202
FunctionfetchIntegrations
()
frontend/src/stores/dashboard.js:241
FunctionfetchStatus
(light = false)
frontend/src/stores/dashboard.js:66
Functionget_agent_status
Get complete agent status
api/agents.py:31
Functionget_available_models
Get available models from configuration
api/agents.py:45
Functionget_channel_status
Get all channel statuses
api/channels.py:31
Functionget_completed_tasks
Get completed tasks from local store.
api/todos.py:40
Functionget_current_user
Dependency to get current authenticated user
api/dashboard.py:14
Functionget_current_user
Dependency to get current authenticated user
api/agents.py:14
Functionget_current_user
(credentials: HTTPAuthorizationCredentials = Depends(security))
api/integrations.py:14
Functionget_current_user
Dependency to get current authenticated user
api/auth.py:14
Functionget_current_user
Dependency to get current authenticated user
api/todos.py:16
Functionget_current_user
(credentials: HTTPAuthorizationCredentials = Depends(security))
api/usage.py:12
Functionget_current_user
Dependency to get current authenticated user
api/actions.py:14
Functionget_current_user
Dependency to get current authenticated user
api/channels.py:14
Functionget_current_user
Dependency to get current authenticated user
api/status.py:14
Functionget_dashboard
Get aggregated dashboard payload for first paint.
api/dashboard.py:31
Functionget_gateway_status
Get Gateway status
api/status.py:45
Functionget_history_tasks
Alias for completed tasks (history).
api/todos.py:47
Functionget_imessage_status
Get iMessage channel status
api/channels.py:46
Functionget_log_content
Get recent log content
api/status.py:71
Functionget_log_info
Get log file information
api/status.py:64
Functionget_main_agent_config
Get main agent configuration
api/agents.py:38
Functionget_me
Get current user info
api/auth.py:75
Functionget_model_integrations
(current_user: str = Depends(get_current_user))
api/integrations.py:28
Functionget_node_info
Get node information
api/status.py:52
Functionget_status
Get complete system status
api/status.py:31
Functionget_subagent_runs
Get subagent run history
api/agents.py:61
Functionget_system_health
Get system health metrics
api/status.py:38
Functionget_telegram_status
Get Telegram channel status
api/channels.py:38
Functionget_todos
Get pending todos from local store.
api/todos.py:33
Functionget_usage_panels
(current_user: str = Depends(get_current_user))
api/usage.py:26
Functionhealth_check
Health check endpoint
server.py:98
FunctioninitAxios
()
frontend/src/stores/auth.js:69
Functionlifespan
Application lifespan events
server.py:28
Functionlist_backups
List available backups
api/actions.py:79
Functionlist_users
List all users (admin only)
api/auth.py:94
Functionlogin
(username, password)
frontend/src/stores/auth.js:21
Functionlogin
Login and get access token
api/auth.py:31
Functionlogout
()
frontend/src/stores/auth.js:61
Methodmask
(secret: str)
services/integration_store.py:144
FunctionreloadHistoryTasks
()
frontend/src/stores/dashboard.js:217
FunctionreopenTask
(taskId)
frontend/src/stores/dashboard.js:311
Functionreopen_task
Reopen local completed task.
api/todos.py:104
FunctionrestartGateway
()
frontend/src/stores/dashboard.js:81
Functionrestart_gateway
Restart Gateway
api/actions.py:31
Functionroot
Serve the main dashboard page
server.py:76
FunctionsaveIntegrations
(providers)
frontend/src/stores/dashboard.js:257
Functionsend_test_message
Send a test message through Gateway
api/actions.py:103
FunctionsetupAxiosInterceptors
()
frontend/src/stores/auth.js:75
FunctionstartAutoRefresh
(intervalMs = 60000)
frontend/src/stores/dashboard.js:113
Functionstart_gateway
Start Gateway
api/actions.py:55
FunctionstopAutoRefresh
()
frontend/src/stores/dashboard.js:131
Functionstop_gateway
Stop Gateway
api/actions.py:43
Functionsync_with_apple
Apple reminders sync has been disabled.
api/todos.py:54
Functionupdate_model_integrations
(payload: IntegrationsUpdateRequest, current_user: str = Depends(get_current_user))
api/integrations.py:33
FunctionvalidateDraftIntegration
(provider, draftConfig)
frontend/src/stores/dashboard.js:290
FunctionvalidateIntegration
(provider, draftConfig = null)
frontend/src/stores/dashboard.js:274
Functionvalidate_model_integration
( provider: str, payload: dict | None = Body(default=None), current_user: str = Depends(get_curren
api/integrations.py:44
Methodwalk
(node: Any, list_name: str)
services/executor.py:344
Functionws_status
WebSocket push channel for dashboard live status.
server.py:104
← previous101–164 of 164, ranked by callers