MCPcopy Create free account

hub / github.com/Claw-AI-Lab/Claw-AI-Lab / functions

Functions3,044 in github.com/Claw-AI-Lab/Claw-AI-Lab

Method_as_dict
(val: Any)
backend/agent/researchclaw/pipeline/code_agent.py:1350
Method_as_dict
(val: Any)
backend/agent/researchclaw/agents/base.py:128
Method_atexit_cleanup
Close all live ACP sessions on interpreter shutdown.
backend/agent/researchclaw/llm/acp_client.py:168
Method_build_aider_fix_cmd
Build Aider CLI command for a sanity fix invocation. All .py files in workspace are editable; GUIDANCE.md, EXPERIMENT_PLAN.yaml, and
backend/agent/researchclaw/pipeline/openhands_bridge.py:1043
Method_check_read
(self, inp: dict[str, Any])
backend/agent/researchclaw/pipeline/claw_engine/tools/permissions.py:106
Method_check_write
(self, inp: dict[str, Any])
backend/agent/researchclaw/pipeline/claw_engine/tools/permissions.py:97
Function_convert_and_protect_link
(m: re.Match[str])
backend/agent/researchclaw/templates/converter.py:1340
Method_data_pairing_patterns
(pairing_name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:945
Function_detect_runtime_issues
Detect NaN/Inf in metrics and extract stderr warnings from sandbox run. Returns a formatted string describing all runtime issues, or empty string
backend/agent/researchclaw/pipeline/executor.py:1280
Method_dir_tree
Generate a directory tree string showing the actual file layout.
backend/agent/researchclaw/pipeline/openhands_bridge.py:252
Function_do_arxiv_disc
()
backend/agent/researchclaw/pipeline/executor.py:2549
Function_execute_citation_verify
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:9401
Function_execute_code_generation
S11 CODE_GENERATION — delegates to the refactored codegen package. The full implementation lives in ``researchclaw.pipeline.codegen``, struct
backend/agent/researchclaw/pipeline/executor.py:3956
Function_execute_codebase_search
Search for reusable codebases based on the experiment plan. Reads exp_plan.yaml, asks LLM to identify relevant GitHub repos or papers-with-co
backend/agent/researchclaw/pipeline/executor.py:3764
Function_execute_experiment_design
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:3207
Function_execute_export_publish
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:8407
Function_execute_iterative_refine
S15 ITERATIVE_REFINE — delegates to the refactored iterative_refine package. The full implementation uses a claw-code agentic turn loop to analyz
backend/agent/researchclaw/pipeline/executor.py:4094
Function_execute_knowledge_archive
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:8188
Function_execute_knowledge_extract
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:2924
Function_execute_knowledge_summary
Summarize experiment findings into the shared knowledge base. Reads analysis, decision, and experiment plan, then produces a structured knowl
backend/agent/researchclaw/pipeline/executor.py:4983
Function_execute_literature_collect
Stage 4: Collect literature — prefer real APIs, fallback to LLM.
backend/agent/researchclaw/pipeline/executor.py:2359
Function_execute_literature_screen
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:2794
Function_execute_paper_draft
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:6504
Function_execute_paper_outline
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:5100
Function_execute_paper_revision
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:7550
Function_execute_peer_review
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:7481
Function_execute_problem_decompose
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:1766
Function_execute_quality_gate
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:7999
Function_execute_research_decision
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:4884
Function_execute_resource_planning
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:4009
Function_execute_result_analysis
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:4143
Function_execute_sanity_check
S12 SANITY_CHECK — delegates to the refactored sanity_check package. The full implementation uses a claw-code agentic turn loop to run smoke
backend/agent/researchclaw/pipeline/executor.py:3982
Function_execute_search_strategy
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:1866
Function_execute_synthesis
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:3000
Function_execute_topic_init
( stage_dir: Path, run_dir: Path, config: RCConfig, adapters: AdapterBundle, *, llm: L
backend/agent/researchclaw/pipeline/executor.py:1678
Function_exploding_open
(path, *args, **kwargs)
backend/agent/tests/test_rc_runner.py:738
Function_extract_selected_repos
Extract repo directory names from codebase_candidates.json that S10 marked as relevant. Returns None (= copy all) if no candidates have relevance
backend/agent/researchclaw/pipeline/executor.py:3920
Function_filter_cite
(m: re.Match[str])
backend/agent/researchclaw/pipeline/executor.py:9386
Function_filter_cite
(m: _re.Match[str])
backend/agent/researchclaw/pipeline/runner.py:608
Method_filter_cite
(m: re.Match[str])
backend/agent/tests/test_v6_improvements.py:118
Method_filter_cite
(m: re.Match[str])
backend/agent/tests/test_v6_improvements.py:497
Function_fix_semicolon_cites
(m_sc: _re.Match[str])
backend/agent/researchclaw/pipeline/executor.py:8788
Method_is_meaningful_runtime_param
(param_name: str, value: Any)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:903
Function_is_ml_domain
Check if the detected domain is ML/AI.
backend/agent/researchclaw/pipeline/executor.py:154
Method_iter_named_entries
(section_name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:888
Function_json_default
(obj)
assets/showcase/quantifying-hallucination/main.py:1060
Method_loss_term_patterns
(term_name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:929
Function_merge_adjacent_cites
(m: _re.Match[str])
backend/agent/researchclaw/pipeline/executor.py:8857
Function_merge_bracket_cites
(m: re.Match[str])
backend/agent/researchclaw/templates/converter.py:152
Method_model_edit_patterns
(edit_name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:959
Method_param_usage_patterns
(param_name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:912
Function_primary_metric
(r: dict[str, Any])
backend/agent/researchclaw/pipeline/executor.py:965
Function_probe
(name: str, url: str)
backend/agent/researchclaw/pipeline/executor.py:2157
Function_probe_one
Probe a single endpoint. Returns (name, reachable, latency_ms).
backend/agent/researchclaw/web/connectivity.py:51
Function_protect
(m: re.Match[str])
backend/agent/researchclaw/templates/converter.py:1317
Function_replace_cite
(m: _re.Match[str])
backend/agent/researchclaw/pipeline/executor.py:8846
Function_replace_in_section
(m: _re_fab.Match)
backend/agent/researchclaw/pipeline/executor.py:8659
Function_replace_latex
(m: re.Match[str])
backend/agent/researchclaw/literature/verify.py:923
Function_replace_markdown_multi
(m: re.Match[str])
backend/agent/researchclaw/literature/verify.py:935
Function_replace_multi_cite
(m: _re.Match[str])
backend/agent/researchclaw/pipeline/executor.py:8832
Function_replace_num
(m: _re_san.Match[str])
backend/agent/researchclaw/pipeline/executor.py:8375
Function_replacer
(match: re.Match[str])
backend/agent/researchclaw/prompts.py:60
Function_reset_circuit_breaker
Reset circuit breaker state (for tests).
backend/agent/researchclaw/literature/semantic_scholar.py:63
Function_rounder
(m: re.Match[str])
backend/agent/researchclaw/templates/converter.py:270
Method_runtime_hook_patterns
(hook_name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:976
Function_sanitize_section
(sec_match: _re_fab.Match)
backend/agent/researchclaw/pipeline/executor.py:8654
Function_sanitize_table
(match: _re_san.Match[str])
backend/agent/researchclaw/pipeline/executor.py:8349
Method_score
(b: dict[str, Any])
backend/agent/researchclaw/agents/benchmark_agent/selector.py:99
Function_shorten_label
Shorten a condition label for tick marks (e.g. 'spectral_adaptive_manipulation' → 'Spectral Adapt. Manip.').
backend/agent/researchclaw/agents/figure_agent/codegen.py:34
Function_single_judge_call
Make a single PRM judge call and parse the score.
backend/agent/researchclaw/metaclaw_bridge/prm_gate.py:61
Function_stage_sort_key
(p: Path)
backend/agent/researchclaw/pipeline/executor.py:339
Function_stash_code
(m: re.Match[str])
backend/agent/researchclaw/templates/converter.py:900
Function_stash_dollar_math
Convert $$...$$ to \\begin{equation}...\\end{equation}.
backend/agent/researchclaw/templates/converter.py:884
Function_stash_math
(m: re.Match[str])
backend/agent/researchclaw/templates/converter.py:879
Method_symbol_is_called
(name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:926
Method_symbol_is_defined
(name: str)
backend/agent/researchclaw/pipeline/codegen/turn_loop.py:923
Function_topic_constraint_block
Return a hard constraint instruction that anchors paper content to the topic. Prevents the common LLM failure mode of drifting off-topic or p
backend/agent/researchclaw/pipeline/executor.py:1255
Methodactionable_fixes
(self)
backend/agent/researchclaw/health.py:42
Functionadapters
()
backend/agent/tests/test_rc_runner.py:37
Functionadapters
()
backend/agent/tests/test_rc_executor.py:74
Methodall_entries
(self)
backend/services/result_registry.py:109
Methodallocate
(self, project_id: str)
backend/services/agent_bridge.py:741
Methodalways_fail
(acpx: str, prompt: str)
backend/agent/tests/test_ssh_and_colab_sandbox.py:478
Functionauto_fix_unbound_locals
Programmatically fix UnboundLocalError patterns. For each variable assigned only inside an if-branch but used later, insert ``var = None`` be
backend/agent/researchclaw/experiment/validator.py:833
Methodavailable
Check if Google Scholar is reachable (cached).
backend/agent/researchclaw/web/scholar.py:113
Methodavailable
True when an API key is configured.
backend/agent/researchclaw/web/exa_search.py:68
Methodbackend
(self)
backend/agent/researchclaw/web/pdf_extractor.py:75
Functionbad_executor
( _stage_dir: Path, _run_dir: Path, _config: RCConfig, _adapters: AdapterBundl
backend/agent/tests/test_rc_executor.py:364
Methodbaselines
(self)
backend/agent/tests/test_benchmark_agent.py:215
Functionbatch_fetch_papers
Batch fetch paper details via POST /graph/v1/paper/batch. Accepts S2 paper IDs, arXiv IDs (prefixed ``ARXIV:``), or DOIs. Returns parsed pape
backend/agent/researchclaw/literature/semantic_scholar.py:271
Methodbenchmarks
(self)
backend/agent/tests/test_benchmark_agent.py:200
Functionboom
(_config: RCConfig)
backend/agent/tests/test_rc_executor.py:541
Methodcan_handle
(self, ctx: CodegenContext, config: RCConfig)
backend/agent/researchclaw/pipeline/codegen/strategies/claw_agent.py:41
Methodcan_handle
(self, ctx: CodegenContext, config: RCConfig)
backend/agent/researchclaw/pipeline/codegen/strategies/fallback.py:28
Methodchat
(self, messages, *, system=None, max_tokens=None, temperature=None, json_mode=False)
backend/agent/tests/test_figure_agent.py:37
Methodchat
(self, messages, **kwargs)
backend/agent/tests/test_figure_agent.py:790
Methodchat
(self, messages, **kwargs)
backend/agent/tests/test_benchmark_agent.py:39
Methodchat
(self, messages, *, system=None, max_tokens=None, temperature=None, json_mode=False, **kwargs)
backend/agent/tests/test_decision_agent.py:56
Methodchat
(self, messages: list[dict[str, str]], **kwargs: object)
backend/agent/tests/test_rc_executor.py:24
Methodchat
(self, messages, **kwargs)
backend/agent/tests/test_rc_executor.py:1751
← previousnext →1,401–1,500 of 3,044, ranked by callers