MCPcopy Create free account

hub / github.com/claw-bench/claw-bench / functions

Functions7,113 in github.com/claw-bench/claw-bench

↓ 1 callersFunctionis_eligible
(age, min_age)
tasks/debugging/debug-002/environment/data/calculator.py:8
↓ 1 callersFunctionis_float_str
(s)
tasks/content-analysis/cont-003-readability-audit/verifier/test_output.py:19
↓ 1 callersMethodlist_comments
List all comments for a given post.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:100
↓ 1 callersMethodlist_posts
List posts with optional status filter and pagination.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:67
↓ 1 callersMethodlist_users
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:27
↓ 1 callersFunctionload
()
leaderboard/src/app/LeaderboardTable.tsx:138
↓ 1 callersFunctionload
()
leaderboard/src/app/compare/CompareContent.tsx:76
↓ 1 callersFunctionload
()
leaderboard/src/app/pareto/ParetoContent.tsx:105
↓ 1 callersFunctionloadAgentHistory
(clawId: string)
leaderboard/src/app/moltbook/[clawId]/page.tsx:25
↓ 1 callersFunctionloadBestPerFramework
()
leaderboard/src/app/compare/page.tsx:16
↓ 1 callersFunctionloadBestPerFramework
()
leaderboard/src/app/capabilities/page.tsx:16
↓ 1 callersFunctionloadCapabilitiesConfig
()
leaderboard/src/app/capabilities/page.tsx:39
↓ 1 callersFunctionloadDomains
()
leaderboard/src/app/domains/page.tsx:15
↓ 1 callersFunctionloadDomains
()
leaderboard/src/app/getting-started/page.tsx:5
↓ 1 callersFunctionloadMatrix
()
leaderboard/src/app/matrix/page.tsx:11
↓ 1 callersFunctionloadModelsConfig
()
leaderboard/src/app/pareto/page.tsx:15
↓ 1 callersFunctionloadParetoData
()
leaderboard/src/app/pareto/page.tsx:39
↓ 1 callersFunctionloadResults
()
leaderboard/src/app/page.tsx:49
↓ 1 callersFunctionloadResults
()
leaderboard/src/app/moltbook/page.tsx:44
↓ 1 callersFunctionload_proposal_from_file
Load a proposal from a local JSON file.
scripts/generate_task_from_proposal.py:67
↓ 1 callersFunctionload_proposal_from_issue
Load a proposal from a GitHub Issue using gh CLI.
scripts/generate_task_from_proposal.py:73
↓ 1 callersFunctionload_schema
Load the task JSON schema.
scripts/validate_all_tasks.py:32
↓ 1 callersMethodload_skills
(self, skills_dir: str)
src/claw_bench/adapters/openclaw.py:450
↓ 1 callersMethodload_skills
(self, skills_dir: str)
src/claw_bench/adapters/base.py:45
↓ 1 callersFunctionload_summary
(model: str)
scripts/analyze_results.py:18
↓ 1 callersFunctionlookup_ip
Return (country_code, country_name) for an IP. Returns ("XX", "Unknown") on failure.
src/claw_bench/server/geoip.py:67
↓ 1 callersFunctionmain
()
scripts/analyze_results.py:23
↓ 1 callersFunctionmain
()
scripts/validate_all_tasks.py:212
↓ 1 callersFunctionmain
()
scripts/rotate-tasks.py:129
↓ 1 callersFunctionmain
()
scripts/generate_task_from_proposal.py:602
↓ 1 callersFunctionmain
()
scripts/enhance_verifiers.py:274
↓ 1 callersFunctionmain
()
scripts/fix_task_bugs.py:228
↓ 1 callersFunctionmain
()
scripts/generate_sample_results.py:325
↓ 1 callersFunctionmain
()
scripts/run_benchmark_50.py:269
↓ 1 callersFunctionmain
()
scripts/run_full_benchmark.py:151
↓ 1 callersFunctionmain
()
tasks/debugging/debug-003/environment/data/processor.py:27
↓ 1 callersFunctionmain
()
tasks/debugging/debug-001/environment/data/buggy.py:21
↓ 1 callersFunctionmain
()
tasks/debugging/debug-004/environment/data/main.py:4
↓ 1 callersFunctionnormalize_task_data
Normalize task.toml into the same shape used by the runtime loader.
scripts/validate_all_tasks.py:97
↓ 1 callersFunctionparse_issue_body
Parse a GitHub Issue body (from the structured form template) into a proposal dict matching the ExpertProposalInput schema.
scripts/generate_task_from_proposal.py:84
↓ 1 callersFunctionprocess_data
(data, output_format)
tasks/debugging/debug-004/environment/data/utils.py:20
↓ 1 callersFunctionprocess_records
(records)
tasks/debugging/debug-003/environment/data/processor.py:16
↓ 1 callersFunctionrefresh_task_registry
Re-scan disk and update VALID_TASK_IDS + domains.json. Safe to call anytime.
src/claw_bench/server/submit_api.py:541
↓ 1 callersFunctionrejectPending
(fn: string)
leaderboard/src/app/admin/page.tsx:382
↓ 1 callersFunctionrejectTask
(genId: string)
leaderboard/src/app/admin/page.tsx:487
↓ 1 callersFunctionrequire_admin
Verify that a token belongs to an admin user. Args: token: The session token to verify. Returns: The authenticated admin Use
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/auth.py:77
↓ 1 callersMethodreset_daily_counters
Call at midnight to reset daily limits.
src/claw_bench/core/resource_monitor.py:149
↓ 1 callersFunctionrestore_tasks
Restore archived tasks from a specific quarter.
scripts/rotate-tasks.py:98
↓ 1 callersFunctionrun_oracle
Run the oracle solution and verifier for a task. Returns (success, details).
scripts/validate_all_tasks.py:144
↓ 1 callersFunctionrun_task_isolated
Run a single task with model-isolated workspace.
scripts/run_benchmark_50.py:31
↓ 1 callersFunctionsaveConfig
(name: string, text: string)
leaderboard/src/app/admin/page.tsx:389
↓ 1 callersFunctionsaveTaskGenModel
(modelId: string)
leaderboard/src/app/admin/page.tsx:269
↓ 1 callersFunctionscoreClass
(score: number)
leaderboard/src/app/moltbook/MoltbookContent.tsx:41
↓ 1 callersFunctionscoreClass
(score: number)
leaderboard/src/app/moltbook/[clawId]/AgentHistoryContent.tsx:21
↓ 1 callersFunctionselectFw
(fw: string)
leaderboard/src/app/compare/CompareContent.tsx:139
↓ 1 callersFunctionselect_for_rotation
Select tasks for rotation, maintaining domain/level balance. Selects approximately `percent`% of tasks, ensuring at least one task from each
scripts/rotate-tasks.py:56
↓ 1 callersFunctionselect_quick_tasks
Select 15 curated tasks for the quick smoke test. Uses the hardcoded QUICK_TASK_IDS list (embedded in code, not external file). Falls back to
src/claw_bench/core/test_tiers.py:72
↓ 1 callersMethodsetup
(self, config: dict)
src/claw_bench/adapters/base.py:26
↓ 1 callersFunctionsign_manifest
Produce an HMAC-SHA256 signature of *manifest_hash* using the identity's key.
src/claw_bench/core/moltbook_registry.py:200
↓ 1 callersFunctionslugify
Convert text to a URL-friendly slug.
scripts/generate_task_from_proposal.py:241
↓ 1 callersMethodstart
Mark the beginning of the timed region.
src/claw_bench/core/metrics.py:33
↓ 1 callersFunctionsubmit_api
Submit results via the public API endpoint. Reads leaderboard.json (preferred) or summary.json, extracts scores, and POSTs to the server's /a
src/claw_bench/submission/uploader.py:138
↓ 1 callersMethodsupports_skills
(self)
src/claw_bench/adapters/openclaw.py:447
↓ 1 callersMethodsupports_skills
(self)
src/claw_bench/adapters/dryrun.py:109
↓ 1 callersMethodsupports_skills
(self)
src/claw_bench/adapters/base.py:42
↓ 1 callersMethodteardown
(self)
src/claw_bench/adapters/openclaw.py:444
↓ 1 callersMethodteardown
(self)
src/claw_bench/adapters/dryrun.py:106
↓ 1 callersMethodteardown
(self)
src/claw_bench/adapters/base.py:40
↓ 1 callersMethodto_dict
Serialize to dictionary.
tasks/code-assistance/code-014-multi-file-refactor/environment/data/app/models.py:54
↓ 1 callersFunctiontoggleAction
(action: string)
leaderboard/src/app/expert-submit/ExpertSubmitContent.tsx:309
↓ 1 callersFunctiontoggleExpertStatus
(un: string, current: string)
leaderboard/src/app/admin/page.tsx:316
↓ 1 callersFunctiontokenize
(text)
tasks/educational-assessment/edu-001-rubric-grading/verifier/test_output.py:80
↓ 1 callersFunctiontriggerGenerate
(proposalId: string)
leaderboard/src/app/admin/page.tsx:404
↓ 1 callersMethodupdate_post
Update a post's fields.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:74
↓ 1 callersMethodupdate_status
(self, task_id: int, status: TaskStatus)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:51
↓ 1 callersFunctionuseStats
()
leaderboard/src/app/HomeHeader.tsx:6
↓ 1 callersFunctionvalidate
()
leaderboard/src/app/expert-submit/ExpertSubmitContent.tsx:319
↓ 1 callersFunctionvalidate_claw_id
Return an error message if *claw_id* is invalid, else ``None``.
src/claw_bench/core/moltbook_registry.py:57
↓ 1 callersFunctionvalidate_email
Validate an email address format. Performs basic regex validation. Does not verify that the email actually exists.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/utils.py:21
↓ 1 callersFunctionvalidate_task_dir
Validate a single task directory. Returns a list of error strings.
scripts/validate_all_tasks.py:113
↓ 1 callersFunctionvalidate_toml_against_schema
Perform basic validation of task data against the JSON schema. This is a lightweight check that does not require jsonschema; it validates req
scripts/validate_all_tasks.py:38
↓ 1 callersFunctionverify_password
Verify a plaintext password against a bcrypt hash.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/auth.py:26
↓ 1 callersFunctionwrite_task_files
Write generated files to disk. Returns list of created file paths.
scripts/generate_task_from_proposal.py:574
FunctionAdminPage
()
leaderboard/src/app/admin/page.tsx:169
FunctionAgentHistoryContent
({ clawId, displayName, framework, model, submitter, history, }: AgentHistoryContentProps)
leaderboard/src/app/moltbook/[clawId]/AgentHistoryContent.tsx:27
FunctionAgentHistoryPage
({ params, }: { params: Promise<{ clawId: string }>; })
leaderboard/src/app/moltbook/[clawId]/page.tsx:54
FunctionBtn
({ children, onClick, variant = "primary", disabled = false }: { children: React.ReactNode; onClick: () => v
leaderboard/src/app/admin/page.tsx:129
FunctionCapabilitiesContent
({ bestPerFw, capabilities, taskCounts }: CapabilitiesContentProps)
leaderboard/src/app/capabilities/CapabilitiesContent.tsx:55
FunctionCapabilitiesPage
()
leaderboard/src/app/capabilities/page.tsx:49
FunctionCompareContent
({ data: initialData }: CompareContentProps)
leaderboard/src/app/compare/CompareContent.tsx:71
FunctionComparePage
()
leaderboard/src/app/compare/page.tsx:50
FunctionDomainTable
({ domains, title, accent, t }: { domains: DomainData[]; title: string; accent: string; t: (key: strin
leaderboard/src/app/domains/DomainsContent.tsx:101
FunctionDomainsContent
({ domains, totals }: DomainsContentProps)
leaderboard/src/app/domains/DomainsContent.tsx:180
FunctionDomainsPage
()
leaderboard/src/app/domains/page.tsx:25
FunctionExpertSubmitContent
()
leaderboard/src/app/expert-submit/ExpertSubmitContent.tsx:189
FunctionExpertSubmitPage
()
leaderboard/src/app/expert-submit/page.tsx:3
FunctionGetUserByEmail
Fetch a user record by email address.
tasks/cross-domain/xdom-002-code-review-report/environment/data/pull_request.py:11
FunctionGettingStartedContent
({ domains }: { domains: DomainInfo[] })
leaderboard/src/app/getting-started/GettingStartedContent.tsx:34
FunctionGettingStartedPage
()
leaderboard/src/app/getting-started/page.tsx:15
FunctionHomeFooter
()
leaderboard/src/app/HomeHeader.tsx:177
← previousnext →401–500 of 7,113, ranked by callers