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
↓ 10 callers
Method
verify_token
Verify a JWT token and return username
services/auth.py:85
↓ 8 callers
Method
_load
(cls)
services/task_store.py:45
↓ 8 callers
Method
_now_iso
(cls)
services/task_store.py:23
↓ 8 callers
Function
assertWithinViewportWidth
(page, locator, label)
frontend/scripts/responsive-check.mjs:262
↓ 7 callers
Method
_save
(cls, payload: Dict[str, Any])
services/task_store.py:71
↓ 5 callers
Method
_load_users
Load users from file
services/auth.py:47
↓ 5 callers
Method
_run_remindctl
(self, cmd: List[str], timeout: int = 8)
services/executor.py:319
↓ 5 callers
Function
assert
(condition, message)
frontend/scripts/responsive-check.mjs:172
↓ 5 callers
Method
list_todos
(cls)
services/task_store.py:185
↓ 4 callers
Method
_default_payload
(cls)
services/integration_store.py:17
↓ 4 callers
Method
_request_json
(cls, url: str, headers: Dict[str, str], timeout: int = 6)
services/usage_service.py:28
↓ 4 callers
Method
get_channel_status
Read channel configuration
services/collector.py:181
↓ 4 callers
Method
invalidate_todos_cache
Clear todos cache after mutations.
services/collector.py:35
↓ 4 callers
Method
list_completed
(cls, limit: Optional[int] = 20)
services/task_store.py:194
↓ 3 callers
Method
_default_payload
(cls)
services/task_store.py:27
↓ 3 callers
Method
_hash_password
Hash a password
services/auth.py:39
↓ 3 callers
Method
_save_users
Save users to file
services/auth.py:55
↓ 3 callers
Method
get_agent_config
Read agent configuration
services/collector.py:101
↓ 3 callers
Method
get_all
(cls)
services/integration_store.py:118
↓ 3 callers
Method
get_completed_tasks
Get completed tasks from local store.
services/collector.py:375
↓ 3 callers
Method
get_full_status
Get complete dashboard status
services/collector.py:335
↓ 3 callers
Method
get_node_info
Read node configuration
services/collector.py:83
↓ 3 callers
Function
mergeStatusPayload
(current, incoming, preserveHeavy = false)
frontend/src/stores/dashboard.js:7
↓ 2 callers
Method
_as_bool
(cls, value: Any, default: bool = False)
services/usage_service.py:34
↓ 2 callers
Method
_build_gemini_panel
(cls, cfg: Dict[str, Any], running_tasks: int, running_agents: int)
services/usage_service.py:284
↓ 2 callers
Method
_build_glm_panel
(cls, cfg: Dict[str, Any], running_tasks: int, running_agents: int)
services/usage_service.py:315
↓ 2 callers
Method
_build_minimax_panel
(cls, cfg: Dict[str, Any])
services/usage_service.py:141
↓ 2 callers
Method
_build_openai_panel
(cls, cfg: Dict[str, Any])
services/usage_service.py:226
↓ 2 callers
Method
_effective_provider_cfg
(cls, provider: str, cfg: Dict[str, Any])
services/usage_service.py:50
↓ 2 callers
Method
_ensure_users_file
Create users file if it doesn't exist
services/auth.py:24
↓ 2 callers
Method
_extract_todos_from_payload
(self, payload: Any, default_list: str, include_completed: bool = False)
services/executor.py:340
↓ 2 callers
Method
_load
(cls)
services/integration_store.py:59
↓ 2 callers
Method
_missing_required_fields
(cls, provider: str, cfg: Dict[str, Any])
services/usage_service.py:63
↓ 2 callers
Method
_normalize_task
(cls, item: Dict[str, Any], source: str, completed: bool)
services/task_store.py:76
↓ 2 callers
Method
_safe_error
(cls, err: Exception)
services/usage_service.py:350
↓ 2 callers
Method
_save
(cls, payload: Dict[str, Any])
services/integration_store.py:109
↓ 2 callers
Method
_verify_password
Verify a password against a hash
services/auth.py:43
↓ 2 callers
Method
get_agent_status
Get complete agent status
services/collector.py:169
↓ 2 callers
Method
get_gateway_status
Check if Gateway process is running
services/collector.py:44
↓ 2 callers
Method
get_log_info
Get log file information
services/collector.py:213
↓ 2 callers
Method
get_public_view
(cls)
services/integration_store.py:140
↓ 2 callers
Method
get_subagent_runs
Read subagent run history
services/collector.py:145
↓ 2 callers
Method
get_system_health
Get system resource usage
services/collector.py:69
↓ 2 callers
Method
get_todos
Get pending todos from local store.
services/collector.py:364
↓ 2 callers
Method
get_usage_panels
(cls, running_tasks: int = 0, running_agents: int = 0)
services/usage_service.py:367
↓ 2 callers
Method
list_users
List all users (without passwords)
services/auth.py:142
↓ 1 callers
Method
_bootstrap_seed_tasks
(cls)
services/task_store.py:146
↓ 1 callers
Method
_empty_panel
(cls, provider: str, missing_fields: List[str])
services/usage_service.py:78
↓ 1 callers
Method
_ensure_file
(cls)
services/task_store.py:38
↓ 1 callers
Method
_ensure_file
(cls)
services/integration_store.py:48
↓ 1 callers
Method
_error_panel
(cls, provider: str, source: str, err: Exception, running_tasks: int = 0, running_agents: int = 0)
services/usage_service.py:114
↓ 1 callers
Method
_human_duration
(cls, remain_ms: int)
services/usage_service.py:358
↓ 1 callers
Method
_resolve_remindctl_cmd
Resolve remindctl binary path for non-interactive service environments.
services/executor.py:20
↓ 1 callers
Method
_seed_from_markdown
(cls)
services/task_store.py:153
↓ 1 callers
Function
assertNoHorizontalOverflow
(page)
frontend/scripts/responsive-check.mjs:254
↓ 1 callers
Method
authenticate
Authenticate a user and return user info if successful
services/auth.py:60
↓ 1 callers
Method
change_password
Change a user's password
services/auth.py:93
↓ 1 callers
Method
clear_logs
Clear log files
services/executor.py:158
↓ 1 callers
Method
complete_todo
(cls, task_id: str)
services/task_store.py:226
↓ 1 callers
Method
create_backup
Create a backup of OpenClaw configuration
services/executor.py:116
↓ 1 callers
Method
create_todo
(cls, title: str, list_name: str = "默认列表", due_date: Optional[str] = None)
services/task_store.py:205
↓ 1 callers
Method
create_token
Create a JWT token for a user
services/auth.py:76
↓ 1 callers
Method
get_minimax_quota
Fetch Minimax quota if endpoint is configured
services/collector.py:246
↓ 1 callers
Method
get_recent_logs
Get recent log content
services/executor.py:179
↓ 1 callers
Method
invalidate_cache
(cls)
services/usage_service.py:406
↓ 1 callers
Method
list_backups
List available backups
services/executor.py:232
↓ 1 callers
Method
list_completed_todos
List completed reminder items.
services/executor.py:299
↓ 1 callers
Method
list_todos
List todo items from Apple Reminders.
services/executor.py:284
↓ 1 callers
Function
main
()
frontend/scripts/responsive-check.mjs:320
↓ 1 callers
Function
main
()
scripts/sync_apple_reminders_to_openclaw.py:19
↓ 1 callers
Function
probe
()
frontend/scripts/responsive-check.mjs:179
↓ 1 callers
Method
reopen_task
(cls, task_id: str)
services/task_store.py:260
↓ 1 callers
Method
restart_gateway
Restart the OpenClaw Gateway
services/executor.py:38
↓ 1 callers
Function
runViewportCase
(browser, viewport)
frontend/scripts/responsive-check.mjs:271
↓ 1 callers
Method
send_message
Send a test message through the Gateway
services/executor.py:204
↓ 1 callers
Function
setupMockApi
(page)
frontend/scripts/responsive-check.mjs:210
↓ 1 callers
Function
startPreviewServer
()
frontend/scripts/responsive-check.mjs:202
↓ 1 callers
Method
start_gateway
Start the OpenClaw Gateway
services/executor.py:92
↓ 1 callers
Method
stop_gateway
Stop the OpenClaw Gateway
services/executor.py:74
↓ 1 callers
Method
sync_apple_completed
Replace apple-sourced completed tasks with latest snapshot.
services/task_store.py:116
↓ 1 callers
Method
sync_apple_todos
Replace apple-sourced pending todos with latest snapshot.
services/task_store.py:90
↓ 1 callers
Method
update_all
(cls, providers: Dict[str, Any])
services/integration_store.py:123
↓ 1 callers
Method
validate_provider
(cls, provider: str, draft_config: Optional[Dict[str, Any]] = None)
services/usage_service.py:410
↓ 1 callers
Function
waitForServer
(url, timeoutMs = 30_000)
frontend/scripts/responsive-check.mjs:176
Method
__init__
(self)
services/auth.py:21
Function
changePassword
(oldPassword, newPassword)
frontend/src/stores/auth.js:48
Function
change_password
Change password
api/auth.py:55
Function
clearLogs
()
frontend/src/stores/dashboard.js:102
Function
clear_logs
Clear log files
api/actions.py:91
Function
completeTodo
(taskId)
frontend/src/stores/dashboard.js:294
Function
complete_todo
Complete local task.
api/todos.py:88
Method
complete_todo
Complete a reminder by id.
services/executor.py:313
Function
connectWebSocket
()
frontend/src/stores/dashboard.js:139
Function
createBackup
()
frontend/src/stores/dashboard.js:92
Function
createTodo
(payload)
frontend/src/stores/dashboard.js:222
Function
create_backup
Create a backup
api/actions.py:67
Function
create_todo
Create todo item in local store.
api/todos.py:67
Method
create_todo
Create a todo item via remindctl.
services/executor.py:265
Method
create_user
Create a new user
services/auth.py:112
Method
delete_todo
Delete a pending todo by id.
services/task_store.py:247
next →
1–100 of 164, ranked by callers