Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSZJ/Openclaw-Jarvis-dashboard
/ functions
Functions
164 in github.com/FSZJ/Openclaw-Jarvis-dashboard
⨍
Functions
164
◇
Types & classes
32
↳
Endpoints
38
Method
delete_user
Delete a user (cannot delete admin)
services/auth.py:128
Function
disconnectWebSocket
()
frontend/src/stores/dashboard.js:189
Function
fetchDashboard
(light = false)
frontend/src/stores/dashboard.js:50
Function
fetchHistoryTasks
()
frontend/src/stores/dashboard.js:202
Function
fetchIntegrations
()
frontend/src/stores/dashboard.js:241
Function
fetchStatus
(light = false)
frontend/src/stores/dashboard.js:66
Function
get_agent_status
Get complete agent status
api/agents.py:31
Function
get_available_models
Get available models from configuration
api/agents.py:45
Function
get_channel_status
Get all channel statuses
api/channels.py:31
Function
get_completed_tasks
Get completed tasks from local store.
api/todos.py:40
Function
get_current_user
Dependency to get current authenticated user
api/dashboard.py:14
Function
get_current_user
Dependency to get current authenticated user
api/agents.py:14
Function
get_current_user
(credentials: HTTPAuthorizationCredentials = Depends(security))
api/integrations.py:14
Function
get_current_user
Dependency to get current authenticated user
api/auth.py:14
Function
get_current_user
Dependency to get current authenticated user
api/todos.py:16
Function
get_current_user
(credentials: HTTPAuthorizationCredentials = Depends(security))
api/usage.py:12
Function
get_current_user
Dependency to get current authenticated user
api/actions.py:14
Function
get_current_user
Dependency to get current authenticated user
api/channels.py:14
Function
get_current_user
Dependency to get current authenticated user
api/status.py:14
Function
get_dashboard
Get aggregated dashboard payload for first paint.
api/dashboard.py:31
Function
get_gateway_status
Get Gateway status
api/status.py:45
Function
get_history_tasks
Alias for completed tasks (history).
api/todos.py:47
Function
get_imessage_status
Get iMessage channel status
api/channels.py:46
Function
get_log_content
Get recent log content
api/status.py:71
Function
get_log_info
Get log file information
api/status.py:64
Function
get_main_agent_config
Get main agent configuration
api/agents.py:38
Function
get_me
Get current user info
api/auth.py:75
Function
get_model_integrations
(current_user: str = Depends(get_current_user))
api/integrations.py:28
Function
get_node_info
Get node information
api/status.py:52
Function
get_status
Get complete system status
api/status.py:31
Function
get_subagent_runs
Get subagent run history
api/agents.py:61
Function
get_system_health
Get system health metrics
api/status.py:38
Function
get_telegram_status
Get Telegram channel status
api/channels.py:38
Function
get_todos
Get pending todos from local store.
api/todos.py:33
Function
get_usage_panels
(current_user: str = Depends(get_current_user))
api/usage.py:26
Function
health_check
Health check endpoint
server.py:98
Function
initAxios
()
frontend/src/stores/auth.js:69
Function
lifespan
Application lifespan events
server.py:28
Function
list_backups
List available backups
api/actions.py:79
Function
list_users
List all users (admin only)
api/auth.py:94
Function
login
(username, password)
frontend/src/stores/auth.js:21
Function
login
Login and get access token
api/auth.py:31
Function
logout
()
frontend/src/stores/auth.js:61
Method
mask
(secret: str)
services/integration_store.py:144
Function
reloadHistoryTasks
()
frontend/src/stores/dashboard.js:217
Function
reopenTask
(taskId)
frontend/src/stores/dashboard.js:311
Function
reopen_task
Reopen local completed task.
api/todos.py:104
Function
restartGateway
()
frontend/src/stores/dashboard.js:81
Function
restart_gateway
Restart Gateway
api/actions.py:31
Function
root
Serve the main dashboard page
server.py:76
Function
saveIntegrations
(providers)
frontend/src/stores/dashboard.js:257
Function
send_test_message
Send a test message through Gateway
api/actions.py:103
Function
setupAxiosInterceptors
()
frontend/src/stores/auth.js:75
Function
startAutoRefresh
(intervalMs = 60000)
frontend/src/stores/dashboard.js:113
Function
start_gateway
Start Gateway
api/actions.py:55
Function
stopAutoRefresh
()
frontend/src/stores/dashboard.js:131
Function
stop_gateway
Stop Gateway
api/actions.py:43
Function
sync_with_apple
Apple reminders sync has been disabled.
api/todos.py:54
Function
update_model_integrations
(payload: IntegrationsUpdateRequest, current_user: str = Depends(get_current_user))
api/integrations.py:33
Function
validateDraftIntegration
(provider, draftConfig)
frontend/src/stores/dashboard.js:290
Function
validateIntegration
(provider, draftConfig = null)
frontend/src/stores/dashboard.js:274
Function
validate_model_integration
( provider: str, payload: dict | None = Body(default=None), current_user: str = Depends(get_curren
api/integrations.py:44
Method
walk
(node: Any, list_name: str)
services/executor.py:344
Function
ws_status
WebSocket push channel for dashboard live status.
server.py:104
← previous
101–164 of 164, ranked by callers