MCPcopy Create free account

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

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

↓ 10 callersMethodverify_token
Verify a JWT token and return username
services/auth.py:85
↓ 8 callersMethod_load
(cls)
services/task_store.py:45
↓ 8 callersMethod_now_iso
(cls)
services/task_store.py:23
↓ 8 callersFunctionassertWithinViewportWidth
(page, locator, label)
frontend/scripts/responsive-check.mjs:262
↓ 7 callersMethod_save
(cls, payload: Dict[str, Any])
services/task_store.py:71
↓ 5 callersMethod_load_users
Load users from file
services/auth.py:47
↓ 5 callersMethod_run_remindctl
(self, cmd: List[str], timeout: int = 8)
services/executor.py:319
↓ 5 callersFunctionassert
(condition, message)
frontend/scripts/responsive-check.mjs:172
↓ 5 callersMethodlist_todos
(cls)
services/task_store.py:185
↓ 4 callersMethod_default_payload
(cls)
services/integration_store.py:17
↓ 4 callersMethod_request_json
(cls, url: str, headers: Dict[str, str], timeout: int = 6)
services/usage_service.py:28
↓ 4 callersMethodget_channel_status
Read channel configuration
services/collector.py:181
↓ 4 callersMethodinvalidate_todos_cache
Clear todos cache after mutations.
services/collector.py:35
↓ 4 callersMethodlist_completed
(cls, limit: Optional[int] = 20)
services/task_store.py:194
↓ 3 callersMethod_default_payload
(cls)
services/task_store.py:27
↓ 3 callersMethod_hash_password
Hash a password
services/auth.py:39
↓ 3 callersMethod_save_users
Save users to file
services/auth.py:55
↓ 3 callersMethodget_agent_config
Read agent configuration
services/collector.py:101
↓ 3 callersMethodget_all
(cls)
services/integration_store.py:118
↓ 3 callersMethodget_completed_tasks
Get completed tasks from local store.
services/collector.py:375
↓ 3 callersMethodget_full_status
Get complete dashboard status
services/collector.py:335
↓ 3 callersMethodget_node_info
Read node configuration
services/collector.py:83
↓ 3 callersFunctionmergeStatusPayload
(current, incoming, preserveHeavy = false)
frontend/src/stores/dashboard.js:7
↓ 2 callersMethod_as_bool
(cls, value: Any, default: bool = False)
services/usage_service.py:34
↓ 2 callersMethod_build_gemini_panel
(cls, cfg: Dict[str, Any], running_tasks: int, running_agents: int)
services/usage_service.py:284
↓ 2 callersMethod_build_glm_panel
(cls, cfg: Dict[str, Any], running_tasks: int, running_agents: int)
services/usage_service.py:315
↓ 2 callersMethod_build_minimax_panel
(cls, cfg: Dict[str, Any])
services/usage_service.py:141
↓ 2 callersMethod_build_openai_panel
(cls, cfg: Dict[str, Any])
services/usage_service.py:226
↓ 2 callersMethod_effective_provider_cfg
(cls, provider: str, cfg: Dict[str, Any])
services/usage_service.py:50
↓ 2 callersMethod_ensure_users_file
Create users file if it doesn't exist
services/auth.py:24
↓ 2 callersMethod_extract_todos_from_payload
(self, payload: Any, default_list: str, include_completed: bool = False)
services/executor.py:340
↓ 2 callersMethod_load
(cls)
services/integration_store.py:59
↓ 2 callersMethod_missing_required_fields
(cls, provider: str, cfg: Dict[str, Any])
services/usage_service.py:63
↓ 2 callersMethod_normalize_task
(cls, item: Dict[str, Any], source: str, completed: bool)
services/task_store.py:76
↓ 2 callersMethod_safe_error
(cls, err: Exception)
services/usage_service.py:350
↓ 2 callersMethod_save
(cls, payload: Dict[str, Any])
services/integration_store.py:109
↓ 2 callersMethod_verify_password
Verify a password against a hash
services/auth.py:43
↓ 2 callersMethodget_agent_status
Get complete agent status
services/collector.py:169
↓ 2 callersMethodget_gateway_status
Check if Gateway process is running
services/collector.py:44
↓ 2 callersMethodget_log_info
Get log file information
services/collector.py:213
↓ 2 callersMethodget_public_view
(cls)
services/integration_store.py:140
↓ 2 callersMethodget_subagent_runs
Read subagent run history
services/collector.py:145
↓ 2 callersMethodget_system_health
Get system resource usage
services/collector.py:69
↓ 2 callersMethodget_todos
Get pending todos from local store.
services/collector.py:364
↓ 2 callersMethodget_usage_panels
(cls, running_tasks: int = 0, running_agents: int = 0)
services/usage_service.py:367
↓ 2 callersMethodlist_users
List all users (without passwords)
services/auth.py:142
↓ 1 callersMethod_bootstrap_seed_tasks
(cls)
services/task_store.py:146
↓ 1 callersMethod_empty_panel
(cls, provider: str, missing_fields: List[str])
services/usage_service.py:78
↓ 1 callersMethod_ensure_file
(cls)
services/task_store.py:38
↓ 1 callersMethod_ensure_file
(cls)
services/integration_store.py:48
↓ 1 callersMethod_error_panel
(cls, provider: str, source: str, err: Exception, running_tasks: int = 0, running_agents: int = 0)
services/usage_service.py:114
↓ 1 callersMethod_human_duration
(cls, remain_ms: int)
services/usage_service.py:358
↓ 1 callersMethod_resolve_remindctl_cmd
Resolve remindctl binary path for non-interactive service environments.
services/executor.py:20
↓ 1 callersMethod_seed_from_markdown
(cls)
services/task_store.py:153
↓ 1 callersFunctionassertNoHorizontalOverflow
(page)
frontend/scripts/responsive-check.mjs:254
↓ 1 callersMethodauthenticate
Authenticate a user and return user info if successful
services/auth.py:60
↓ 1 callersMethodchange_password
Change a user's password
services/auth.py:93
↓ 1 callersMethodclear_logs
Clear log files
services/executor.py:158
↓ 1 callersMethodcomplete_todo
(cls, task_id: str)
services/task_store.py:226
↓ 1 callersMethodcreate_backup
Create a backup of OpenClaw configuration
services/executor.py:116
↓ 1 callersMethodcreate_todo
(cls, title: str, list_name: str = "默认列表", due_date: Optional[str] = None)
services/task_store.py:205
↓ 1 callersMethodcreate_token
Create a JWT token for a user
services/auth.py:76
↓ 1 callersMethodget_minimax_quota
Fetch Minimax quota if endpoint is configured
services/collector.py:246
↓ 1 callersMethodget_recent_logs
Get recent log content
services/executor.py:179
↓ 1 callersMethodinvalidate_cache
(cls)
services/usage_service.py:406
↓ 1 callersMethodlist_backups
List available backups
services/executor.py:232
↓ 1 callersMethodlist_completed_todos
List completed reminder items.
services/executor.py:299
↓ 1 callersMethodlist_todos
List todo items from Apple Reminders.
services/executor.py:284
↓ 1 callersFunctionmain
()
frontend/scripts/responsive-check.mjs:320
↓ 1 callersFunctionmain
()
scripts/sync_apple_reminders_to_openclaw.py:19
↓ 1 callersFunctionprobe
()
frontend/scripts/responsive-check.mjs:179
↓ 1 callersMethodreopen_task
(cls, task_id: str)
services/task_store.py:260
↓ 1 callersMethodrestart_gateway
Restart the OpenClaw Gateway
services/executor.py:38
↓ 1 callersFunctionrunViewportCase
(browser, viewport)
frontend/scripts/responsive-check.mjs:271
↓ 1 callersMethodsend_message
Send a test message through the Gateway
services/executor.py:204
↓ 1 callersFunctionsetupMockApi
(page)
frontend/scripts/responsive-check.mjs:210
↓ 1 callersFunctionstartPreviewServer
()
frontend/scripts/responsive-check.mjs:202
↓ 1 callersMethodstart_gateway
Start the OpenClaw Gateway
services/executor.py:92
↓ 1 callersMethodstop_gateway
Stop the OpenClaw Gateway
services/executor.py:74
↓ 1 callersMethodsync_apple_completed
Replace apple-sourced completed tasks with latest snapshot.
services/task_store.py:116
↓ 1 callersMethodsync_apple_todos
Replace apple-sourced pending todos with latest snapshot.
services/task_store.py:90
↓ 1 callersMethodupdate_all
(cls, providers: Dict[str, Any])
services/integration_store.py:123
↓ 1 callersMethodvalidate_provider
(cls, provider: str, draft_config: Optional[Dict[str, Any]] = None)
services/usage_service.py:410
↓ 1 callersFunctionwaitForServer
(url, timeoutMs = 30_000)
frontend/scripts/responsive-check.mjs:176
Method__init__
(self)
services/auth.py:21
FunctionchangePassword
(oldPassword, newPassword)
frontend/src/stores/auth.js:48
Functionchange_password
Change password
api/auth.py:55
FunctionclearLogs
()
frontend/src/stores/dashboard.js:102
Functionclear_logs
Clear log files
api/actions.py:91
FunctioncompleteTodo
(taskId)
frontend/src/stores/dashboard.js:294
Functioncomplete_todo
Complete local task.
api/todos.py:88
Methodcomplete_todo
Complete a reminder by id.
services/executor.py:313
FunctionconnectWebSocket
()
frontend/src/stores/dashboard.js:139
FunctioncreateBackup
()
frontend/src/stores/dashboard.js:92
FunctioncreateTodo
(payload)
frontend/src/stores/dashboard.js:222
Functioncreate_backup
Create a backup
api/actions.py:67
Functioncreate_todo
Create todo item in local store.
api/todos.py:67
Methodcreate_todo
Create a todo item via remindctl.
services/executor.py:265
Methodcreate_user
Create a new user
services/auth.py:112
Methoddelete_todo
Delete a pending todo by id.
services/task_store.py:247
next →1–100 of 164, ranked by callers