Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claw-bench/claw-bench
/ functions
Functions
7,113 in github.com/claw-bench/claw-bench
⨍
Functions
7,113
◇
Types & classes
369
↳
Endpoints
89
Method
get_overdue_tasks
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:61
Function
get_post
Get a post by ID.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/routes.py:71
Function
get_product
Retrieve a product by ID. Args: product_id: The product's unique identifier. Returns: The Product object if found, None othe
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/database.py:100
Function
get_products
GET /api/products - List products. Args: category: Optional category filter. Returns: Response dict with 'products' list and
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/api.py:53
Method
get_project_summary
(self, project_id: int)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/api.py:57
Method
get_project_summary
(self, project_id: int)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:92
Function
get_proposal_status
Expert checks the status of their proposal (generating/ready/revision/confirmed).
src/claw_bench/server/admin.py:729
Function
get_public_config
Public read-only access to config files (domains, models, capabilities).
src/claw_bench/server/app.py:82
Method
get_report
Fetch a report by ID.
tasks/security/sec-001-detect-hardcoded-credentials/environment/data/api_client.py:23
Function
get_result
Get specific framework/model result.
src/claw_bench/server/app.py:113
Function
get_stats
Return dynamic task/domain counts from domains.json.
src/claw_bench/server/app.py:69
Function
get_task_gen_models
Return available models and the currently active one.
src/claw_bench/server/task_generator.py:560
Method
get_tasks_by_user
(self, user_id: int)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/service.py:58
Function
get_uppercased
Return a list of uppercased strings.
tasks/code-assistance/code-006-refactor-comprehensions/environment/data/process.py:13
Function
get_user
Retrieve a user by ID. Args: user_id: The user's unique identifier. Returns: The User object if found, None otherwise.
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/database.py:56
Function
get_user
Get a user by ID.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/routes.py:41
Method
get_user
Retrieve a user by ID.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:33
Function
get_user_by_id
Fetch a user by their ID — SAFE (parameterized).
tasks/security/sec-004-sql-injection-detection/environment/data/queries.py:11
Method
get_user_jobs
(self, user_id: str)
src/claw_bench/core/queue.py:209
Function
get_users
GET /api/users - List all users. Args: auth_token: Authentication token from request header. active_only: Query parameter to filt
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/api.py:14
Function
get_weather_data
Fetch weather data using a public API.
tasks/security/sec-001-detect-hardcoded-credentials/environment/data/api_client.py:38
Method
get_workspace_state
(self)
src/claw_bench/adapters/dryrun.py:95
Method
get_workspace_state
(self)
src/claw_bench/adapters/base.py:34
Method
get_workspace_state
(self)
tests/integration/test_full_pipeline.py:77
Method
get_workspace_state
(self)
tests/unit/test_adapters.py:65
Method
get_workspace_state
(self)
tests/unit/test_runner_edge_cases.py:41
Function
getting_started
(workspace)
tasks/cross-domain/xdom-012-automated-docs-generator/verifier/test_output.py:29
Function
greet
Return a greeting string.
tasks/code-assistance/code-004-fix-syntax-errors/environment/data/broken.py:4
Function
handleCopy
()
leaderboard/src/app/HomeHeader.tsx:26
Function
handle_task
Replace this with your real agent logic. This example uses OpenAI's API to process the task. Your real Claw product would use its own agent r
examples/minimal-agent-server.py:43
Function
hasRealSubScores
(row: BenchResultData)
leaderboard/src/app/LeaderboardTable.tsx:81
Function
has_pair_with_sum
(numbers, target)
tasks/debugging/debug-005/environment/data/slow_search.py:32
Function
hash_password
Hash a password for storage.
tasks/cross-domain/xdom-008-security-audit-remediation/environment/data/auth.py:10
Function
health
()
src/claw_bench/server/app.py:58
Function
health
()
examples/minimal-agent-server.py:38
Function
history
Show score progression for a MoltBook identity.
src/claw_bench/cli/moltbook.py:223
Function
html
(workspace)
tasks/document-editing/doc-002-markdown-to-html/verifier/test_output.py:15
Function
html_content
(workspace)
tasks/multimodal/mm-012-html-report-from-mixed-sources/verifier/test_output.py:15
Function
incident_report
(workspace)
tasks/cross-domain/xdom-004-log-to-alert/verifier/test_output.py:25
Function
incidents
Load and return the security incidents JSON.
tasks/security/sec-007-log-forensics/verifier/test_output.py:16
Function
index
(workspace)
tasks/cross-domain/xdom-012-automated-docs-generator/verifier/test_output.py:36
Function
index_recs
(workspace)
tasks/database/db-005/verifier/test_output.py:46
Function
init_cmd
Initialize a new benchmark workspace with recommended structure.
src/claw_bench/cli/init.py:14
Function
input_text
Read the input text.
tasks/workflow-automation/wfl-002-sequential-task-execution/verifier/test_output.py:24
Function
input_text
Read the input text.
tasks/workflow-automation/wfl-001-conditional-file-processing/verifier/test_output.py:24
Function
instructions
(workspace)
tasks/real-tools/tool-001/verifier/test_output.py:28
Function
invoice_md
Read and return the generated invoice.md contents.
tasks/document-editing/doc-018-invoice-generator/verifier/test_output.py:16
Function
itinerary
Read and return the itinerary.json contents.
tasks/cross-domain/xdom-017-travel-itinerary/verifier/test_output.py:16
Function
job_results
Get the jobs array from the execution log.
tasks/workflow-automation/wfl-004-retry-with-backoff/verifier/test_output.py:24
Function
jobs_input
Load the original jobs input.
tasks/workflow-automation/wfl-004-retry-with-backoff/verifier/test_output.py:31
Method
key_str
(self)
src/claw_bench/core/cache.py:30
Function
links
(workspace)
tasks/web-browsing/web-011-html-link-extractor/verifier/test_output.py:15
Function
links_data
(workspace)
tasks/web-browsing/web-001-extract-links/verifier/test_output.py:15
Method
list_all
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:39
Method
list_all
(self)
tasks/multimodal/mm-007-architecture-doc/environment/data/project/repository.py:62
Function
list_all_invite_codes
List all invite codes (admin only).
src/claw_bench/server/admin.py:609
Function
list_cmd
List all registered MoltBook identities.
src/claw_bench/cli/moltbook.py:143
Function
list_comments
List all comments for a post.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/routes.py:122
Function
list_expert_proposals
List all expert proposals (admin only).
src/claw_bench/server/admin.py:838
Function
list_experts
List all expert accounts (admin only).
src/claw_bench/server/admin.py:561
Function
list_generated_tasks
List all generated tasks (for admin review dashboard).
src/claw_bench/server/task_generator.py:630
Function
list_moltbook_agents
(_: str = Depends(verify_admin))
src/claw_bench/server/admin.py:202
Function
list_my_invite_codes
List invite codes created by the current expert.
src/claw_bench/server/admin.py:551
Function
list_orders
List orders, optionally filtered by user. Args: user_id: If provided, return only orders for this user. Returns: List of Ord
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/database.py:160
Function
list_pending
(_: str = Depends(verify_admin))
src/claw_bench/server/admin.py:249
Function
list_posts
List posts with optional status filter.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/routes.py:81
Function
list_products
List products, optionally filtered by category. Args: category: If provided, filter products by this category. Returns: List
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/database.py:112
Function
list_results
(_: str = Depends(verify_admin))
src/claw_bench/server/admin.py:115
Function
list_skills_gain
(_: str = Depends(verify_admin))
src/claw_bench/server/admin.py:171
Function
list_users
List all users.
tasks/security/sec-015-full-security-assessment/environment/data/app.py:21
Function
list_users
List all users, optionally filtering by active status. Args: active_only: If True, return only active users. Returns: List o
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/database.py:68
Function
list_users
List all users with pagination.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/routes.py:51
Method
list_users
List users with pagination.
tasks/multimodal/mm-007-architecture-doc/environment/data/project/services.py:37
Function
load_config
Load configuration from YAML string.
tasks/cross-domain/xdom-008-security-audit-remediation/environment/data/utils.py:7
Method
load_csv
Load data from a CSV file. Reads the CSV file and returns a list of dictionaries where each dictionary represents a row with column h
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:27
Method
load_json
Load data from a JSON file. Parses the JSON file and returns the resulting Python object. Supports both JSON arrays and objects at th
tasks/multimodal/mm-003-code-doc-extraction/environment/data/data_processor.py:44
Method
load_skills
(self, skills_dir: str)
tests/integration/test_full_pipeline.py:94
Function
load_user_preferences
Load user preferences from stored bytes.
tasks/cross-domain/xdom-002-code-review-report/environment/data/pull_request.py:24
Function
login
Authenticate user.
tasks/security/sec-015-full-security-assessment/environment/data/app.py:45
Function
login
Authenticate a user and create a session. Args: email: User's email address. password: User's password. Returns: A s
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/auth.py:19
Function
logout
Invalidate a session token. Args: token: The session token to invalidate. Returns: True if session was found and removed, Fa
tasks/cross-domain/xdom-012-automated-docs-generator/environment/data/auth.py:41
Function
main
Claw Bench — AI Agent Framework Evaluation Benchmark.
src/claw_bench/cli/main.py:33
Function
makefile_content
(makefile_path)
tasks/real-tools/tool-004/verifier/test_output.py:22
Function
makefile_path
(workspace)
tasks/real-tools/tool-004/verifier/test_output.py:17
Function
makefile_targets
Extract target names from Makefile.
tasks/real-tools/tool-004/verifier/test_output.py:28
Function
mapping
(workspace)
tasks/cross-domain/xdom-011-data-migration-plan/verifier/test_output.py:16
Function
meeting
Load and return the meeting.json contents.
tasks/calendar/cal-001-create-meeting/verifier/test_output.py:16
Function
meeting_notes
Read and parse the generated meeting_notes.json.
tasks/communication/comm-011-meeting-notes-formatter/verifier/test_output.py:16
Function
meetings
(optimized)
tasks/calendar/cal-014-weekly-schedule-optimization/verifier/test_output.py:25
Function
meetings_by_id
(meetings)
tasks/calendar/cal-014-weekly-schedule-optimization/verifier/test_output.py:30
Function
meetings_by_id
(updated_calendar)
tasks/calendar/cal-008-batch-invite-participants/verifier/test_output.py:24
Function
meetings_by_id
(updated_calendar)
tasks/calendar/cal-005-change-meeting-time/verifier/test_output.py:25
Function
meetings_by_id
(converted)
tasks/calendar/cal-007-timezone-conversion/verifier/test_output.py:25
Function
meetings_by_id
Return meetings indexed by id.
tasks/calendar/cal-004-set-reminder/verifier/test_output.py:25
Function
merge_dicts
Merge two dictionaries, with override taking precedence.
tasks/code-assistance/code-003-add-type-annotations/environment/data/utils.py:22
Function
merged
(workspace)
tasks/calendar/cal-012-calendar-merge/verifier/test_output.py:16
Function
merged
(workspace)
tasks/communication/comm-002-contact-list/verifier/test_output.py:15
Function
merged_lines
Read and return the lines from merged.txt.
tasks/file-operations/file-005-merge-files/verifier/test_output.py:15
Function
merged_rows
(workspace)
tasks/data-analysis/data-010/verifier/test_output.py:15
Function
merged_txt
Read and return the generated merged.txt contents.
tasks/document-editing/doc-014-document-merger/verifier/test_output.py:16
← previous
next →
801–900 of 7,113, ranked by callers