Repository Analysis

bojieli/ai-agent-book

《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码

8.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of bojieli/ai-agent-book, a Python project with 29,656 GitHub stars. SynthScan v2.0 examined 2,473,388 lines of code across 5854 source files, recording 12175 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 8.0 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

8.0
Adjusted Score
8.0
Raw Score
100%
Time Factor
2026-08-02
Last Push
29.7K
Stars
Python
Language
2.5M
Lines of Code
5.9K
Files
12.2K
Pattern Hits
2026-08-02
Scan Date
0.12
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 30HIGH 665MEDIUM 3088LOW 8392

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 12175 distinct pattern matches across 26 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers2201 hits · 2231 pts
SeverityFileLineSnippetContext
LOW…apter8/self-evolution-eval/test_campaign_statistics.py7 def test_repeated_run_statistics_report_t_interval(self):CODE
LOWchapter8/self-evolution-eval/test_longitudinal.py13 def test_evolving_agent_transfers_updates_and_retains(self):CODE
LOWchapter8/self-evolution-eval/test_longitudinal.py20 def test_append_only_agent_cannot_replace_changed_rule(self):CODE
LOWchapter8/self-evolution-eval/test_longitudinal.py26 def test_static_agent_does_not_look_like_continual_learning(self):CODE
LOWchapter8/self-evolution-eval/test_longitudinal.py31 def test_all_four_phases_are_reported(self):CODE
LOWchapter8/self-evolution-eval/test_longitudinal.py36 def test_replacement_and_update_activation_are_separate_metrics(self):CODE
LOW…er8/self-evolution-eval/test_real_campaign_evidence.py9def test_canonical_repeated_real_model_campaign_closes_all_gates():CODE
LOW…ter8/self-evolution-eval/test_null_rubric_dimension.py7def test_null_rubric_dimension_coerced():CODE
LOW…ter8/self-evolution-eval/test_null_rubric_dimension.py18def test_missing_dimension_still_zero():CODE
LOW…ter8/self-evolution-eval/test_null_rubric_dimension.py22def test_empty_string_score_rejected():CODE
LOWchapter8/self-evolving-tools/test_search_null_fields.py6def test_search_null_name_or_description():CODE
LOWchapter8/self-evolving-tools/test_search_null_fields.py17def test_get_tool_non_dict_json():CODE
LOW…pter8/self-evolving-tools/test_tool_result_bad_json.py8def test_malformed_tool_result_returns_error_dict():CODE
LOW…pter8/self-evolving-tools/test_tool_result_bad_json.py24def test_valid_tool_result_still_succeeds():CODE
LOW…er8/self-evolving-tools/test_web_search_num_results.py18def test_num_results_null_falls_back(monkeypatch):CODE
LOW…er8/self-evolving-tools/test_web_search_num_results.py26def test_num_results_garbage_string_falls_back(monkeypatch):CODE
LOW…er8/self-evolving-tools/test_web_search_num_results.py33def test_num_results_normal_still_clamped(monkeypatch):CODE
LOW…lf-evolving-tools/test_normalize_schema_bare_object.py6def test_bare_object_type_stays_empty_properties():CODE
LOW…lf-evolving-tools/test_normalize_schema_bare_object.py13def test_object_with_required_keeps_required_not_as_property():CODE
LOW…lf-evolving-tools/test_normalize_schema_bare_object.py21def test_object_with_properties_unchanged():CODE
LOW…lf-evolving-tools/test_normalize_schema_bare_object.py30def test_properties_only_still_gets_object_type():CODE
LOW…lf-evolving-tools/test_normalize_schema_bare_object.py37def test_plain_property_map_still_wrapped():CODE
LOW…lf-evolving-tools/test_normalize_schema_bare_object.py44def test_object_retains_extra_metadata():CODE
LOWchapter8/self-modifying-agent/test_real_evidence.py9def test_canonical_real_coding_agent_evidence_closes_all_gates():CODE
LOWchapter8/self-modifying-agent/run_experiment_8_5.py35def _manifest_fields_complete(manifest: dict[str, Any]) -> bool:CODE
LOWchapter8/self-modifying-agent/evolution.py173def generate_rejected_control(stable_source: str, diagnosis: Dict[str, Any]) -> Dict[str, Any]:STRING
LOWchapter8/self-modifying-agent/test_evolution.py24 def test_diagnosis_selects_control_code_not_prompt(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py30 def test_candidate_stops_permanent_error_and_keeps_temporary_retry(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py36 def test_behavior_metrics_are_evaluated_in_sandbox(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py42 def test_release_manifest_keeps_rollback_and_stable_source(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py49 def test_regression_failure_rejects_candidate(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py54 def test_bad_fix_is_retained_with_concrete_rejection_reason(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py62 def test_manifest_contains_change_contract_canary_and_rollback(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py73 def test_degenerate_candidate_is_rejected_without_crashing(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py85 def test_candidate_exception_is_rejected_without_crashing(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py95 def test_unsafe_candidate_is_not_executed_during_validation(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py111 def test_builtins_open_bypass_is_confined_to_container(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py127 def test_nonterminating_candidate_fails_closed(self):CODE
LOWchapter8/self-modifying-agent/test_evolution.py134 def test_candidate_has_no_network_access(self):CODE
LOWchapter8/self-modifying-agent/test_candidate_sandbox.py8 def test_docker_command_enforces_isolation_and_resource_limits(self):CODE
LOWchapter8/self-modifying-agent/test_candidate_sandbox.py30 def test_oversized_source_is_rejected_before_docker_starts(self):CODE
LOWchapter8/self-modifying-agent/test_candidate_sandbox.py36 def test_malformed_unicode_is_rejected_before_docker_starts(self):CODE
LOW…onomous-20260802-v2/raw/hermes-acceptance-review-4.txt98 ┊ 💻 $ python3 - <<'PY' from agent.agent_runtime_helpers import convert_to_trajectory_format class A: def _formCODE
LOW…onomous-20260802-v2/raw/hermes-review-autonomous-1.txt59 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('tests/agent/test_trajectory.py') s=p.read_text() s=s.rCODE
LOW…onomous-20260802-v2/raw/hermes-review-autonomous-1.txt61 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('tests/agent/test_trajectory.py') s=p.read_text() s=s.rCODE
LOW…onomous-20260802-v2/raw/hermes-review-autonomous-1.txt63 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('agent/trajectory.py') s=p.read_text() s=s.replace('impCODE
LOW…6luna-autonomous-20260802-v2/raw/hermes-transcript.txt138 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('tests/agent/test_trajectory.py') p.write_text('''"""BeCODE
LOW…6luna-autonomous-20260802-v2/raw/hermes-transcript.txt151 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('agent/trajectory.py') s=p.read_text() needle='logger =CODE
LOW…gpt56luna-20260802-v1/raw/hermes-review-transcript.txt61 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('agent/model_status_context.py') s=p.read_text() s += 'CODE
LOW…gpt56luna-20260802-v1/raw/hermes-review-transcript.txt73 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('tests/agent/test_model_status_context.py') s=p.read_teCODE
LOW…t56luna-20260802-v1/raw/hermes-review-2-transcript.txt74 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('agent/model_status_context.py') s=p.read_text() needleCODE
LOW…hermes-gpt56luna-20260802-v1/raw/hermes-transcript.txt220 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('tests/agent/test_model_status_context.py') p.write_texCODE
LOWchapter8/prompt-distillation/run_experiment_7_8.py509def summarize_retained_teacher_receipts(run_dir: Path) -> dict[str, Any]:CODE
LOWchapter8/prompt-distillation/test_experiment_7_8.py14def test_parse_label_is_strict():CODE
LOWchapter8/prompt-distillation/test_experiment_7_8.py21def test_cost_uses_uncached_cached_and_output_rates():CODE
LOWchapter8/prompt-distillation/test_experiment_7_8.py33def test_stable_sample_maps_out_of_scope_languages_to_other():CODE
LOWchapter8/prompt-distillation/test_experiment_7_8.py44def test_sft_rows_expose_only_raw_text_to_student():CODE
LOW…8/prompt-distillation/test_evaluate_none_pred_label.py22def test_parse_language_label_returns_none_for_prose():CODE
LOW…8/prompt-distillation/test_evaluate_none_pred_label.py26def test_format_pred_label_none_is_displayable():CODE
LOW…8/prompt-distillation/test_evaluate_none_pred_label.py36def test_format_pred_label_keeps_real_codes():CODE
2141 more matches not shown…
Excessive Try-Catch Wrapping2162 hits · 2231 pts
SeverityFileLineSnippetContext
LOWbook-zhtw/gen_cover.py51 except Exception as e:CODE
LOWbook-ta/translate_to_tamil.py319 except Exception as exc: # noqa: BLE001 - surface after retriesCODE
LOWbook-ta/translate_to_tamil.py613 except Exception as exc: # noqa: BLE001CODE
LOWbook-ta/gen_cover.py51 except Exception as e:CODE
LOWbook-tr/gen_cover.py51 except Exception as e:CODE
LOWbook-es/gen_cover.py48 except Exception as e:CODE
LOWbook-es/gen_cover.py62 except Exception as fallback_err:CODE
LOWbook-id/gen_cover.py51 except Exception as e:CODE
LOWbook-en/gen_cover.py51 except Exception as e:CODE
LOWchapter8/self-evolving-tools/tool_manager.py140 except Exception: # noqa: BLE001CODE
LOWchapter8/self-evolving-tools/tool_manager.py151 except Exception: # noqa: BLE001CODE
LOWchapter8/self-evolving-tools/base_tools.py70 except Exception as e: # noqa: BLE001CODE
LOWchapter8/self-evolving-tools/base_tools.py122 except Exception as e: # noqa: BLE001CODE
LOWchapter8/self-evolving-tools/base_tools.py173 except Exception as e: # noqa: BLE001CODE
LOWchapter8/self-modifying-agent/evolution.py224 except Exception:STRING
LOWchapter8/self-modifying-agent/sandbox_runner.py49 except Exception:CODE
LOWchapter8/self-modifying-agent/sandbox_runner.py100 except Exception:CODE
LOWchapter8/self-modifying-agent/sandbox_runner.py114 except Exception:CODE
LOWchapter8/prompt-distillation/run_experiment_7_8.py276 except Exception as exc: # noqa: BLE001STRING
LOWchapter8/prompt-distillation/compare.py63 except Exception as exc: # noqa: BLE001CODE
LOWchapter8/prompt-distillation/compare.py71 except Exception as exc: # noqa: BLE001CODE
LOWchapter8/browser-use-rpa/test_validation.py118 except Exception as e:CODE
LOWchapter8/browser-use-rpa/test_validation.py161 except Exception as e:CODE
LOWchapter8/browser-use-rpa/test_validation.py206 except Exception as e:CODE
LOWchapter8/browser-use-rpa/test_validation.py250 except Exception as e:CODE
LOWchapter8/browser-use-rpa/test_validation.py285 except Exception as e:CODE
LOWchapter8/browser-use-rpa/test_validation.py348 except Exception as e:CODE
LOWchapter8/browser-use-rpa/demo_email.py137 except Exception as e:CODE
LOWchapter8/browser-use-rpa/demo_email.py202 except Exception as e:CODE
LOW…pter8/browser-use-rpa/learning_agent/knowledge_base.py143 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py135 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py151 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py270 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py280 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py303 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py144 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py244 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py278 except Exception as e:CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py562 except Exception as e:CODE
LOW…-use/tests/ci/test_browser_event_NavigateToUrlEvent.py102 except Exception as e:CODE
LOW…/browser-use-rpa/browser-use/tests/ci/test_registry.py1004 except Exception as e:CODE
LOW…/browser-use-rpa/browser-use/tests/ci/test_registry.py1016 except Exception as e:CODE
LOW…/browser-use-rpa/browser-use/tests/ci/test_registry.py1028 except Exception as e:CODE
LOW…/browser-use-rpa/browser-use/tests/ci/test_registry.py1065 except Exception as e:CODE
LOW…-use-rpa/browser-use/tests/ci/test_sync_client_auth.py966 except Exception:CODE
LOW…tests/ci/test_browser_event_GetDropdownOptionsEvent.py668 except Exception as e:CODE
LOW…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py197 except Exception:CODE
LOW…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py208 except Exception:CODE
LOW…wser-use/tests/ci/test_browser_watchdog_screenshots.py265 except Exception as e:CODE
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py84 except Exception as browser_error:CODE
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py97 except Exception as agent_error:CODE
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py116 except Exception as llm_error:CODE
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py166 except Exception as e:STRING
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py170 except Exception:STRING
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py248 except Exception as e:CODE
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py335 except Exception as e:CODE
LOW…e/tests/ci/test_registry_action_parameter_injection.py254 except Exception as e:CODE
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py51 except Exception:CODE
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py98 except Exception:CODE
LOW…pa/browser-use/tests/ci/test_browser_watchdog_crash.py81 except Exception:CODE
2102 more matches not shown…
Decorative Section Separators629 hits · 1944 pts
SeverityFileLineSnippetContext
MEDIUMmkdocs.yml54 # ── Navigation ──────────────────────────────────────────────COMMENT
MEDIUMmkdocs.yml74 # ── Table of contents (right sidebar) ──────────────────────COMMENT
MEDIUMmkdocs.yml76 # ── Content ─────────────────────────────────────────────────COMMENT
MEDIUMmkdocs.yml83 # ── Search ─────────────────────────────────────────────────COMMENT
MEDIUMpyproject.toml34# ---------------------------------------------------------------------------COMMENT
MEDIUMpyproject.toml58# ---------------------------------------------------------------------------COMMENT
MEDIUMpyproject.toml297# ---------------------------------------------------------------------------COMMENT
MEDIUMpyproject.toml299# ---------------------------------------------------------------------------COMMENT
MEDIUMbook-zhtw/gen_cover.py21# ── The prompt ────────────────────────────────────────────────────────────COMMENT
MEDIUMbook-zhtw/gen_cover.py60# ── Alternative providers (uncomment / adapt the one you use) ───────────────COMMENT
MEDIUMbook-ta/gen_cover.py21# ── The prompt ────────────────────────────────────────────────────────────COMMENT
MEDIUMbook-ta/gen_cover.py60# ── Alternative providers (uncomment / adapt the one you use) ───────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py50# ──────────────────────── fig4-1 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py126# ──────────────────────── fig4-2 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py195# ──────────────────────── fig4-3 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py272# ──────────────────────── fig4-4 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py351# ──────────────────────── fig4-5 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py434# ──────────────────────── fig4-6 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py509# ──────────────────────── fig4-7 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py582# ──────────────────────── fig4-8 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py653# ──────────────────────── fig4-9 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py739# ──────────────────────── fig4-10 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py818# ──────────────────────── fig4-11 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py897# ──────────────────────── fig4-12 (Voyager, was fig4_voyager) ────────COMMENT
MEDIUMbook-tr/gen_ch4_figs.py968# ──────────────────────── main ────────────────────────COMMENT
MEDIUMbook-tr/svg_lib.py57# ── Text width estimation ──────────────────────────────────────────────COMMENT
MEDIUMbook-tr/svg_lib.py184# ── In-place overflow correction ───────────────────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py593# ──────────────────────── fig5-7 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py36# ──────────────────────── fig5-1 (NEW: OpenClaw arch) ──────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py130# ──────────────────────── fig5-2 (was fig5-1) ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py220# ──────────────────────── fig5-3 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py285# ──────────────────────── fig5-3 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py387# ──────────────────────── fig5-4 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py475# ──────────────────────── fig5-5 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py689# ──────────────────────── fig5-8 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py784# ──────────────────────── fig5-6 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py895# ──────────────────────── fig5-9 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py983# ──────────────────────── fig5-10 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch5_figs.py1079# ──────────────────────── main ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py34# ──────────────────────── Helpers ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py43# ──────────────────────── fig3-1 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py108# ──────────────────────── fig3-2 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py167# ──────────────────────── fig3-3 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py219# ──────────────────────── fig3-4 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py264# ──────────────────────── fig3-5 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py315# ──────────────────────── fig3-6 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py370# ──────────────────────── fig3-7 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py417# ──────────────────────── fig3-8 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py464# ──────────────────────── fig3-9 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py532# ──────────────────────── fig3-10 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py600# ──────────────────────── fig3-11 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py660# ──────────────────────── fig3-12 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py734# ──────────────────────── fig3-13 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py783# ──────────────────────── fig3-14 ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch3_figs.py848# ──────────────────────── Main ────────────────────────COMMENT
MEDIUMbook-tr/gen_ch9_figs.py48# ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMbook-tr/gen_ch9_figs.py50# ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMbook-tr/gen_ch9_figs.py145# ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMbook-tr/gen_ch9_figs.py147# ════════════════════════════════════════════════════════════════════COMMENT
MEDIUMbook-tr/gen_ch9_figs.py213# ════════════════════════════════════════════════════════════════════COMMENT
569 more matches not shown…
Cross-File Repetition371 hits · 1855 pts
SeverityFileLineSnippetContext
HIGHbook-zhtw/gen_cover.py0generate the book cover image with an image-generation model. this is, fittingly, the book eating its own dog food: the STRING
HIGHbook-ta/gen_cover.py0generate the book cover image with an image-generation model. this is, fittingly, the book eating its own dog food: the STRING
HIGHbook-en/gen_cover.py0generate the book cover image with an image-generation model. this is, fittingly, the book eating its own dog food: the STRING
HIGHbook-tr/gen_cover.py0generate the book cover image with an image-generation model. this is, fittingly, the book eating its own dog food: the STRING
HIGHbook-id/gen_cover.py0generate the book cover image with an image-generation model. this is, fittingly, the book eating its own dog food: the STRING
HIGHbook/gen_cover.py0generate the book cover image with an image-generation model. this is, fittingly, the book eating its own dog food: the STRING
HIGHbook-zhtw/gen_cover.py0openai images api. uses gpt-image-1 if available, else dall-e-3.STRING
HIGHbook-ta/gen_cover.py0openai images api. uses gpt-image-1 if available, else dall-e-3.STRING
HIGHbook-tr/gen_cover.py0openai images api. uses gpt-image-1 if available, else dall-e-3.STRING
HIGHbook-es/gen_cover.py0openai images api. uses gpt-image-1 if available, else dall-e-3.STRING
HIGHbook-id/gen_cover.py0openai images api. uses gpt-image-1 if available, else dall-e-3.STRING
HIGHbook-en/gen_cover.py0openai images api. uses gpt-image-1 if available, else dall-e-3.STRING
HIGHbook/gen_cover.py0openai images api. uses gpt-image-1 if available, else dall-e-3.STRING
HIGHbook-tr/svg_lib.py0svg diagram generation library for book illustrations. style: black/white/grayscale for b&w printing. - white (#fff) bacSTRING
HIGHbook-es/svg_lib.py0svg diagram generation library for book illustrations. style: black/white/grayscale for b&w printing. - white (#fff) bacSTRING
HIGHbook-id/svg_lib.py0svg diagram generation library for book illustrations. style: black/white/grayscale for b&w printing. - white (#fff) bacSTRING
HIGHbook-en/svg_lib.py0svg diagram generation library for book illustrations. style: black/white/grayscale for b&w printing. - white (#fff) bacSTRING
HIGHbook-ar/svg_lib.py0svg diagram generation library for book illustrations. style: black/white/grayscale for b&w printing. - white (#fff) bacSTRING
HIGHbook-ru/svg_lib.py0svg diagram generation library for book illustrations. style: black/white/grayscale for b&w printing. - white (#fff) bacSTRING
HIGHbook-tr/svg_lib.py0return true for glyphs that render roughly one full em wide (cjk, kana, circled numbers, geometric shapes, check marks, STRING
HIGHbook-es/svg_lib.py0return true for glyphs that render roughly one full em wide (cjk, kana, circled numbers, geometric shapes, check marks, STRING
HIGHbook-id/svg_lib.py0return true for glyphs that render roughly one full em wide (cjk, kana, circled numbers, geometric shapes, check marks, STRING
HIGHbook-en/svg_lib.py0return true for glyphs that render roughly one full em wide (cjk, kana, circled numbers, geometric shapes, check marks, STRING
HIGHbook-ar/svg_lib.py0return true for glyphs that render roughly one full em wide (cjk, kana, circled numbers, geometric shapes, check marks, STRING
HIGHbook-ru/svg_lib.py0return true for glyphs that render roughly one full em wide (cjk, kana, circled numbers, geometric shapes, check marks, STRING
HIGHbook-tr/svg_lib.py0estimated rendered width of a single line of text, in pixels.STRING
HIGHbook-es/svg_lib.py0estimated rendered width of a single line of text, in pixels.STRING
HIGHbook-id/svg_lib.py0estimated rendered width of a single line of text, in pixels.STRING
HIGHbook-en/svg_lib.py0estimated rendered width of a single line of text, in pixels.STRING
HIGHbook-ar/svg_lib.py0estimated rendered width of a single line of text, in pixels.STRING
HIGHbook-ru/svg_lib.py0estimated rendered width of a single line of text, in pixels.STRING
HIGHbook-tr/svg_lib.py0split a string into wrap units: latin words, single spaces, and single wide chars (each wide char is an independent breaSTRING
HIGHbook-es/svg_lib.py0split a string into wrap units: latin words, single spaces, and single wide chars (each wide char is an independent breaSTRING
HIGHbook-id/svg_lib.py0split a string into wrap units: latin words, single spaces, and single wide chars (each wide char is an independent breaSTRING
HIGHbook-en/svg_lib.py0split a string into wrap units: latin words, single spaces, and single wide chars (each wide char is an independent breaSTRING
HIGHbook-ar/svg_lib.py0split a string into wrap units: latin words, single spaces, and single wide chars (each wide char is an independent breaSTRING
HIGHbook-ru/svg_lib.py0split a string into wrap units: latin words, single spaces, and single wide chars (each wide char is an independent breaSTRING
HIGHbook-tr/svg_lib.py0greedy word-wrap of one logical line to fit avail_w pixels.STRING
HIGHbook-es/svg_lib.py0greedy word-wrap of one logical line to fit avail_w pixels.STRING
HIGHbook-id/svg_lib.py0greedy word-wrap of one logical line to fit avail_w pixels.STRING
HIGHbook-en/svg_lib.py0greedy word-wrap of one logical line to fit avail_w pixels.STRING
HIGHbook-ar/svg_lib.py0greedy word-wrap of one logical line to fit avail_w pixels.STRING
HIGHbook-ru/svg_lib.py0greedy word-wrap of one logical line to fit avail_w pixels.STRING
HIGHbook-tr/svg_lib.py0shrink font_size until the (unwrapped) string fits avail_w.STRING
HIGHbook-es/svg_lib.py0shrink font_size until the (unwrapped) string fits avail_w.STRING
HIGHbook-id/svg_lib.py0shrink font_size until the (unwrapped) string fits avail_w.STRING
HIGHbook-en/svg_lib.py0shrink font_size until the (unwrapped) string fits avail_w.STRING
HIGHbook-ar/svg_lib.py0shrink font_size until the (unwrapped) string fits avail_w.STRING
HIGHbook-ru/svg_lib.py0shrink font_size until the (unwrapped) string fits avail_w.STRING
HIGHbook-tr/svg_lib.py0return (left, right) pixel extent of a text run of width w anchored at x.STRING
HIGHbook-es/svg_lib.py0return (left, right) pixel extent of a text run of width w anchored at x.STRING
HIGHbook-id/svg_lib.py0return (left, right) pixel extent of a text run of width w anchored at x.STRING
HIGHbook-en/svg_lib.py0return (left, right) pixel extent of a text run of width w anchored at x.STRING
HIGHbook-ar/svg_lib.py0return (left, right) pixel extent of a text run of width w anchored at x.STRING
HIGHbook-ru/svg_lib.py0return (left, right) pixel extent of a text run of width w anchored at x.STRING
HIGHbook-tr/svg_lib.py0return svg with over-wide text runs shrunk to fit their box/canvas.STRING
HIGHbook-es/svg_lib.py0return svg with over-wide text runs shrunk to fit their box/canvas.STRING
HIGHbook-id/svg_lib.py0return svg with over-wide text runs shrunk to fit their box/canvas.STRING
HIGHbook-en/svg_lib.py0return svg with over-wide text runs shrunk to fit their box/canvas.STRING
HIGHbook-ar/svg_lib.py0return svg with over-wide text runs shrunk to fit their box/canvas.STRING
311 more matches not shown…
Slop Phrases930 hits · 1822 pts
SeverityFileLineSnippetContext
MEDIUM…ser-use/examples/use-cases/find_influencer_profiles.py39 # you can also use other apis like exa, xAI, perplexity, etc.COMMENT
MEDIUM…ter8/gaia-experience/AWorld/aworld/core/agent/swarm.py145 # Workflow cannot have cycles. For simple loops, you can use `LoopableAgent`.COMMENT
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json3187 "Agent response: 'Your checking account number is 4429853327. You may also need the routing number 123006800CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json3195 "reasoning": "The agent demonstrates excellent proactivity by anticipating that direct deposit setup requires CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json3197 "Agent response: 'You may also need the routing number 123006800 for setting up direct deposit—let me know iCODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json834 "Let me know if you need the routing number (123006800) as well for the direct deposit form"CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json850 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json1098 "Let me know if you need the routing number (123006800) as well for the direct deposit form.",CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json1113 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json1621 "Let me know if you need the routing number (123006800) as well for the direct deposit form."CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json1635 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json1884 "Let me know if you need the routing number (123006800) as well for the setup"CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json1898 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2159 "answer": "Your checking account number is 4429853327. You can use this along with the routing number 123006800 toCODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2384 "Your checking account number is 4429853327. This was confirmed during your account setup on November 15, 20CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2403 "Let me know if you need the routing number (123006800) as well for the direct deposit form."CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2417 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2649 "Agent response: Let me know if you need the routing number (123006800) as well for the direct deposit form.CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2669 "Agent response: Let me know if you need the routing number (123006800) as well for the direct deposit form.CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2684 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json2952 "answer": "Your checking account number is 4429853327. You can use this along with the routing number 123006800 toCODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json3215 "answer": "Your checking account number is 4429853327. You may also need the routing number 123006800 for setting CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json3453 "You can use this for setting up your direct deposit at work. Let me know if you need the routing number as CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json3462 "Let me know if you need the routing number as well (it's 123006800)"CODE
MEDIUM…-system-evaluation/results/live_6_9_matrix_layer1.json3477 "answer": "Your checking account number is 4429853327. You can use this for setting up your direct deposit at workCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json1167 "reasoning": "The agent offers a helpful closing: 'Let me know if you need help filing a claim for any of thesCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json1169 "Agent response: 'Let me know if you need help filing a claim for any of these!'",CODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json1189 "answer": "Your deductibles across insurance policies are as follows: \n\n**Home Insurance**: \n- Standard deducCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json1728 "assistant: Let me know if you need help initiating a claim for any specific policy!",CODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json1744 "answer": "Your deductibles for active insurance policies are as follows: \n\n- **Home Insurance**: $2,500 (for sCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2037 "reasoning": "The agent offers to help file claims ('Let me know if you need help filing a claim for any of thCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2040 "Let me know if you need help filing a claim for any of these!"CODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2054 "answer": "Your deductibles for active insurance policies are as follows: \n\n- **Home Insurance**: $2,500 (updatCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2654 "Let me know if you need help filing a claim for any of these!",CODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2669 "answer": "Your deductibles for each insurance policy are as follows: \n\n- **Auto Insurance**: Both your 2023 TeCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2930 "reasoning": "Offers helpful closing invitation ('Let me know if you need help filing a specific claim!') whicCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2932 "Let me know if you need help filing a specific claim!"CODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json2948 "answer": "Your deductibles for active insurance policies are as follows: \n\n- **Auto Insurance**: $500 deductibCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json3242 "answer": "Your deductibles for active insurance policies are as follows: \n\n**Home Insurance**: \n- Standard dCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json3535 "reasoning": "The agent appropriately offers to help with filing a specific claim ('Let me know if you need heCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json3537 "Let me know if you need help filing a specific claim—happy to guide you through next steps!"CODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json3551 "answer": "Your deductibles for active insurance policies are as follows: \n\n### **Auto Insurance** \n- **ComprCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json3809 "reasoning": "The agent provides a direct answer with the deductible information but fails to ask the criticalCODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json3812 "assistant: Let me know if you need help filing a claim for any of the above!",CODE
MEDIUM…ault_config/layer2_06_multiple_insurance_policies.json3825 "answer": "Your deductibles for active insurance policies are as follows: \n\n- **Home Insurance**: $2,500 (updatCODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json586 "answer": "Your checking account number is 4429853327. You can use this along with the routing number 123006800 toCODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json817 "Agent response: 'Your checking account number is 4429853327... Let me know if you need the routing number (CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json836 "reasoning": "The agent demonstrated excellent proactivity by anticipating the user's need for the routing numCODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json839 "Agent response: 'Let me know if you need the routing number (123006800) as well for the direct deposit formCODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json854 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1098 "Agent response: Let me know if you need the routing number (123006800) as well for the direct deposit form"CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1107 "Agent response: Let me know if you need the routing number (123006800) as well for the direct deposit form"CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1121 "answer": "Your checking account number is 4429853327. This was confirmed during your account setup on November 15CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1375 "reasoning": "The agent demonstrates excellent proactivity by anticipating what the user needs for direct depoCODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1377 "Agent Response: Your checking account number is 4429853327. You can use this along with the routing number CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1391 "answer": "Your checking account number is 4429853327. You can use this along with the routing number 123006800 toCODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1626 "Let me know if you need the routing number as well"CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1635 "Let me know if you need the routing number as well (it's 123006800)"CODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1650 "answer": "Your checking account number is 4429853327. You can use this for setting up direct deposit at work. LetCODE
MEDIUM…kpoints/6_9/default_config/layer1_01_bank_account.json1900 "Agent response: 'You may also need the routing number 123006800 for setting up direct deposit—let me know iCODE
870 more matches not shown…
AI Slop Vocabulary881 hits · 1805 pts
SeverityFileLineSnippetContext
MEDIUMchapter8/prompt-distillation/evaluate.py466 # Save comprehensive results to JSONCOMMENT
LOW…rowser-use/examples/custom-functions/action_filters.py74# Note: page_filter is not directly supported anymore, so we'll just use domainsCOMMENT
MEDIUM…browser-use/examples/browser/playwright_integration.py271 # Use Playwright's robust element selection and text extractionCOMMENT
MEDIUM…r-use-rpa/browser-use/examples/cloud/04_proxy_usage.py291 """Demonstrate comprehensive proxy usage."""STRING
MEDIUM…er-use-rpa/browser-use/examples/cloud/05_search_api.py303 """Demonstrate comprehensive Search API usage."""STRING
LOW…se-rpa/browser-use/browser_use/tools/registry/views.py140 # browser-use code doesn't use this at all, we just pass it down to your actions for convenienceCOMMENT
LOW…/browser-use-rpa/browser-use/browser_use/llm/schema.py102 # No $ref, just return the optimized objectCOMMENT
MEDIUM…owser-use-rpa/browser-use/browser_use/agent/service.py1223 """Log a comprehensive summary of the next action(s)"""STRING
LOW…browser-use-rpa/browser-use/browser_use/agent/views.py290 # If there are no valid sensitive data entries, just return the original valueCOMMENT
LOW…owser-use/browser_use/agent/message_manager/service.py145 # If we have fewer items than the limit, just return all itemsCOMMENT
LOW…owser-use/browser_use/agent/message_manager/service.py404 # If there are no valid sensitive data entries, just return the original valueCOMMENT
LOW…/browser-use-rpa/browser-use/browser_use/mcp/server.py181 # If we can't get parent process info, just return NoneCOMMENT
LOW…/browser-use-rpa/browser-use/browser_use/mcp/client.py514 # Object without properties - just return dictCOMMENT
LOW…ser-use-rpa/browser-use/browser_use/browser/session.py2321 # If cross-origin iframes are disabled, just use the main sessionCOMMENT
MEDIUM…se/browser_use/browser/watchdogs/downloads_watchdog.py814 # Download using JavaScript fetch to leverage browser cacheSTRING
MEDIUM…wser-use/browser_use/browser/watchdogs/dom_watchdog.py265 # Get comprehensive page info from CDP with timeoutCOMMENT
MEDIUM…wser-use/browser_use/browser/watchdogs/dom_watchdog.py463 """Get comprehensive page information using a single CDP call.STRING
MEDIUM…owser_use/browser/watchdogs/default_action_watchdog.py1181 # Execute JavaScript to trigger comprehensive event sequenceCOMMENT
LOW…8/browser-use-rpa/browser-use/browser_use/dom/views.py417 # just pass through shadow rootsCOMMENT
MEDIUM…owser-use-rpa/browser-use/browser_use/actor/element.py944 """Focus element using multiple strategies with robust fallbacks."""STRING
MEDIUM…browser-use-rpa/browser-use/browser_use/actor/mouse.py86 """Scroll the page using robust CDP methods."""STRING
MEDIUM…browser-use/browser_use/actor/playground/playground.py93 # Test element interactions with robust implementationsCOMMENT
MEDIUM…browser-use/browser_use/actor/playground/playground.py102 # Click the link using robust click methodCOMMENT
MEDIUM…wser-use-rpa/browser-use/browser_use/tokens/service.py444 """Log a comprehensive usage summary per model with colors and nice formatting"""STRING
MEDIUMchapter8/gaia-experience/AWorld/setup.py204 """This class is needed in order to create OS specific wheels."""STRING
MEDIUM…gaia-experience/AWorld/tests/memory/multi_turn_task.py26 user_input_1 = """Conduct a comprehensive analysis of the Mem0 memory system (Part 1 of 4):CODE
MEDIUM…gaia-experience/AWorld/tests/memory/multi_turn_task.py45 user_input_2 = """Conduct a comprehensive analysis of the MemoryBank system (Part 2 of 4):STRING
MEDIUM…gaia-experience/AWorld/tests/memory/multi_turn_task.py65 user_input_3 = """Conduct a comprehensive analysis of the MemoryOS system (Part 3 of 4):STRING
MEDIUM…gaia-experience/AWorld/tests/memory/multi_turn_task.py85 user_input_4 = """Conduct a comprehensive analysis of the MemoryAgent system (Part 4 of 4):STRING
LOW…gaia-experience/AWorld/aworld/trace/context_manager.py315 # Formatting failed, so just use the original format string as the message.COMMENT
MEDIUMchapter8/gaia-experience/AWorld/aworld/core/memory.py67USER_PROFILE_EXTRACTION_PROMPT = f"""You are a User Profile Analyst, specialized in extracting comprehensive user profilSTRING
LOW…/aworld/core/context/prompts/string_prompt_template.py158 # If conflicting partial variables, just use the first oneCOMMENT
MEDIUM…/AWorld/examples/gaia/mcp_collections/tools/pubchem.py66 """MCP service for PubChem database access with comprehensive chemical data retrieval.STRING
MEDIUM…AWorld/examples/gaia/mcp_collections/tools/download.py65 """MCP service for file download operations with comprehensive controls.STRING
MEDIUM…AWorld/examples/gaia/mcp_collections/tools/download.py195 """Download file asynchronously with comprehensive error handling.STRING
MEDIUM…AWorld/examples/gaia/mcp_collections/tools/download.py289 """Download a file from a URL with comprehensive options and controls.STRING
MEDIUM…ld/examples/gaia/mcp_collections/intelligence/think.py104 """This tool provides comprehensive reasoning capabilities for:STRING
MEDIUM…ce/AWorld/examples/gaia/mcp_collections/media/audio.py38 """MCP service for comprehensive audio processing using ffmpeg.STRING
MEDIUM…ce/AWorld/examples/gaia/mcp_collections/media/audio.py345 """Extract comprehensive metadata from audio files.STRING
MEDIUM…ce/AWorld/examples/gaia/mcp_collections/media/image.py43 """MCP service for comprehensive image processing and analysis.STRING
MEDIUM…ce/AWorld/examples/gaia/mcp_collections/media/image.py397 """Extract comprehensive metadata from image files.STRING
MEDIUMchapter1/context/run_experiment_1_1.py325 # Contradiction is an empirical outcome, not something the harness canCOMMENT
LOWchapter1/learning-from-experience/rl_agent.py377 # Simplified: just use epsilon-greedy with random selectionCOMMENT
MEDIUMchapter1/search-codegen/validation/latest.json2530 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
LOWchapter1/search-codegen/validation/latest.json2530 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
MEDIUMchapter1/search-codegen/validation/latest.json3066 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took too lCODE
LOWchapter1/search-codegen/validation/latest.json3066 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took too lCODE
MEDIUMchapter1/search-codegen/validation/latest.json5176 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
LOWchapter1/search-codegen/validation/latest.json5176 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
MEDIUM…en/validation/runs/real_20260731T170529Z/evidence.json2530 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
LOW…en/validation/runs/real_20260731T170529Z/evidence.json2530 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
MEDIUM…en/validation/runs/real_20260731T170529Z/evidence.json3066 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took too lCODE
LOW…en/validation/runs/real_20260731T170529Z/evidence.json3066 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took too lCODE
MEDIUM…en/validation/runs/real_20260731T170529Z/evidence.json5176 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
LOW…en/validation/runs/real_20260731T170529Z/evidence.json5176 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
MEDIUM…en/validation/runs/real_20260731T170529Z/receipts.json963 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
LOW…en/validation/runs/real_20260731T170529Z/receipts.json963 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
MEDIUM…/6_9/default_config/layer2_02_multiple_properties.json2473 "evaluation_reasoning": "The agent correctly identifies the critical ambiguity (two properties) but fails to meet CODE
MEDIUM…lt_config/layer3_11_immigration_status_complexity.json1640 "answer": "Based on your situation and prior discussions: \n\n### **Current Legal Status** \nUpon termination, yCODE
MEDIUM…fault_config/layer2_19_investment_market_response.json2017 "answer": "Based on your conversation history, here's your investment portfolio status and how your strategy evolvCODE
821 more matches not shown…
Unused Imports1333 hits · 1290 pts
SeverityFileLineSnippetContext
LOWbook-ta/translate_to_tamil.py28CODE
LOWbook-tr/gen_ch4_figs.py23CODE
LOWbook-tr/gen_ch4_figs.py23CODE
LOWbook-tr/gen_ch4_figs.py23CODE
LOWbook-tr/gen_ch4_figs.py23CODE
LOWbook-tr/gen_ch4_figs.py23CODE
LOWbook-tr/gen_ch4_figs.py23CODE
LOWbook-tr/gen_ch4_figs.py23CODE
LOWbook-tr/gen_ch5_figs.py22CODE
LOWbook-tr/gen_ch5_figs.py22CODE
LOWbook-tr/gen_ch5_figs.py22CODE
LOWbook-tr/gen_ch5_figs.py22CODE
LOWbook-tr/gen_ch5_figs.py22CODE
LOWbook-tr/gen_ch3_figs.py26CODE
LOWbook-tr/gen_ch3_figs.py26CODE
LOWbook-tr/gen_ch3_figs.py26CODE
LOWbook-tr/gen_ch3_figs.py26CODE
LOWbook-tr/gen_ch3_figs.py26CODE
LOWbook-tr/gen_ch3_figs.py26CODE
LOWbook-tr/gen_ch9_figs.py39CODE
LOWbook-tr/gen_ch9_figs.py39CODE
LOWbook-tr/gen_ch9_figs.py39CODE
LOWbook-tr/gen_ch9_figs.py39CODE
LOWbook-tr/gen_ch9_figs.py39CODE
LOWbook-tr/gen_ch9_figs.py39CODE
LOWbook-tr/gen_ch9_figs.py39CODE
LOWbook-tr/gen_ch1_figs.py4CODE
LOWbook-tr/gen_ch8_figs.py11CODE
LOWbook-es/gen_ch4_figs.py7CODE
LOWbook-es/gen_ch5_figs.py7CODE
LOWbook-es/gen_ch1_figs.py4CODE
LOWbook-es/gen_ch8_figs.py8CODE
LOWbook-id/gen_ch4_figs.py20CODE
LOWbook-id/gen_ch4_figs.py20CODE
LOWbook-id/gen_ch4_figs.py20CODE
LOWbook-id/gen_ch4_figs.py20CODE
LOWbook-id/gen_ch4_figs.py20CODE
LOWbook-id/gen_ch4_figs.py20CODE
LOWbook-id/gen_ch4_figs.py20CODE
LOWbook-id/gen_ch5_figs.py22CODE
LOWbook-id/gen_ch5_figs.py22CODE
LOWbook-id/gen_ch5_figs.py22CODE
LOWbook-id/gen_ch5_figs.py22CODE
LOWbook-id/gen_ch5_figs.py22CODE
LOWbook-id/gen_ch3_figs.py26CODE
LOWbook-id/gen_ch3_figs.py26CODE
LOWbook-id/gen_ch3_figs.py26CODE
LOWbook-id/gen_ch3_figs.py26CODE
LOWbook-id/gen_ch3_figs.py26CODE
LOWbook-id/gen_ch3_figs.py26CODE
LOWbook-id/gen_ch9_figs.py39CODE
LOWbook-id/gen_ch9_figs.py39CODE
LOWbook-id/gen_ch9_figs.py39CODE
LOWbook-id/gen_ch9_figs.py39CODE
LOWbook-id/gen_ch9_figs.py39CODE
LOWbook-id/gen_ch9_figs.py39CODE
LOWbook-id/gen_ch9_figs.py39CODE
LOWbook-id/gen_ch1_figs.py4CODE
LOWbook-id/gen_ch8_figs.py11CODE
LOWchapter8/self-evolution-eval/harness.py3CODE
1273 more matches not shown…
Modern AI Meta-Vocabulary412 hits · 1006 pts
SeverityFileLineSnippetContext
MEDIUMpyproject.toml312# Ordinary Chapter 8 experiments are inference/RAG/browser/orchestration demos.COMMENT
MEDIUMpyproject.toml312# Ordinary Chapter 8 experiments are inference/RAG/browser/orchestration demos.COMMENT
MEDIUMbook-zhtw/chapter3.zhtw.md265## RAG 基礎:建構 Agent 的知識獲取管道COMMENT
MEDIUMbook-zhtw/chapter3.zhtw.md575### 智慧體化 RAG:將知識檢索工具化的正規化轉變COMMENT
MEDIUMbook-zhtw/chapter3.zhtw.md631### RAG 技巧:上下文感知檢索COMMENT
MEDIUMbook-zhtw/gen_cover.py25# arms ≈ one brain + many tools/hands (and even multi-agent). Swap the animal inCOMMENT
MEDIUMbook-ta/chapter3.ta.md256## RAG அடிப்படைகள்: ஒரு ஏஜெண்டின் அறிவு கையகப்படுத்தல் குழாயை உருவாக்குதல்COMMENT
MEDIUMbook-ta/chapter3.ta.md555### Agentic RAG: கருவியாக்கப்பட்ட அறிவு மீட்டெடுப்பை நோக்கிய ஒரு முன்னுதாரண மாற்றம்COMMENT
MEDIUMbook-ta/chapter3.ta.md607### RAG நுட்பம்: Contextual RetrievalCOMMENT
MEDIUMbook-ta/gen_cover.py25# arms ≈ one brain + many tools/hands (and even multi-agent). Swap the animal inCOMMENT
MEDIUMbook-tr/gen_ch5_figs.py1014 # Step 2: Copy scaffoldCOMMENT
MEDIUMbook-tr/chapter3.tr.md265## RAG Temelleri: Bir Agent'ın Bilgi Edinme Boru Hattını İnşa EtmekCOMMENT
MEDIUMbook-tr/chapter3.tr.md575### Agentic RAG: Araçlaştırılmış Bilgi Getirmeye Doğru Bir Paradigma DeğişimiCOMMENT
MEDIUMbook-tr/chapter3.tr.md631### RAG Tekniği: Contextual RetrievalCOMMENT
MEDIUMbook-tr/gen_ch3_figs.py52 # --- Row 1: RAG foundations ---COMMENT
MEDIUMbook-tr/gen_cover.py25# arms ≈ one brain + many tools/hands (and even multi-agent). Swap the animal inCOMMENT
MEDIUMbook-es/chapter3.es.md265## RAG Básico: Construyendo el Canal de Adquisición de Conocimiento del AgenteCOMMENT
MEDIUMbook-es/chapter3.es.md584### RAG Agentizado: Un Cambio de Paradigma Hacia la Recuperación Basada en HerramientasCOMMENT
MEDIUMbook-es/chapter3.es.md640### Técnica RAG: Recuperación Consciente del ContextoCOMMENT
MEDIUMbook-es/chapter2.es.md631### Ejemplos few-shot: cuándo mostrar ejemplos al modeloCOMMENT
MEDIUMbook-id/gen_ch5_figs.py1014 # Step 2: Copy scaffoldCOMMENT
MEDIUMbook-id/gen_ch3_figs.py52 # --- Row 1: RAG foundations ---COMMENT
MEDIUMbook-id/chapter3.md260## Dasar-dasar RAG: Membangun Pipa Akuisisi Pengetahuan AgentCOMMENT
MEDIUMbook-id/chapter3.md566### Agentic RAG: Pergeseran Paradigma Menuju Knowledge Retrieval Berbasis AlatCOMMENT
MEDIUMbook-id/chapter3.md618### Teknik RAG: Contextual RetrievalCOMMENT
MEDIUMbook-id/gen_cover.py25# arms ≈ one brain + many tools/hands (and even multi-agent). Swap the animal inCOMMENT
MEDIUMbook-en/chapter3.md262## RAG Basics: Building an Agent's Knowledge Acquisition PipelineCOMMENT
MEDIUMbook-en/chapter3.md567### Agentic RAG: A Paradigm Shift Toward Tool-Based Knowledge RetrievalCOMMENT
MEDIUMbook-en/chapter3.md619### RAG Technique: Contextual RetrievalCOMMENT
MEDIUMbook-en/gen_cover.py25# arms ≈ one brain + many tools/hands (and even multi-agent). Swap the animal inCOMMENT
MEDIUM…hermes-gpt56luna-20260802-v1/raw/hermes-transcript.txt290 ┊ 💻 $ python3 - <<'PY' from pathlib import Path p=Path('BOOK_SELF_EVOLUTION_REPORT.md') p.write_text('''# BookCODE
MEDIUM…er-use/tests/ci/test_browser_session_tab_management.py171 # We expect at least 1 tab but there might be more due to event-driven architectureCOMMENT
MEDIUM…wser-use/tests/ci/test_browser_watchdog_screenshots.py395 # Test the NEW event-driven path: direct event dispatchingCOMMENT
MEDIUM…ser-use-rpa/browser-use/browser_use/browser/session.py533 # Launch local browser using event-driven approachCOMMENT
MEDIUMchapter8/gaia-experience/config.yaml101 enabled: false # Enable multi-agent modeCODE
MEDIUMchapter8/gaia-experience/AWorld/README_zh.md153# 创建具有协作工作流的智能体组 (multi-agent)COMMENT
MEDIUMchapter8/gaia-experience/AWorld/README_zh.md207# 创建具有协作工作流的智能体组 (multi-agent)COMMENT
MEDIUM…rience/AWorld/tests/context/test_context_management.py107 # Create a second agent for multi-agent testingCOMMENT
MEDIUM…8/gaia-experience/AWorld/aworld/core/context/README.md75# Create a second agent for multi-agent testingCOMMENT
MEDIUM…8/gaia-experience/AWorld/aworld/core/context/README.md87# Run multi-agent scenarioCOMMENT
MEDIUM…8/gaia-experience/AWorld/aworld/core/context/README.md359# max_token_budget_ratio=1.0 # Use 100% of context windowCOMMENT
MEDIUMbook-ar/chapter3.ar.md262## أساسيات RAG: بناء خط أنابيب لاكتساب المعرفة للوكيلCOMMENT
MEDIUMbook-ar/chapter3.ar.md571### RAG الوكيلي: تحويل استرجاع المعرفة إلى عملية تقودها الأدواتCOMMENT
MEDIUMbook-ar/chapter3.ar.md623### تقنية RAG: الاسترجاع السياقيCOMMENT
MEDIUMchapter6/user-memory-system-evaluation/README.md11### Experiment 6-4: Advanced JSON Cards vs RAG vs hybridCOMMENT
MEDIUMchapter6/user-memory-system-evaluation/experiment.py670 # Pure RAG must retrieve. Hybrid decides whether resident facts suffice.COMMENT
MEDIUM…c_rag,_show_the_full_trajectory,_including_the_full.md212### 1. **Chunking Stage (agentic-rag)**COMMENT
MEDIUM…s_week3_contextual-retrieval-for-user-memory,_creat.md48├── memory_tools.py # RAG tools for memory searchCODE
MEDIUM…s_week3_agentic-rag-for-user-memory,_create_an_educ.md86├── rag_indexer.py # RAG indexing with multiple backendsCODE
MEDIUM…s_week3_agentic-rag-for-user-memory,_create_an_educ.md88├── agent.py # Main agentic RAG with toolsCODE
MEDIUM…s_week3_agentic-rag-for-user-memory,_create_an_educ.md88├── agent.py # Main agentic RAG with toolsCODE
MEDIUM…-chats/20251003_221059_计算机世界是代码定义的,代码生成能力事实上是在构造世界。.md108## 第一处:Agentic RAG 部分(第141-147行)COMMENT
MEDIUM…-rag_project,_add_a_script_to_chunk_and_index_all_l.md78### 1. **Agentic-RAG Project** (`index_local_laws.py`)COMMENT
MEDIUM…_week3_structured-index,_create_an_educational_proj.md58### 🔗 Agentic RAG Integration (`week3/agentic-rag`)COMMENT
MEDIUM…_week3_structured-index,_create_an_educational_proj.md58### 🔗 Agentic RAG Integration (`week3/agentic-rag`)COMMENT
MEDIUM…s_week3_contextual-retrieval-for-user-memory,_creat.md151### 📈 Advantages Over Basic RAGCOMMENT
MEDIUM…_week3_agentic-rag,_create_an_educational_agentic_R.md25Create a evaluation framework using the dataset in @https://github.com/ZixinxinWang/Legal-Eagle-InternLM/tree/main/RetriCODE
MEDIUM…_week3_agentic-rag,_create_an_educational_agentic_R.md47├── main.py # Main entry with agentic/non-agentic modesCODE
MEDIUM…_week3_agentic-rag,_create_an_educational_agentic_R.md72### 3. **Two RAG Tools**COMMENT
MEDIUMbook-ko/chapter3.ko.md266## RAG 기초: 에이전트의 지식 획득 파이프라인 구축하기COMMENT
352 more matches not shown…
Deep Nesting911 hits · 858 pts
SeverityFileLineSnippetContext
LOWflatten_epub_toc.py32CODE
LOWflatten_epub_toc.py152CODE
LOWbook-ta/translate_to_tamil.py229CODE
LOWbook-tr/svg_lib.py125CODE
LOWbook-es/svg_lib.py125CODE
LOWbook-es/gen_cover.py31CODE
LOWbook-id/svg_lib.py125CODE
LOWbook-en/svg_lib.py125CODE
LOWchapter8/self-evolution-eval/agent.py264CODE
LOWchapter8/self-evolving-tools/tool_manager.py165CODE
LOWchapter8/self-evolving-tools/base_tools.py31CODE
LOWchapter8/self-evolving-tools/base_tools.py142CODE
LOWchapter8/self-modifying-agent/sandbox_runner.py140CODE
LOWchapter8/prompt-distillation/evaluate.py264CODE
LOWchapter8/prompt-distillation/evaluate.py333CODE
LOWchapter8/prompt-distillation/create_data.py88CODE
LOWchapter8/browser-use-rpa/quickstart.py122CODE
LOW…pter8/browser-use-rpa/learning_agent/knowledge_base.py121CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py77CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py218CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py249CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py124CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py147CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py249CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py383CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py437CODE
LOWchapter8/browser-use-rpa/learning_agent/workflow.py227CODE
LOW…owser-use/tests/ci/test_llm_custom_structured_ouput.py11CODE
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py180CODE
LOW…use/tests/ci/test_browser_event_NavigateToUrlEvent2.py157CODE
LOW…/test_browser_watchdog_downloads_upload_full_circle.py137CODE
LOW…-rpa/browser-use/tests/scripts/test_frame_hierarchy.py12CODE
LOW…pa/browser-use/tests/scripts/debug_iframe_scrolling.py24CODE
LOW…pa/browser-use/tests/scripts/debug_iframe_scrolling.py130CODE
LOW…r-use-rpa/browser-use/examples/custom-functions/cua.py38CODE
LOW…er-use-rpa/browser-use/examples/mcp/advanced_server.py191CODE
LOW…-use-rpa/browser-use/examples/models/langchain/chat.py35CODE
LOW…-use-rpa/browser-use/examples/models/langchain/chat.py100CODE
LOW…ser-use/examples/integrations/gmail_2fa_integration.py80CODE
LOW…owser-use/examples/integrations/discord/discord_api.py77CODE
LOW…a/browser-use/examples/integrations/slack/slack_api.py48CODE
LOW…rpa/browser-use/examples/cloud/03_structured_output.py181CODE
LOW…rpa/browser-use/examples/cloud/03_structured_output.py331CODE
LOW…r-use-rpa/browser-use/examples/cloud/04_proxy_usage.py290CODE
LOW…er-use-rpa/browser-use/examples/cloud/05_search_api.py302CODE
LOW…e-rpa/browser-use/examples/apps/ad-use/ad_generator.py180CODE
LOW…rpa/browser-use/examples/apps/news-use/news_monitor.py66CODE
LOW…rpa/browser-use/examples/apps/news-use/news_monitor.py251CODE
LOW…rpa/browser-use/examples/apps/news-use/news_monitor.py118CODE
LOW…use-rpa/browser-use/examples/apps/msg-use/scheduler.py44CODE
LOW…use-rpa/browser-use/examples/apps/msg-use/scheduler.py175CODE
LOW…ter8/browser-use-rpa/browser-use/browser_use/config.py354CODE
LOW…wser-use-rpa/browser-use/browser_use/logging_config.py64CODE
LOW…wser-use-rpa/browser-use/browser_use/logging_config.py95CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py223CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1592CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py744CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py999CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1097CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1186CODE
851 more matches not shown…
Redundant / Tautological Comments402 hits · 610 pts
SeverityFileLineSnippetContext
LOW…g-agent/validation/real_20260729T171050Z/evidence.json364 "reasoning_content": "Okay, let's tackle this problem. The user wants me to modify the retry-policy moCODE
LOW…g-agent/validation/real_20260729T171050Z/evidence.json526 "reasoning_content": "Okay, let's tackle this problem. The user wants me to modify the retry-policy moduleCODE
LOW…alidation/real_20260729T171050Z/real_llm_manifest.json123 "reasoning_content": "Okay, let's tackle this problem. The user wants me to modify the retry-policy moduleCODE
LOWchapter8/prompt-distillation/create_data_h100x8.sh29# Check if output file existsCOMMENT
LOWchapter8/prompt-distillation/create_data_h100x8.sh158# Check if both succeededCOMMENT
LOWchapter8/prompt-distillation/train_sft_trl.py430 # Check if training file existsCOMMENT
LOWchapter8/prompt-distillation/train_trl.sh27# Check if training file existsCOMMENT
LOWchapter8/prompt-distillation/create_data.py425 # Check if input file existsSTRING
LOWchapter8/browser-use-rpa/learning_agent/replay.py265 # Check if element existsCOMMENT
LOWchapter8/browser-use-rpa/learning_agent/agent.py296 # Check if we have a learned workflow for this taskCOMMENT
LOWchapter8/browser-use-rpa/learning_agent/agent.py412 # Check if task was successfulCOMMENT
LOW…ser-use-rpa/browser-use/tests/ci/test_radio_buttons.py92 # Check if the secret message appears in the final responseCOMMENT
LOW…pter8/browser-use-rpa/browser-use/tests/ci/conftest.py131 # Check if output_format is provided (2nd argument or in kwargs)STRING
LOW…ser-use/tests/ci/test_browser_session_element_cache.py115 # Check if cached selector map is still availableCOMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py290 # Check if BrowserConnectedEvent was dispatchedCOMMENT
LOW…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py337 # Read file with invalid nameCOMMENT
LOW…r-use/tests/ci/test_browser_event_ClickElementEvent.py1146 # Check if the file input has a file selectedCOMMENT
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py184 # Set environment to reduce noise in subprocessCOMMENT
LOW…browser-use-rpa/browser-use/tests/ci/evaluate_tasks.py304 # Output results for GitHub ActionsCOMMENT
LOW…browser-use-rpa/browser-use/tests/ci/test_telemetry.py212 # Set BROWSER_USE_CONFIG_DIR to temp directoryCOMMENT
LOW…-rpa/browser-use/tests/scripts/test_frame_hierarchy.py175 # Check if this should be the main frameCOMMENT
LOW…pa/browser-use/tests/scripts/debug_iframe_scrolling.py262 # Check if lower form fields appear after scrollCOMMENT
LOW…rowser-use/examples/custom-functions/action_filters.py78 # Check if it's a login pageCOMMENT
LOW…r-use-rpa/browser-use/examples/custom-functions/cua.py334 # Check if OpenAI API key is availableSTRING
LOW…a/browser-use/examples/custom-functions/file_upload.py49 # Check if it's a file input elementCOMMENT
LOW…er-use-rpa/browser-use/examples/mcp/advanced_server.py104 # Check if server is connectedCOMMENT
LOW…owser-use/examples/use-cases/find_and_apply_to_jobs.py92 # Check if it's a file input elementCOMMENT
LOW…er-use-rpa/browser-use/examples/cloud/01_basic_task.py137 # Check if finishedCOMMENT
LOW…ter8/browser-use-rpa/browser-use/browser_use/config.py312 # Check if it's already in DB-style formatCOMMENT
LOW…ter8/browser-use-rpa/browser-use/browser_use/config.py316 # Check if the values are DB-style entries (have UUIDs as keys)COMMENT
LOW…wser-use-rpa/browser-use/browser_use/logging_config.py82 # Check if handlers are already set upCOMMENT
LOW…r8/browser-use-rpa/browser-use/browser_use/__init__.py30 # Check if the event loop is closed before calling the originalCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/observability.py30# Check if we're in debug modeCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1142 # Check if browser PID is availableCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1143 # Check if we have a CDP clientCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1245 # Check if agent has tasksCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py890 # Set flags to indicate the agent is runningCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1109 # Check if browser session has a CDP clientCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1289 # Check if this step had an errorCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1615 # Check if already authenticatedCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1887 # Check if MCP server mode is activatedCOMMENT
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1908 # Check if prompt mode is activatedCOMMENT
LOW…pter8/browser-use-rpa/browser-use/browser_use/utils.py279 # Set flag to indicate we're waiting for inputCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py153 # Check if it's an agent-owned about:blank page (has "Starting agent XXXX..." title)COMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py156 # Check if this is our agent's about:blank page with DVD animationCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py396 # Check if file is in available_file_paths (user-provided or downloaded files)COMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py404 # Check if the file is actually managed by the FileSystem serviceCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py124 # Check if there's already a tab open on Google or agent's about:blankCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py134 # Check if tab is on Google domainCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py221 # Check if it's specifically a RuntimeError about CDP clientCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py301 # Check if a new tab was opened (from watchdog metadata)COMMENT
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py860 # Check if the selection was successfulCOMMENT
LOW…-rpa/browser-use/browser_use/tools/registry/service.py90 # Check if this is a Type 1 pattern (first param is BaseModel)COMMENT
LOW…-rpa/browser-use/browser_use/tools/registry/service.py107 # Check if types are compatible (exact match, subclass, or generic list)COMMENT
LOW…-rpa/browser-use/browser_use/tools/registry/service.py192 # Check if required special param is NoneCOMMENT
LOW…ser-use-rpa/browser-use/browser_use/llm/google/chat.py407 # Check if this is a rate limit errorCOMMENT
LOW…pa/browser-use/browser_use/llm/anthropic/serializer.py272 # Set cache to False for all messages except the last cached oneCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py523 # Check if we should restore from existing state firstCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py376 # Check if sensitive_data has domain-specific credentialsCOMMENT
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py406 # Check if pattern is covered by an allowed domainCOMMENT
342 more matches not shown…
Cross-Language Confusion112 hits · 595 pts
SeverityFileLineSnippetContext
HIGHchapter8/self-evolving-tools/test_search_null_fields.py11 p.write_text('{"name": "null_desc", "description": null, "parameters": {}, "code": "def run(): pass"}')CODE
HIGH…er8/self-evolving-tools/test_web_search_num_results.py20 args = json.loads('{"query": "python stock library", "num_results": null}')CODE
HIGHchapter8/browser-use-rpa/run_experiment_8_4.py167 while(n && n.nodeType===1){ let i=1, s=n.previousElementSibling; while(s){if(s.tagName===n.tagName)i++;s=sCODE
HIGHchapter8/browser-use-rpa/run_experiment_8_4.py168 return {tag:e.tagName.toLowerCase(),id:e.id,name:e.name,type:e.type||null,CODE
HIGH…browser-use/tests/ci/test_browser_event_ScrollEvent.py285 return rect.top >= 0 && rect.top <= window.innerHeight;CODE
HIGH…browser-use/tests/ci/test_browser_event_ScrollEvent.py373 if (iframe && iframe.contentWindow) {CODE
HIGH…browser-use/tests/ci/test_browser_event_ScrollEvent.py374 return iframe.contentWindow.pageYOffset || 0;CODE
HIGH…browser-use/tests/ci/test_browser_event_ScrollEvent.py398 if (iframe && iframe.contentDocument) {CODE
HIGH…r-use/tests/ci/test_browser_event_ClickElementEvent.py1152 if (!input || !input.files || input.files.length === 0) {CODE
HIGH…/test_browser_watchdog_downloads_upload_full_circle.py328 fileName: fileName || null,CODE
HIGH…/test_browser_watchdog_downloads_upload_full_circle.py328 fileName: fileName || null,CODE
HIGH…/test_browser_watchdog_downloads_upload_full_circle.py329 fileSize: fileSize || null,CODE
HIGH…/test_browser_watchdog_downloads_upload_full_circle.py329 fileSize: fileSize || null,CODE
HIGH…/test_browser_watchdog_downloads_upload_full_circle.py330 fileHash: fileHash || null,CODE
HIGH…/test_browser_watchdog_downloads_upload_full_circle.py330 fileHash: fileHash || null,CODE
HIGH…pa/browser-use/tests/scripts/debug_iframe_scrolling.py36 "evaluation_previous_goal": null,STRING
HIGH…owser-use-rpa/browser-use/browser_use/tools/service.py495 params={'expression': 'window.scrollY || window.pageYOffset || 0'}, session_id=cdp_session.session_idCODE
HIGH…ser-use-rpa/browser-use/browser_use/browser/profile.py944 if (checkInitialized && initialized) {CODE
HIGH…ser-use-rpa/browser-use/browser_use/browser/profile.py956 const result = await chrome.storage.local.get({{ settings: null }});CODE
HIGH…ser-use-rpa/browser-use/browser_use/browser/profile.py967 if (checkInitialized && initialized) {{CODE
HIGH…e/browser_use/browser/watchdogs/aboutblank_watchdog.py197 const imgWidth = img.offsetWidth || 300;CODE
HIGH…e/browser_use/browser/watchdogs/aboutblank_watchdog.py198 const imgHeight = img.offsetHeight || 300;CODE
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1230 if (element._reactInternalFiber || element._reactInternalInstance || element.__reactInternalInstance) {CODE
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1249 if (element.__vue__ || element._vnode || element.__vueParentComponent) {CODE
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1356 const doc = this.contentDocument || this.contentWindow.document;CODE
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1358 const scrollElement = doc.documentElement || doc.body;CODE
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1373 return {{success: false, error: e.toString()}};CODE
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1794 null,CODE
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1925 return null;STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1930 if (currentDepth >= maxDepth) return null;STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2215 })).filter(opt => opt.text || opt.value);STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2224 return null; // Not a dropdown elementSTRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2229 if (currentDepth >= maxDepth) return null;STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2235 if (result && result.success) {STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2241 if (childResult && childResult.success) {STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2246 return null;STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1879 options.push({STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1905 options.push({STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py1948 return null;STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2090 if (optionTextLower === targetTextLower || optionValueLower === targetTextLower) {STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2131 if (itemTextLower === targetTextLower || itemValueLower === targetTextLower) {STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2159 })).filter(opt => opt.text || opt.value);STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2179 if (itemTextLower === targetTextLower || itemValueLower === targetTextLower) {STRING
HIGH…owser_use/browser/watchdogs/default_action_watchdog.py2259 if (selectionResult && selectionResult.success) {STRING
HIGH…browser-use-rpa/browser-use/browser_use/dom/service.py315 const doc = iframe.contentDocument || iframe.contentWindow.document;CODE
HIGH…browser-use-rpa/browser-use/browser_use/dom/service.py318 scrollTop: doc.documentElement.scrollTop || doc.body.scrollTop || 0,CODE
HIGH…browser-use-rpa/browser-use/browser_use/dom/service.py319 scrollLeft: doc.documentElement.scrollLeft || doc.body.scrollLeft || 0CODE
HIGH…ia-experience/AWorld/aworld/cmd/utils/webui_builder.py18 ["sh", "-c", "npm install && npm run build"],CODE
HIGH…World/examples/gaia/mcp_collections/tools/playchess.py283 self.board.push(move)CODE
HIGH…pt-auto-optimization/tests/test_baggage_policy_null.py7 # 模型显式传 {"cabin": null}:应回退到经济舱默认,而不是 TypeErrorCOMMENT
HIGH…pt-auto-optimization/tests/test_baggage_policy_null.py8 args = json.loads('{"cabin": null}')CODE
HIGHchapter6/agent-cost-analysis/tracer.py93 # Some OpenAI-compatible providers omit usage (null); match from_records coercion.COMMENT
HIGHchapter6/elo-leaderboard/animation.py259 let animationInterval = null;CODE
HIGHchapter6/elo-leaderboard/animation.py380 animationInterval = null;CODE
HIGH…d-pretrain/validation/run_vlm_training_report_audit.py557 "original_source": "git clone https://github.com/bojieli/minimind-v.git sources/original-minimind-v && gCODE
HIGH…d-pretrain/validation/run_vlm_training_report_audit.py558 "improved_source": "git clone https://github.com/bojieli/minimind-v.git sources/qk-norm-muon-minimind-v CODE
HIGH…d-pretrain/validation/run_vlm_training_report_audit.py559 "dataset": "git clone https://huggingface.co/datasets/jingyaogong/minimind-v_dataset dataset-source && gCODE
HIGH…d-pretrain/validation/run_vlm_training_report_audit.py560 "vision_encoder": "git clone https://huggingface.co/openai/clip-vit-base-patch16 model/vision_model/clipCODE
HIGH…d-pretrain/validation/run_vlm_training_report_audit.py561 "original_pretrain_vlm": "install -m 0644 <exp7-3-original-sft-768.pth> runs/original/out/llm_768.pth &&CODE
HIGH…d-pretrain/validation/run_vlm_training_report_audit.py562 "original_sft_vlm": "cd trainer && torchrun --nproc_per_node=8 train_sft_vlm.py --out_dir ../runs/originCODE
52 more matches not shown…
Structural Annotation Overuse475 hits · 588 pts
SeverityFileLineSnippetContext
LOWbook-tr/gen_ch5_figs.py601 # Step 1: User inputCOMMENT
LOWbook-tr/gen_ch5_figs.py608 # Step 2: LLM analyzes and generates formCOMMENT
LOWbook-tr/gen_ch5_figs.py1014 # Step 2: Copy scaffoldCOMMENT
LOWbook-tr/gen_ch5_figs.py629 # Step 3: Rendered form (visual representation)COMMENT
LOWbook-tr/gen_ch5_figs.py646 # Step 4: JSON resultCOMMENT
LOWbook-tr/gen_ch5_figs.py660 # Step 5: Agent continues with structured dataCOMMENT
LOWbook-tr/gen_ch5_figs.py1002 # Step 1: Read referenceCOMMENT
LOWbook-tr/gen_ch5_figs.py1025 # Step 3: Targeted modificationCOMMENT
LOWbook-tr/gen_ch5_figs.py1037 # Step 4: ValidateCOMMENT
LOWbook-tr/gen_ch3_figs.py116 # Step 1: User queryCOMMENT
LOWbook-tr/gen_ch3_figs.py123 # Step 2: RetrievalCOMMENT
LOWbook-tr/gen_ch3_figs.py130 # Step 3: AugmentationCOMMENT
LOWbook-tr/gen_ch3_figs.py137 # Step 4: GenerationCOMMENT
LOWbook-tr/gen_ch1_figs.py33 # Step 1: User inputCOMMENT
LOWbook-tr/gen_ch1_figs.py36 # Step 2: ThinkCOMMENT
LOWbook-tr/gen_ch1_figs.py40 # Step 3: Tool callCOMMENT
LOWbook-tr/gen_ch1_figs.py44 # Step 4: Tool resultCOMMENT
LOWbook-tr/gen_ch1_figs.py48 # Step 5: CodeCOMMENT
LOWbook-tr/gen_ch1_figs.py52 # Step 6: FinalCOMMENT
LOWbook-tr/gen_ch1_figs.py475 # Step 1: Think — title above box, code inside boxCOMMENT
LOWbook-tr/gen_ch1_figs.py481 # Step 2: ActCOMMENT
LOWbook-tr/gen_ch1_figs.py488 # Step 3: ObserveCOMMENT
LOWbook-es/gen_ch1_figs.py33 # Step 1: User inputCOMMENT
LOWbook-es/gen_ch1_figs.py36 # Step 2: ThinkCOMMENT
LOWbook-es/gen_ch1_figs.py40 # Step 3: Tool callCOMMENT
LOWbook-es/gen_ch1_figs.py44 # Step 4: Tool resultCOMMENT
LOWbook-es/gen_ch1_figs.py48 # Step 5: CodeCOMMENT
LOWbook-es/gen_ch1_figs.py52 # Step 6: FinalCOMMENT
LOWbook-id/gen_ch5_figs.py601 # Step 1: User inputCOMMENT
LOWbook-id/gen_ch5_figs.py608 # Step 2: LLM analyzes and generates formCOMMENT
LOWbook-id/gen_ch5_figs.py1014 # Step 2: Copy scaffoldCOMMENT
LOWbook-id/gen_ch5_figs.py629 # Step 3: Rendered form (visual representation)COMMENT
LOWbook-id/gen_ch5_figs.py646 # Step 4: JSON resultCOMMENT
LOWbook-id/gen_ch5_figs.py660 # Step 5: Agent continues with structured dataCOMMENT
LOWbook-id/gen_ch5_figs.py1002 # Step 1: Read referenceCOMMENT
LOWbook-id/gen_ch5_figs.py1025 # Step 3: Targeted modificationCOMMENT
LOWbook-id/gen_ch5_figs.py1037 # Step 4: ValidateCOMMENT
LOWbook-id/gen_ch3_figs.py116 # Step 1: User queryCOMMENT
LOWbook-id/gen_ch3_figs.py123 # Step 2: RetrievalCOMMENT
LOWbook-id/gen_ch3_figs.py130 # Step 3: AugmentationCOMMENT
LOWbook-id/gen_ch3_figs.py137 # Step 4: GenerationCOMMENT
LOWbook-id/gen_ch1_figs.py33 # Step 1: User inputCOMMENT
LOWbook-id/gen_ch1_figs.py36 # Step 2: ThinkCOMMENT
LOWbook-id/gen_ch1_figs.py40 # Step 3: Tool callCOMMENT
LOWbook-id/gen_ch1_figs.py44 # Step 4: Tool resultCOMMENT
LOWbook-id/gen_ch1_figs.py48 # Step 5: CodeCOMMENT
LOWbook-id/gen_ch1_figs.py52 # Step 6: FinalCOMMENT
LOWbook-id/gen_ch1_figs.py475 # Step 1: Think — title above box, code inside boxCOMMENT
LOWbook-id/gen_ch1_figs.py481 # Step 2: ActCOMMENT
LOWbook-id/gen_ch1_figs.py488 # Step 3: ObserveCOMMENT
LOWchapter8/prompt-distillation/README.md131### Step 1: Generate Training DataCOMMENT
LOWchapter8/prompt-distillation/README.md171### Step 2: Train the Student ModelCOMMENT
LOWchapter8/prompt-distillation/README.md191### Step 3: Evaluate Your ModelCOMMENT
LOWchapter8/prompt-distillation/README.md343### Step 4: Quantify the Before/After (offline, no GPU needed)COMMENT
LOW…er-use-rpa/browser-use/tests/ci/test_url_shortening.py121 # Step 1: Input processing with URL shorteningCOMMENT
LOW…er-use-rpa/browser-use/tests/ci/test_url_shortening.py134 # Step 2: Simulate agent output with shortened URLCOMMENT
LOW…er-use-rpa/browser-use/tests/ci/test_url_shortening.py149 # Step 3: Output processing with URL restoration (modifies agent_output in-place)COMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py163 # Step 1: Navigate to download pageCOMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py190 # Step 2: Click download link and wait for downloadCOMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py224 # Step 3: Navigate to upload page in a new tabCOMMENT
415 more matches not shown…
Self-Referential Comments177 hits · 531 pts
SeverityFileLineSnippetContext
MEDIUMchapter8/self-evolving-tools/test_search_null_fields.py9 # Create a tool file manually with null descriptionCOMMENT
MEDIUMchapter8/browser-use-rpa/test_validation.py81 # Create a simple workflow manuallyCOMMENT
MEDIUMchapter8/browser-use-rpa/test_validation.py216 # Create a simple workflowCOMMENT
MEDIUM…-use/tests/ci/test_browser_event_NavigateToUrlEvent.py85 # Create the ActionModel instanceCOMMENT
MEDIUM…-use/tests/ci/test_browser_event_NavigateToUrlEvent.py174 # Create a simple data URLCOMMENT
MEDIUM…/browser-use-rpa/browser-use/tests/ci/test_registry.py935 # Create a custom param model for select_cell_or_rangeCOMMENT
MEDIUM…/browser-use-rpa/browser-use/tests/ci/test_registry.py944 # Define the function without using our registry - this will be a helper functionCOMMENT
MEDIUM…/browser-use-rpa/browser-use/tests/ci/test_registry.py1034 # Create the model instanceCOMMENT
MEDIUM…-use-rpa/browser-use/tests/ci/test_sync_client_auth.py624 # # Create the events directory structure that the method expectsCOMMENT
MEDIUM…pter8/browser-use-rpa/browser-use/tests/ci/conftest.py47 # Create a temporary directory for test config (but not for extensions)COMMENT
MEDIUM…browser-use/tests/ci/test_llm_gemini_type_field_fix.py93 # Create a test model that generates a schema with dict typeCOMMENT
MEDIUM…ser-use/tests/ci/test_browser_session_element_cache.py146 # Create a test action that checks the selector map it receivesCOMMENT
MEDIUM…ser-use/tests/ci/test_browser_session_element_cache.py184 # Create a test action that replicates click_element_by_index logicCOMMENT
MEDIUM…owser-use/tests/ci/test_llm_custom_structured_ouput.py18 # Create the agent output model with custom actionsCOMMENT
MEDIUM…owser-use/tests/ci/test_llm_custom_structured_ouput.py24 # Create the optimized schemaCOMMENT
MEDIUM…rowser-use/tests/ci/test_browser_watchdog_security2.py13 # Create a context config with a sample allowed domainCOMMENT
MEDIUM…ser-use/tests/ci/test_browser_session_recent_events.py134 # Create a page that causes DOM processing to failCOMMENT
MEDIUM…st_browser_event_GetDropdownOptionsEvent_aria_menus.py194 # Create a model for the get_dropdown_options actionCOMMENT
MEDIUM…st_browser_event_GetDropdownOptionsEvent_aria_menus.py261 # Create a model for the select_dropdown_option actionCOMMENT
MEDIUM…st_browser_event_GetDropdownOptionsEvent_aria_menus.py335 # Create a model for the get_dropdown_options actionCOMMENT
MEDIUM…rpa/browser-use/tests/ci/test_browser_session_start.py89 # # Create a new tab explicitlyCOMMENT
MEDIUM…rpa/browser-use/tests/ci/test_browser_session_start.py150 # Create a reusable profileCOMMENT
MEDIUM…rpa/browser-use/tests/ci/test_browser_session_start.py186 # Create a reusable session with keep_aliveCOMMENT
MEDIUM…er-use/tests/ci/test_browser_session_tab_management.py63 # Create an initial tab using the navigate method which is more reliableCOMMENT
MEDIUM…er-use/tests/ci/test_browser_session_tab_management.py103 # Create the ActionModel with the single action fieldCOMMENT
MEDIUM…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py522 # Create a large fileCOMMENT
MEDIUM…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py622 # Create a products CSV fileCOMMENT
MEDIUM…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py756 # Create a file to ensure directory has contentCOMMENT
MEDIUM…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py833 # Create a state with unknown file typeCOMMENT
MEDIUM…rowser-use-rpa/browser-use/tests/ci/test_filesystem.py869 # Create a notes fileCOMMENT
MEDIUM…-rpa/browser-use/tests/ci/test_agent_sensitive_data.py42 # Create a simple Pydantic model with sensitive data placeholdersCOMMENT
MEDIUM…-rpa/browser-use/tests/ci/test_agent_sensitive_data.py75 # Create a simple Pydantic model with sensitive data placeholdersCOMMENT
MEDIUM…wser-use/tests/ci/test_browser_watchdog_screenshots.py21 # Create a browser session with headless=TrueCOMMENT
MEDIUM…wser-use/tests/ci/test_browser_watchdog_screenshots.py347 # Create a page with scrollable contentCOMMENT
MEDIUM…r-use/tests/ci/test_browser_event_ClickElementEvent.py77 # Create an action with an invalid indexCOMMENT
MEDIUM…r-use/tests/ci/test_browser_event_ClickElementEvent.py176 # Create a model for the click_element_by_index actionCOMMENT
MEDIUM…r-use/tests/ci/test_browser_event_ClickElementEvent.py1010 # Create a temporary test fileCOMMENT
MEDIUM…r-use/tests/ci/test_browser_event_ClickElementEvent.py1119 # Create a temporary FileSystem for the testCOMMENT
MEDIUM…r-use/tests/ci/test_browser_event_ClickElementEvent.py1214 # Create a temporary test file that's NOT in available_file_pathsCOMMENT
MEDIUM…r-use/tests/ci/test_browser_event_ClickElementEvent.py1255 # Create a temporary FileSystem for all testsCOMMENT
MEDIUM…a/browser-use/tests/ci/test_llm_anthropic_502_error.py14 # Create a ChatAnthropic instanceCOMMENT
MEDIUM…e/tests/ci/test_registry_action_parameter_injection.py267 # Create a new tabCOMMENT
MEDIUM…e/tests/ci/test_registry_action_parameter_injection.py347 # Create a registryCOMMENT
MEDIUM…e/tests/ci/test_registry_action_parameter_injection.py374 # Create an instance with the simple_actionCOMMENT
MEDIUM…er8/browser-use-rpa/browser-use/tests/ci/test_tools.py118 # Define a custom actionCOMMENT
MEDIUM…er8/browser-use-rpa/browser-use/tests/ci/test_tools.py135 # Create the custom action modelCOMMENT
MEDIUM…er8/browser-use-rpa/browser-use/tests/ci/test_tools.py323 # Create a temporary directory for the file systemCOMMENT
MEDIUM…er8/browser-use-rpa/browser-use/tests/ci/test_tools.py432 # Create a model for the standard get_dropdown_options actionCOMMENT
MEDIUM…er8/browser-use-rpa/browser-use/tests/ci/test_tools.py559 # Create a model for the standard select_dropdown_option actionCOMMENT
MEDIUM…pa/browser-use/tests/scripts/debug_iframe_scrolling.py29 # Create the sequence of actions for the mock LLMCOMMENT
MEDIUM…pa/browser-use/tests/scripts/debug_iframe_scrolling.py122 # Create an agent with the mock LLMCOMMENT
MEDIUM…pa/browser-use/tests/scripts/debug_iframe_scrolling.py180 # Create the action model for navigationCOMMENT
MEDIUM…se-rpa/browser-use/examples/features/sensitive_data.py22# Define a single credential set that can be reusedCOMMENT
MEDIUM…rowser-use/examples/custom-functions/action_filters.py100 # Create the agentCOMMENT
MEDIUM…a/browser-use/examples/custom-functions/file_upload.py89 # Create the agent with file upload capabilityCOMMENT
MEDIUM…e-rpa/browser-use/examples/models/langchain/example.py23 # Create a LangChain model (OpenAI)COMMENT
MEDIUM…e-rpa/browser-use/examples/models/langchain/example.py32 # Create a simple taskCOMMENT
MEDIUM…er-use-rpa/browser-use/examples/cloud/01_basic_task.py153 # Define a simple search task (using DuckDuckGo to avoid captchas)COMMENT
MEDIUM…ser-use/examples/getting_started/04_multi_step_task.py31 # Define a multi-step taskCOMMENT
MEDIUM…rowser-use/examples/getting_started/02_form_filling.py31 # Define a form filling taskCOMMENT
117 more matches not shown…
Verbosity Indicators379 hits · 444 pts
SeverityFileLineSnippetContext
LOWbook-tr/gen_ch5_figs.py601 # Step 1: User inputCOMMENT
LOWbook-tr/gen_ch5_figs.py608 # Step 2: LLM analyzes and generates formCOMMENT
LOWbook-tr/gen_ch5_figs.py1014 # Step 2: Copy scaffoldCOMMENT
LOWbook-tr/gen_ch5_figs.py629 # Step 3: Rendered form (visual representation)COMMENT
LOWbook-tr/gen_ch5_figs.py646 # Step 4: JSON resultCOMMENT
LOWbook-tr/gen_ch5_figs.py660 # Step 5: Agent continues with structured dataCOMMENT
LOWbook-tr/gen_ch5_figs.py1002 # Step 1: Read referenceCOMMENT
LOWbook-tr/gen_ch5_figs.py1025 # Step 3: Targeted modificationCOMMENT
LOWbook-tr/gen_ch5_figs.py1037 # Step 4: ValidateCOMMENT
LOWbook-tr/gen_ch3_figs.py116 # Step 1: User queryCOMMENT
LOWbook-tr/gen_ch3_figs.py123 # Step 2: RetrievalCOMMENT
LOWbook-tr/gen_ch3_figs.py130 # Step 3: AugmentationCOMMENT
LOWbook-tr/gen_ch3_figs.py137 # Step 4: GenerationCOMMENT
LOWbook-tr/gen_ch1_figs.py33 # Step 1: User inputCOMMENT
LOWbook-tr/gen_ch1_figs.py36 # Step 2: ThinkCOMMENT
LOWbook-tr/gen_ch1_figs.py40 # Step 3: Tool callCOMMENT
LOWbook-tr/gen_ch1_figs.py44 # Step 4: Tool resultCOMMENT
LOWbook-tr/gen_ch1_figs.py48 # Step 5: CodeCOMMENT
LOWbook-tr/gen_ch1_figs.py52 # Step 6: FinalCOMMENT
LOWbook-tr/gen_ch1_figs.py475 # Step 1: Think — title above box, code inside boxCOMMENT
LOWbook-tr/gen_ch1_figs.py481 # Step 2: ActCOMMENT
LOWbook-tr/gen_ch1_figs.py488 # Step 3: ObserveCOMMENT
LOWbook-es/gen_ch1_figs.py33 # Step 1: User inputCOMMENT
LOWbook-es/gen_ch1_figs.py36 # Step 2: ThinkCOMMENT
LOWbook-es/gen_ch1_figs.py40 # Step 3: Tool callCOMMENT
LOWbook-es/gen_ch1_figs.py44 # Step 4: Tool resultCOMMENT
LOWbook-es/gen_ch1_figs.py48 # Step 5: CodeCOMMENT
LOWbook-es/gen_ch1_figs.py52 # Step 6: FinalCOMMENT
LOWbook-id/gen_ch5_figs.py601 # Step 1: User inputCOMMENT
LOWbook-id/gen_ch5_figs.py608 # Step 2: LLM analyzes and generates formCOMMENT
LOWbook-id/gen_ch5_figs.py1014 # Step 2: Copy scaffoldCOMMENT
LOWbook-id/gen_ch5_figs.py629 # Step 3: Rendered form (visual representation)COMMENT
LOWbook-id/gen_ch5_figs.py646 # Step 4: JSON resultCOMMENT
LOWbook-id/gen_ch5_figs.py660 # Step 5: Agent continues with structured dataCOMMENT
LOWbook-id/gen_ch5_figs.py1002 # Step 1: Read referenceCOMMENT
LOWbook-id/gen_ch5_figs.py1025 # Step 3: Targeted modificationCOMMENT
LOWbook-id/gen_ch5_figs.py1037 # Step 4: ValidateCOMMENT
LOWbook-id/gen_ch3_figs.py116 # Step 1: User queryCOMMENT
LOWbook-id/gen_ch3_figs.py123 # Step 2: RetrievalCOMMENT
LOWbook-id/gen_ch3_figs.py130 # Step 3: AugmentationCOMMENT
LOWbook-id/gen_ch3_figs.py137 # Step 4: GenerationCOMMENT
LOWbook-id/gen_ch1_figs.py33 # Step 1: User inputCOMMENT
LOWbook-id/gen_ch1_figs.py36 # Step 2: ThinkCOMMENT
LOWbook-id/gen_ch1_figs.py40 # Step 3: Tool callCOMMENT
LOWbook-id/gen_ch1_figs.py44 # Step 4: Tool resultCOMMENT
LOWbook-id/gen_ch1_figs.py48 # Step 5: CodeCOMMENT
LOWbook-id/gen_ch1_figs.py52 # Step 6: FinalCOMMENT
LOWbook-id/gen_ch1_figs.py475 # Step 1: Think — title above box, code inside boxCOMMENT
LOWbook-id/gen_ch1_figs.py481 # Step 2: ActCOMMENT
LOWbook-id/gen_ch1_figs.py488 # Step 3: ObserveCOMMENT
LOW…er-use-rpa/browser-use/tests/ci/test_url_shortening.py121 # Step 1: Input processing with URL shorteningCOMMENT
LOW…er-use-rpa/browser-use/tests/ci/test_url_shortening.py134 # Step 2: Simulate agent output with shortened URLCOMMENT
LOW…er-use-rpa/browser-use/tests/ci/test_url_shortening.py149 # Step 3: Output processing with URL restoration (modifies agent_output in-place)COMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py163 # Step 1: Navigate to download pageCOMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py190 # Step 2: Click download link and wait for downloadCOMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py224 # Step 3: Navigate to upload page in a new tabCOMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py273 # Step 4: Upload the downloaded fileCOMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py315 # Step 5: Verify upload via JavaScript (client-side hash)COMMENT
LOW…/test_browser_watchdog_downloads_upload_full_circle.py356 # Step 6: Verify server-side upload (if needed)STRING
LOW…er-use-rpa/browser-use/examples/mcp/advanced_server.py130 # Step 1: Navigate to search engineCOMMENT
319 more matches not shown…
Magic Placeholder Names76 hits · 408 pts
SeverityFileLineSnippetContext
HIGH…8/browser-use-rpa/browser-use/examples/cloud/README.md82 "api_key": "your_api_key"CODE
HIGH…rpa/browser-use/examples/apps/news-use/news_monitor.py48 print(" Then run: export GEMINI_API_KEY='your-api-key-here'")CODE
HIGH…ser-use-rpa/browser-use/examples/apps/msg-use/login.py22 print("Please set it with: export GOOGLE_API_KEY='your-api-key-here'")CODE
HIGHchapter8/gaia-experience/AWorld/README.md267export LLM_API_KEY="your-api-key-here"CODE
HIGHchapter8/gaia-experience/AWorld/README.md622 "url": "https://mcp.example.com/sse?key=YOUR_API_KEY", # Replace Your API KeyCODE
HIGHchapter8/gaia-experience/AWorld/README.md667export LLM_API_KEY="your-api-key-here"CODE
HIGHchapter8/gaia-experience/AWorld/README_zh.md166export LLM_API_KEY="your-api-key-here"CODE
HIGHchapter8/gaia-experience/AWorld/README_zh.md506 "url": "https://mcp.example.com/sse?key=YOUR_API_KEY", # Replace Your API KeyCODE
HIGHchapter8/gaia-experience/AWorld/README_zh.md551export LLM_API_KEY="your-api-key-here"CODE
HIGH…xperience/AWorld/docs/Quickstart/agent_construction.md31os.environ["LLM_API_KEY"] = "your-api-key"CODE
HIGHchapter8/gaia-experience/AWorld/aworld/models/README.md33 llm_api_key="your_api_key",CODE
HIGHchapter8/gaia-experience/AWorld/aworld/models/README.md60 api_key="your_api_key",CODE
HIGHchapter8/gaia-experience/AWorld/aworld/models/README.md125 api_key="your_api_key"CODE
HIGHchapter8/gaia-experience/AWorld/aworld/models/README.md134 api_key="your_api_key"CODE
HIGHchapter8/gaia-experience/AWorld/aworld/models/README.md158 api_key="your_api_key",CODE
HIGHchapter8/gaia-experience/AWorld/aworld/models/README.md194 api_key="your_api_key"CODE
HIGHchapter8/gaia-experience/AWorld/examples/BFCL/README.md41export OPENROUTER_API_KEY="your-api-key-here"CODE
HIGHchapter8/gaia-experience/AWorld/examples/imo/README.md91 LLM_API_KEY="your_api_key" # Your API key from OpenAI, OpenRouter, etc.CODE
HIGH…ter8/gaia-experience/AWorld/examples/osworld/README.md51 --ground_api_key YOUR_API_KEY \CODE
HIGH…ter8/gaia-experience/AWorld/examples/osworld/README.md55 --model_api_key YOUR_API_KEY \CODE
HIGH…r8/gaia-experience/AWorld/examples/parallel_run/run.py11os.environ["LLM_API_KEY"] = "your-api-key"CODE
HIGH…gaia-experience/AWorld/examples/parallel_run/README.md22os.environ["LLM_API_KEY"] = "your-api-key"CODE
HIGH…gaia-experience/AWorld/examples/parallel_run/README.md113os.environ["LLM_API_KEY"] = "your-api-key"CODE
HIGHchapter1/learning-from-experience/README.md109export MOONSHOT_API_KEY="your-api-key-here"CODE
HIGHchapter1/learning-from-experience/README.md115echo "MOONSHOT_API_KEY=your-api-key-here" > .envCODE
HIGHchapter1/learning-from-experience/README.md480export MOONSHOT_API_KEY="your-api-key-here"CODE
HIGHchapter1/learning-from-experience/README.md486echo "MOONSHOT_API_KEY=your-api-key-here" > .envCODE
HIGHchapter1/web-search-agent/config.py74 print("请设置环境变量: export MOONSHOT_API_KEY='your-api-key'")CODE
HIGHchapter1/web-search-agent/config.py75 print("(或者使用旧的环境变量名: export KIMI_API_KEY='your-api-key')")CODE
HIGHchapter1/web-search-agent/README.md90export MOONSHOT_API_KEY='your-api-key-here'CODE
HIGHchapter1/web-search-agent/README.md96MOONSHOT_API_KEY=your-api-key-hereCODE
HIGHchapter1/web-search-agent/README.md372export MOONSHOT_API_KEY='your-api-key-here'CODE
HIGHchapter1/web-search-agent/README.md378MOONSHOT_API_KEY=your-api-key-hereCODE
HIGHchapter1/web-search-agent/quickstart.py53 print(" export MOONSHOT_API_KEY='your-api-key'")CODE
HIGHchapter1/web-search-agent/quickstart.py54 print(" (或使用: export KIMI_API_KEY='your-api-key')")CODE
HIGH…_experiment,_add_support_for_Kimi_K2_model_kimi-k2-.md91 api_key="your_api_key",CODE
HIGH…_user_memory_agent,_conversational_agent_and_main.p.md210export OPENROUTER_API_KEY="your-api-key-here"CODE
HIGHchapter9/README.md104export ANTHROPIC_API_KEY='replace-with-your-api-key'CODE
HIGHchapter9/README.md135export OPENROUTER_API_KEY='replace-with-your-api-key'CODE
HIGHchapter2/context-compression/README.md154 api_key="your_api_key",CODE
HIGHchapter2/context-compression/README.md403 api_key="your_api_key",CODE
HIGHchapter2/system-hint/README.md106export KIMI_API_KEY='your-api-key-here'CODE
HIGHchapter2/system-hint/README.md159 api_key="your-api-key",CODE
HIGHchapter2/system-hint/README.md2631. **API key not set:** `export KIMI_API_KEY='your-api-key-here'`CODE
HIGHchapter2/system-hint/README.md352export KIMI_API_KEY='your-api-key-here'CODE
HIGHchapter2/system-hint/README.md391 api_key="your-api-key",CODE
HIGHchapter2/system-hint/README.md4771. **未设置 API Key:** `export KIMI_API_KEY='your-api-key-here'`CODE
HIGHchapter2/system-hint/main.py99 print(" export KIMI_API_KEY='your-api-key-here'")CODE
HIGHchapter2/system-hint/main.py137 print(" export KIMI_API_KEY='your-api-key-here'")CODE
HIGHchapter2/system-hint/run_sample.sh19 echo " export KIMI_API_KEY='your-api-key-here'"CODE
HIGHchapter2/system-hint/quickstart.py25 print(" 3. Run: export KIMI_API_KEY='your-api-key-here'")CODE
HIGHchapter2/kv-cache/README.md85# Or export MOONSHOT_API_KEY="your-api-key-here"COMMENT
HIGHchapter2/kv-cache/README.md346# 或 export MOONSHOT_API_KEY="your-api-key-here"COMMENT
HIGHchapter2/kv-cache/tests/manual/demo_quick.py33 print(" export MOONSHOT_API_KEY='your-api-key-here'")CODE
HIGHchapter3/user-memory/PROVIDERS.md43export MOONSHOT_API_KEY="your-api-key-here"CODE
HIGHchapter3/user-memory/PROVIDERS.md46export SILICONFLOW_API_KEY="your-api-key-here"CODE
HIGHchapter3/user-memory/PROVIDERS.md49export DOUBAO_API_KEY="your-api-key-here"CODE
HIGHchapter3/user-memory/PROVIDERS.md52export OPENROUTER_API_KEY="your-api-key-here"CODE
HIGHchapter3/user-memory/main.py106 print(" export MOONSHOT_API_KEY='your-api-key-here'")CODE
HIGHchapter3/user-memory/main.py108 print(" export SILICONFLOW_API_KEY='your-api-key-here'")CODE
16 more matches not shown…
Docstring Block Structure79 hits · 395 pts
SeverityFileLineSnippetContext
HIGHchapter8/browser-use-rpa/learning_agent/replay.py82 Replay a workflow with the given parameters. Args: workflow: The workflow to replaSTRING
HIGHchapter8/browser-use-rpa/learning_agent/workflow.py228 Create a parameterized copy of this workflow with specific values. Args: parameterSTRING
HIGH…rpa/browser-use/examples/features/add_image_context.py21 Convert image file to base64 string. Args: image_path: Path to the image file Returns: Base64 encoded stSTRING
HIGH…/browser-use-rpa/browser-use/browser_use/llm/models.py58 Factory function to create LLM instances from string names with API keys from environment. Args: model_name: StSTRING
HIGH…owser-use-rpa/browser-use/browser_use/browser/cloud.py128Stop a cloud browser session. Args: session_id: Session ID to stop. If None, uses current session. Returns: STRING
HIGH…owser-use-rpa/browser-use/browser_use/browser/cloud.py258Stop a cloud browser session. Args: session_id: Session ID to stop. If None, uses current session from global clientSTRING
HIGH…wser-use-rpa/browser-use/browser_use/browser/events.py17 Safely parse environment variable timeout values with robust error handling. Args: env_var: Environment variable nSTRING
HIGH…ser-use-rpa/browser-use/browser_use/browser/session.py2307Get a CDP client attached to the target containing the specified frame. Builds a unified frame hierarchy from all tarSTRING
HIGH…/gaia-experience/AWorld/aworld/tools/function_tools.py100Tool function decorator Args: description: Tool description parameters: AdditioSTRING
HIGH…/gaia-experience/AWorld/aworld/tools/function_tools.py249Asynchronously call the specified tool function Args: tool_name: Tool name arguSTRING
HIGH…/gaia-experience/AWorld/aworld/tools/function_tools.py295Synchronously call the specified tool function For async tools, it will run in the event loop. STRING
HIGH…perience/AWorld/aworld/tools/function_tools_adapter.py81Get MCP adapter for FunctionTools Args: name: Function tool server name Returns: MSTRING
HIGH…gaia-experience/AWorld/aworld/trace/context_manager.py163 A decorator that traces the execution of a function. Args: msg_template: The message templaSTRING
HIGH…/gaia-experience/AWorld/aworld/trace/function_trace.py25A decorator that traces the execution of a function. Args: trace_manager: The trace manager to use. STRING
HIGH…nce/AWorld/aworld/replay_buffer/event_replay_buffer.py72 Build DataRow from a message. Args: message (Dict): Message data containing necessSTRING
HIGH…er8/gaia-experience/AWorld/aworld/core/llm_provider.py78Post-process response, convert provider response to unified ModelResponse. Args: response: OriginalSTRING
HIGH…er8/gaia-experience/AWorld/aworld/core/llm_provider.py91Post-process streaming response chunk, convert provider chunk to unified ModelResponse. Args: chunkSTRING
HIGH…er8/gaia-experience/AWorld/aworld/core/llm_provider.py109Asynchronously call model to generate response. Args: messages: Message list, format is [{"STRING
HIGH…er8/gaia-experience/AWorld/aworld/core/llm_provider.py137Synchronously call model to generate response. Args: messages: Message list, format is [{"role": "sSTRING
HIGH…er8/gaia-experience/AWorld/aworld/core/llm_provider.py160Synchronously call model to generate streaming response. Args: messages: Message list, format is [{STRING
HIGH…er8/gaia-experience/AWorld/aworld/core/llm_provider.py183Asynchronously call model to generate streaming response. Args: messages: Message list, format is [STRING
HIGH…World/aworld/core/context/prompts/dynamic_variables.py181Generic function to get object member variables by path Args: obj: Object to get value from fieSTRING
HIGH…World/aworld/core/context/prompts/dynamic_variables.py231Create generic dynamic function to get specified Context field with enhanced retrieval Args: field_pathSTRING
HIGH…/gaia-experience/AWorld/aworld/utils/import_package.py78 Import and install package if not available. Args: package_name: Name of the package to import STRING
HIGH…/gaia-experience/AWorld/aworld/utils/import_package.py184 Generate installation command based on specified installer. Args: installer: Package installer to use STRING
HIGH…8/gaia-experience/AWorld/aworld/models/ant_provider.py545Process Ant response. Args: response: Ant response object. Returns: ModelRespoSTRING
HIGH…8/gaia-experience/AWorld/aworld/models/ant_provider.py573Process Ant stream response chunk. Args: chunk: Ant response chunk. Returns: MSTRING
HIGH…8/gaia-experience/AWorld/aworld/models/ant_provider.py605Synchronously call Ant to generate response. Args: messages: Message list. temperature:STRING
HIGH…8/gaia-experience/AWorld/aworld/models/ant_provider.py646Asynchronously call Ant to generate response. Args: messages: Message list. temperatureSTRING
HIGH…8/gaia-experience/AWorld/aworld/models/ant_provider.py687Synchronously call Ant to generate streaming response. Args: messages: Message list. teSTRING
HIGH…8/gaia-experience/AWorld/aworld/models/ant_provider.py783Asynchronously call Ant to generate streaming response. Args: messages: Message list. tSTRING
HIGHchapter8/gaia-experience/AWorld/aworld/models/llm.py328Convert speech to text. Args: audio_file: Path to audio file or file object. language: STRING
HIGHchapter8/gaia-experience/AWorld/aworld/models/llm.py355Asynchronously convert speech to text. Args: audio_file: Path to audio file or file object. STRING
HIGHchapter8/gaia-experience/AWorld/aworld/models/llm.py391Check if configuration contains a specific key. Args: conf: Configuration object (ConfigDict or AgentCoSTRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py105Process OpenAI response. Args: response: OpenAI response object. Returns: ModeSTRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py135Process OpenAI streaming response chunk. Args: chunk: OpenAI response chunk. Returns: STRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py214Synchronously call OpenAI to generate response. Args: messages: Message list. tSTRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py266Synchronously call OpenAI to generate streaming response. Args: messages: Message list. STRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py319Asynchronously call OpenAI to generate streaming response. Args: messages: Message list. STRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py377Asynchronously call OpenAI to generate response. Args: messages: Message list. STRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py456Convert speech to text. Uses OpenAI's speech-to-text API to convert audio files to text. Args: STRING
HIGH…aia-experience/AWorld/aworld/models/openai_provider.py529Asynchronously convert speech to text. Uses OpenAI's speech-to-text API to convert audio files to text. STRING
HIGH…ia-experience/AWorld/aworld/models/llm_http_handler.py90Make a synchronous HTTP request. Args: endpoint: API endpoint to call. data: Request daSTRING
HIGH…ia-experience/AWorld/aworld/models/llm_http_handler.py163Make an asynchronous streaming HTTP request. Args: endpoint: API endpoint to call. dataSTRING
HIGH…ia-experience/AWorld/aworld/models/llm_http_handler.py228Make an asynchronous non-streaming HTTP request. Args: endpoint: API endpoint to call. STRING
HIGH…-experience/AWorld/aworld/models/anthropic_provider.py101Process Anthropic response to unified ModelResponse. Args: response: Anthropic response object. STRING
HIGH…-experience/AWorld/aworld/models/anthropic_provider.py120Process Anthropic streaming response chunk. Args: chunk: Anthropic response chunk. ReturnsSTRING
HIGH…gaia-experience/AWorld/aworld/models/model_response.py179 Create ModelResponse from OpenAI response object Args: response: OpenAI response object STRING
HIGH…gaia-experience/AWorld/aworld/models/model_response.py294 Create ModelResponse from OpenAI stream response chunk Args: chunk: OpenAI stream chunk STRING
HIGH…gaia-experience/AWorld/aworld/models/model_response.py396 Create ModelResponse from Anthropic stream response chunk Args: chunk: Anthropic stream chSTRING
HIGH…gaia-experience/AWorld/aworld/models/model_response.py476 Create ModelResponse from Anthropic original response object Args: response: Anthropic resSTRING
HIGH…ter8/gaia-experience/AWorld/aworld/sandbox/__init__.py23 Factory function to create a sandbox instance based on the environment type. Args: env_type: The eSTRING
HIGH…gaia-experience/AWorld/aworld/runners/state_manager.py446Poll for node status until completion or timeout. Args: node_id: Node ID timeout: TimeoSTRING
HIGH…perience/AWorld/examples/gaia/mcp_collections/utils.py75 Unified function to get file content from a URL or local path with validation. Args: source: URL or loSTRING
HIGH…xperience/AWorld/examples/gaia/mcp_collections/base.py78Validate and resolve file path. Rely on the predefined supported_extensions class variable. Args: fSTRING
HIGH…/AWorld/examples/gaia/mcp_collections/tools/pubchem.py122Make a rate-limited request to PubChem API. Args: url: API endpoint URL params: Query pSTRING
HIGH…/AWorld/examples/gaia/mcp_collections/tools/wayback.py180Validate and normalize Wayback Machine parameters. Args: url: URL to validate timestampSTRING
HIGH…e/AWorld/examples/gaia/mcp_collections/tools/search.py119Validate and normalize search parameters. Args: query: Search query string num_results:STRING
HIGH…rld/examples/gaia/mcp_collections/intelligence/code.py81Call the code generation model with the prepared prompt. Args: prompt: The formatted prompt for codSTRING
HIGH…ld/examples/gaia/mcp_collections/intelligence/think.py57Call the reasoning model with the prepared prompt. Args: prompt: The formatted prompt for reasoningSTRING
19 more matches not shown…
Hallucination Indicators30 hits · 335 pts
SeverityFileLineSnippetContext
CRITICAL…r-use-rpa/browser-use/examples/custom-functions/cua.py60 await browser_session.agent_focus.cdp_client.send.Input.dispatchMouseEvent(CODE
CRITICAL…r-use-rpa/browser-use/examples/custom-functions/cua.py70 await browser_session.agent_focus.cdp_client.send.Input.dispatchMouseEvent(CODE
CRITICAL…r-use-rpa/browser-use/examples/custom-functions/cua.py88 await browser_session.agent_focus.cdp_client.send.Input.dispatchMouseEvent(CODE
CRITICAL…r-use-rpa/browser-use/examples/custom-functions/cua.py98 await browser_session.agent_focus.cdp_client.send.Runtime.evaluate(CODE
CRITICAL…r-use-rpa/browser-use/examples/custom-functions/cua.py119 await browser_session.agent_focus.cdp_client.send.Input.dispatchKeyEvent(CODE
CRITICAL…r-use-rpa/browser-use/examples/custom-functions/cua.py126 await browser_session.agent_focus.cdp_client.send.Input.dispatchKeyEvent(CODE
CRITICAL…r-use-rpa/browser-use/examples/custom-functions/cua.py142 await browser_session.agent_focus.cdp_client.send.Input.dispatchKeyEvent(CODE
CRITICALchapter8/browser-use-rpa/browser-use/browser_use/cli.py1251 message_history = self.agent._message_manager.state.history.get_messages()CODE
CRITICAL…ser-use-rpa/browser-use/browser_use/browser/session.py1396 await self.agent_focus.cdp_client.send.Fetch.enable(CODE
CRITICAL…ser-use-rpa/browser-use/browser_use/browser/session.py1472 self.agent_focus.cdp_client.register.Fetch.authRequired(_on_auth_required)CODE
CRITICAL…ser-use-rpa/browser-use/browser_use/browser/session.py1473 self.agent_focus.cdp_client.register.Fetch.requestPaused(_on_request_paused)CODE
CRITICAL…ser-use-rpa/browser-use/browser_use/browser/session.py1506 await self.agent_focus.cdp_client.send.Fetch.enable(CODE
CRITICAL…ser-use-rpa/browser-use/browser_use/browser/session.py660 await self.agent_focus.cdp_client.send.Page.navigate(CODE
CRITICAL…ser-use-rpa/browser-use/browser_use/browser/session.py805 self.agent_focus.cdp_client.send.Runtime.evaluate(CODE
CRITICAL…ser-use-rpa/browser-use/browser_use/browser/session.py2054 await self.agent_focus.cdp_client.send.Page.navigate(params={'url': url}, session_id=self.agent_focus.session_id)CODE
CRITICAL…e-rpa/browser-use/browser_use/browser/watchdog_base.py154 await browser_session.agent_focus.cdp_client.send.Target.activateTarget(CODE
CRITICAL…/browser_use/browser/watchdogs/permissions_watchdog.py37 await self.browser_session.cdp_client.send.Browser.grantPermissions(CODE
CRITICAL…r-use/browser_use/browser/watchdogs/popups_watchdog.py64 self.browser_session._cdp_client_root.send.Page.handleJavaScriptDialog(CODE
CRITICAL…r-use/browser_use/browser/watchdogs/popups_watchdog.py80 self.browser_session._cdp_client_root.send.Page.handleJavaScriptDialog(CODE
CRITICAL…r-use/browser_use/browser/watchdogs/popups_watchdog.py101 self.browser_session._cdp_client_root.register.Page.javascriptDialogOpening(handle_dialog) # type: ignore[arg-typeCODE
CRITICAL…se/browser_use/browser/watchdogs/recording_watchdog.py56 self.browser_session.cdp_client.register.Page.screencastFrame(self.on_screencastFrame)CODE
CRITICAL…se/browser_use/browser/watchdogs/recording_watchdog.py110 await self.browser_session.cdp_client.send.Page.screencastFrameAck(CODE
CRITICAL…er-use/browser_use/browser/watchdogs/crash_watchdog.py307 for target in (await self.browser_session.cdp_client.send.Target.getTargets()).get('targetInfos', []):CODE
CRITICAL…owser_use/browser/watchdogs/default_action_watchdog.py1426 targets = await self.browser_session.cdp_client.send.Target.getTargets()CODE
CRITICAL…owser_use/browser/watchdogs/default_action_watchdog.py196 await self.browser_session.agent_focus.cdp_client.send.Target.activateTarget(CODE
CRITICAL…owser_use/browser/watchdogs/default_action_watchdog.py231 await self.browser_session.agent_focus.cdp_client.send.Target.activateTarget(CODE
CRITICAL…browser-use-rpa/browser-use/browser_use/dom/service.py73 targets = await self.browser_session.cdp_client.send.Target.getTargets()CODE
CRITICAL…browser-use-rpa/browser-use/browser_use/dom/service.py687 targets = await self.browser_session.cdp_client.send.Target.getTargets()CODE
CRITICAL…erience/AWorld/train/adapter/verl/aworld_agent_loop.py45 model_name = "/".join(self.config.actor_rollout_ref.model.path.split("/")[-2:])CODE
CRITICAL…employs_a_train-inference_decoupled_architecture_to.md142 model_name = "/".join(self.config.actor_rollout_ref.model.path.split("/")[-2:])CODE
Modern Structural Boilerplate245 hits · 251 pts
SeverityFileLineSnippetContext
LOWchapter8/browser-use-rpa/test_validation.py30logger = logging.getLogger(__name__)CODE
LOW…pter8/browser-use-rpa/learning_agent/knowledge_base.py20logger = logging.getLogger(__name__)CODE
LOWchapter8/browser-use-rpa/learning_agent/__init__.py11__all__ = [CODE
LOWchapter8/browser-use-rpa/learning_agent/replay.py17logger = logging.getLogger(__name__)CODE
LOWchapter8/browser-use-rpa/learning_agent/agent.py30logger = logging.getLogger(__name__)CODE
LOW…/browser-use-rpa/browser-use/tests/ci/test_registry.py37logger = logging.getLogger(__name__)CODE
LOW…owser-use/examples/custom-functions/onepassword_2fa.py18logger = logging.getLogger(__name__)CODE
LOW…owser-use/examples/custom-functions/advanced_search.py20logger = logging.getLogger(__name__)CODE
LOW…a/browser-use/examples/custom-functions/file_upload.py26logger = logging.getLogger(__name__)CODE
LOW…ser-use/examples/integrations/agentmail/email_tools.py19logger = logging.getLogger(__name__)CODE
LOW…owser-use/examples/use-cases/find_and_apply_to_jobs.py32logger = logging.getLogger(__name__)CODE
LOW…/browser-use/examples/use-cases/extract_pdf_content.py21logger = logging.getLogger(__name__)CODE
LOW…ter8/browser-use-rpa/browser-use/browser_use/config.py16logger = logging.getLogger(__name__)CODE
LOW…r8/browser-use-rpa/browser-use/browser_use/__init__.py116__all__ = [CODE
LOW…owser-use-rpa/browser-use/browser_use/observability.py21logger = logging.getLogger(__name__)CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1083 def update_info_panels(self) -> None:CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1097 def update_browser_panel(self) -> None:CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1239 def update_tasks_panel(self) -> None:CODE
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py1186 def update_model_panel(self) -> None:CODE
LOW…pter8/browser-use-rpa/browser-use/browser_use/utils.py25logger = logging.getLogger(__name__)CODE
LOW…owser-use-rpa/browser-use/browser_use/tools/service.py54logger = logging.getLogger(__name__)CODE
LOW…-rpa/browser-use/browser_use/tools/registry/service.py29logger = logging.getLogger(__name__)CODE
LOW…/browser-use-rpa/browser-use/browser_use/llm/models.py134__all__ = [CODE
LOW…rowser-use-rpa/browser-use/browser_use/llm/__init__.py124__all__ = [CODE
LOW…use-rpa/browser-use/browser_use/llm/google/__init__.py3__all__ = ['ChatGoogle']CODE
LOW…/browser-use/browser_use/llm/tests/test_single_step.py19logger = logging.getLogger(__name__)CODE
LOW…wser-use/browser_use/llm/tests/test_anthropic_cache.py19logger = logging.getLogger(__name__)CODE
LOW…ser-use-rpa/browser-use/browser_use/llm/groq/parser.py9logger = logging.getLogger(__name__)CODE
LOW…owser-use-rpa/browser-use/browser_use/llm/groq/chat.py52logger = logging.getLogger(__name__)CODE
LOW…er-use-rpa/browser-use/browser_use/llm/aws/__init__.py33__all__ = [CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py496 def _update_available_file_paths(self, downloads: list[str]) -> None:CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py515 def _set_file_system(self, file_system_path: str | None = None) -> None:CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py554 def _set_screenshot_service(self) -> None:CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py2058 async def _update_action_models_for_page(self, page_url: str) -> None:CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py78logger = logging.getLogger(__name__)CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py573 def _set_browser_use_version_and_source(self, source_override: str | None = None) -> None:CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py596 def _setup_action_models(self) -> None:CODE
LOW…8/browser-use-rpa/browser-use/browser_use/agent/gif.py17logger = logging.getLogger(__name__)CODE
LOW…browser-use-rpa/browser-use/browser_use/agent/views.py30logger = logging.getLogger(__name__)CODE
LOW…owser-use/browser_use/agent/message_manager/service.py27logger = logging.getLogger(__name__)CODE
LOW…owser-use/browser_use/agent/message_manager/service.py367 def _set_message_with_type(self, message: BaseMessage, message_type: Literal['system', 'state']) -> None:CODE
LOW…browser-use/browser_use/agent/message_manager/utils.py12logger = logging.getLogger(__name__)CODE
LOW…-rpa/browser-use/browser_use/filesystem/file_system.py47 def update_content(self, content: str) -> None:CODE
LOW…/browser-use-rpa/browser-use/browser_use/mcp/server.py98logger = logging.getLogger(__name__)CODE
LOW…/browser-use-rpa/browser-use/browser_use/mcp/server.py921 def _update_session_activity(self, session_id: str) -> None:CODE
LOW…wser-use-rpa/browser-use/browser_use/mcp/controller.py16logger = logging.getLogger(__name__)CODE
LOW…/browser-use-rpa/browser-use/browser_use/mcp/client.py38logger = logging.getLogger(__name__)CODE
LOW…rowser-use-rpa/browser-use/browser_use/mcp/__init__.py9__all__ = ['MCPClient', 'MCPToolWrapper', 'BrowserUseServer'] # type: ignoreCODE
LOW…use-rpa/browser-use/browser_use/controller/__init__.py3__all__ = ['Controller']CODE
LOW…/browser-use/browser_use/integrations/gmail/service.py22logger = logging.getLogger(__name__)CODE
LOW…/browser-use/browser_use/integrations/gmail/actions.py16logger = logging.getLogger(__name__)CODE
LOW…browser-use/browser_use/integrations/gmail/__init__.py24__all__ = ['GmailService', 'register_gmail_actions']CODE
LOW…owser-use-rpa/browser-use/browser_use/browser/cloud.py16logger = logging.getLogger(__name__)CODE
LOW…ser-use-rpa/browser-use/browser_use/browser/session.py1369 async def _setup_proxy_auth(self) -> None:CODE
LOW…ser-use-rpa/browser-use/browser_use/browser/session.py1642 def update_cached_selector_map(self, selector_map: dict[int, EnhancedDOMTreeNode]) -> None:CODE
LOW…er-use-rpa/browser-use/browser_use/browser/__init__.py37__all__ = [CODE
LOW…a/browser-use/browser_use/browser/python_highlights.py19logger = logging.getLogger(__name__)CODE
LOW…a/browser-use/browser_use/browser/python_highlights.py548__all__ = ['create_highlighted_screenshot', 'create_highlighted_screenshot_async', 'cleanup_font_cache']CODE
LOW…-rpa/browser-use/browser_use/browser/video_recorder.py22logger = logging.getLogger(__name__)CODE
LOW…r-use-rpa/browser-use/browser_use/telemetry/service.py15logger = logging.getLogger(__name__)CODE
185 more matches not shown…
Over-Commented Block172 hits · 168 pts
SeverityFileLineSnippetContext
LOWpyproject.toml21# The core that nearly every experiment needs.COMMENT
LOWpyproject.toml41# pip works identically for readers without uv, but resolves fresh ratherCOMMENT
LOWpyproject.toml241 # SFTTrainer(processing_class=...), both of which need TRL 0.20+.COMMENT
LOWpyproject.toml361# Apply the exclusions below even when a path is named on the command line.COMMENT
LOWrequirements-docs.txt1# Python dependencies for building the online reading site.COMMENT
LOWbook-zhtw/gen_cover.py61# def generate_dashscope(prompt, out): # 阿里 通義萬相 (wanx)COMMENT
LOWbook-ta/build_pdf.sh1#!/bin/bashCOMMENT
LOWbook-ta/gen_cover.py61# def generate_dashscope(prompt, out): # Alibaba Tongyi Wanxiang (wanx)COMMENT
LOWbook-tr/build_pdf.sh1#!/bin/bashCOMMENT
LOWbook-tr/gen_cover.py61# def generate_dashscope(prompt, out): # Alibaba Tongyi Wanxiang (wanx)COMMENT
LOWbook-es/build_pdf.sh1#!/bin/bashCOMMENT
LOWbook-id/build_pdf.sh21 echo "Error: required tool '$cmd' was not found in PATH." >&2COMMENT
LOWbook-id/gen_cover.py61# def generate_dashscope(prompt, out): # Alibaba Tongyi Wanxiang (wanx)COMMENT
LOWbook-en/build_pdf.sh1#!/bin/bashCOMMENT
LOWbook-en/gen_cover.py61# def generate_dashscope(prompt, out): # Alibaba Tongyi Wanxiang (wanx)COMMENT
LOWchapter8/self-evolution-eval/README.md21# 从仓库根目录开始:使用共享的第 8 章环境COMMENT
LOW…-use-rpa/browser-use/tests/ci/test_sync_client_auth.py621 # service.auth_client = authCOMMENT
LOW…-use-rpa/browser-use/tests/ci/test_sync_client_auth.py641 # {COMMENT
LOW…-use-rpa/browser-use/tests/ci/test_sync_client_auth.py661 # updated_events.append(json.loads(line))COMMENT
LOW…ser-use/tests/ci/test_browser_session_recent_events.py61COMMENT
LOW…ser-use/tests/ci/test_browser_session_recent_events.py81 # time.sleep(5)COMMENT
LOW…ser-use/tests/ci/test_browser_session_recent_events.py101COMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py61 # @pytest.mark.skip(reason="Race condition - DOMWatchdog tries to inject scripts into tab that's being closed")COMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py81COMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py341COMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py361 # )COMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py381 # )COMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py401 # new_tab_tasks.append(browser_session.create_new_tab('chrome://version'))COMMENT
LOW…rpa/browser-use/tests/ci/test_browser_session_start.py421 # new_tab_tasks.append(browser_session.create_new_tab('chrome://version'))COMMENT
LOW…er-use/tests/ci/test_browser_session_tab_management.py121 passCOMMENT
LOW…er-use/tests/ci/test_browser_session_tab_management.py201 current_url = await browser_session.get_current_page_url()COMMENT
LOW…er-use/tests/ci/test_browser_session_tab_management.py221COMMENT
LOW…er-use/tests/ci/test_browser_session_tab_management.py241 # current_url = await browser_session.get_current_page_url()COMMENT
LOW…er-use/tests/ci/test_browser_session_tab_management.py281COMMENT
LOW…er-use/tests/ci/test_browser_session_tab_management.py301COMMENT
LOW…e/tests/ci/test_registry_action_parameter_injection.py301 # """Test that remove_highlights successfully removes highlight elements."""COMMENT
LOW…e/tests/ci/test_registry_action_parameter_injection.py321 # "document.getElementById('playwright-highlight-container') !== null"COMMENT
LOW…use/tests/ci/test_browser_event_NavigateToUrlEvent2.py301COMMENT
LOW…use/tests/ci/test_browser_event_NavigateToUrlEvent2.py321# )COMMENT
LOW…use/tests/ci/test_browser_event_NavigateToUrlEvent2.py341# profile = BrowserProfile(headless=True)COMMENT
LOW…use/tests/ci/test_browser_event_NavigateToUrlEvent2.py361# assert nav_complete.error_message is not None, 'Should have error message for invalid URL'COMMENT
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py141COMMENT
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py161# assert downloads_watchdog is not NoneCOMMENT
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py181# await session.event_bus.expect(BrowserStoppedEvent, timeout=3.0)COMMENT
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py201COMMENT
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py221# async def test_unique_downloads_directories():COMMENT
LOW…rowser-use/tests/ci/test_browser_watchdog_downloads.py241COMMENT
LOW…pa/browser-use/tests/ci/test_browser_watchdog_crash.py241# <script>COMMENT
LOW…pa/browser-use/tests/ci/test_browser_watchdog_crash.py261COMMENT
LOW…se-rpa/browser-use/examples/features/sensitive_data.py21# Advanced case: domain-specific credentials with reusable dataCOMMENT
LOW…er-use-rpa/browser-use/examples/mcp/advanced_client.py101 # Prerequisites:COMMENT
LOW…owser-use/examples/use-cases/find_and_apply_to_jobs.py121async def main():COMMENT
LOW…e-rpa/browser-use/examples/apps/ad-use/ad_generator.py221 # img_bytes = img_buffer.getvalue()COMMENT
LOW…browser-use-rpa/browser-use/browser_use/agent/views.py401 """Save history to JSON file with proper serialization and optional sensitive data filtering"""COMMENT
LOW…browser-use-rpa/browser-use/browser_use/agent/views.py421 # sensitive_data_keys: A list of keys used as placeholders for sensitive dataCOMMENT
LOW…owser-use/browser_use/agent/message_manager/service.py321 def _log_history_lines(self) -> str:COMMENT
LOW…owser-use/browser_use/agent/message_manager/service.py341 # except Exception as e:COMMENT
LOW…wser-use-rpa/browser-use/browser_use/browser/events.py81 children_nodes=[],COMMENT
LOW…wser-use-rpa/browser-use/browser_use/browser/events.py321 """Kill local browser subprocess."""COMMENT
LOW…wser-use-rpa/browser-use/browser_use/browser/events.py341# height: intCOMMENT
112 more matches not shown…
Fake / Example Data99 hits · 104 pts
SeverityFileLineSnippetContext
LOWbook-id/gen_ch4_figs.py410 ("placeholder", 'light', "[Tool still executing, \nprioritize interruption]", 0.80, 1.0),CODE
LOWchapter8/browser-use-rpa/run_experiment_8_4.py37TRANSFER = {"recipient": "second@example.org", "subject": "季度报告", "content": "完全不同的回放正文"}CODE
LOWchapter8/browser-use-rpa/run_experiment_8_4.py404 post_invalidation_match = store.find_workflow_for_task("send message to audit@example.org")STRING
LOW…-rpa/browser-use/tests/ci/test_agent_sensitive_data.py247 'google.com': {'email': 'user@example.com', 'password': 'google_pass'},CODE
LOW…se-rpa/browser-use/examples/features/sensitive_data.py23company_credentials: dict[str, str] = {'telephone': '9123456789', 'email': 'user@example.com', 'name': 'John Doe'}CODE
LOW…se-rpa/browser-use/examples/features/sensitive_data.py23company_credentials: dict[str, str] = {'telephone': '9123456789', 'email': 'user@example.com', 'name': 'John Doe'}CODE
LOW…er-use-rpa/browser-use/examples/mcp/advanced_server.py286 'custtel': '555-0123',CODE
LOW…browser-use/examples/browser/playwright_integration.py332 - Phone: "555-9876"CODE
LOW…/browser-use-rpa/browser-use/browser_use/mcp/server.py787 if element.attributes.get('placeholder'):CODE
LOW…/browser-use-rpa/browser-use/browser_use/mcp/server.py788 elem_info['placeholder'] = element.attributes['placeholder']CODE
LOW…8/browser-use-rpa/browser-use/browser_use/dom/views.py27 'placeholder',CODE
LOW…8/browser-use-rpa/browser-use/browser_use/dom/views.py77 'placeholder',CODE
LOW…8/browser-use-rpa/browser-use/browser_use/dom/views.py529 for attr in ['value', 'aria-label', 'title', 'placeholder', 'alt']:CODE
LOW…a/browser-use/browser_use/dom/serializer/serializer.py946 attrs_to_remove_if_text_matches = ['aria-label', 'placeholder', 'title']CODE
LOWchapter8/browser-use-rpa/validation/latest.json555 "recipient": "second@example.org",CODE
LOWchapter8/browser-use-rpa/validation/latest.json564 "recipient": "second@example.org",CODE
LOWchapter8/browser-use-rpa/validation/latest.json578 "recipient": "second@example.org",CODE
LOWchapter8/browser-use-rpa/validation/latest.json597 "recipient": "second@example.org",CODE
LOWchapter8/browser-use-rpa/validation/latest.json616 "recipient": "second@example.org",CODE
LOWchapter8/browser-use-rpa/validation/latest.json634 "recipient": "second@example.org",CODE
LOW…use-rpa/validation/real_20260729T171233Z/evidence.json555 "recipient": "second@example.org",CODE
LOW…use-rpa/validation/real_20260729T171233Z/evidence.json564 "recipient": "second@example.org",CODE
LOW…use-rpa/validation/real_20260729T171233Z/evidence.json578 "recipient": "second@example.org",CODE
LOW…use-rpa/validation/real_20260729T171233Z/evidence.json597 "recipient": "second@example.org",CODE
LOW…use-rpa/validation/real_20260729T171233Z/evidence.json616 "recipient": "second@example.org",CODE
LOW…use-rpa/validation/real_20260729T171233Z/evidence.json634 "recipient": "second@example.org",CODE
LOW…ter8/gaia-experience/AWorld/tests/trace/trace_agent.py207 llm_api_key="dummy-key",STRING
LOW…erience/AWorld/examples/BFCL/mcp_tools/long_context.py108 "cardholder_name": "John Doe",STRING
LOW…/AWorld/examples/common/tools/browsers/action/utils.py397 'placeholder',CODE
LOW…8/gaia-experience/AWorld/examples/browser_use/agent.py536 "placeholder", "value", "alt", "aria-expanded",CODE
LOWchapter1/learning-from-experience/tests/test_basic.py97 agent = LLMAgent(api_key="dummy-key-for-testing")CODE
LOW…1/learning-from-experience/tests/test_zero_episodes.py32 agent = LLMAgent(api_key="dummy-key")CODE
LOWchapter6/tts-quality-eval/test_minimax_t2a_refresh.py52 monkeypatch.setenv("MINIMAX_API_KEY", "fake-key")CODE
LOWchapter6/tts-quality-eval/test_minimax_t2a_refresh.py60 assert calls["headers"]["Authorization"] == "Bearer fake-key"CODE
LOWchapter6/tts-quality-eval/test_minimax_t2a_refresh.py67 monkeypatch.setenv("MINIMAX_API_KEY", "fake-key")CODE
LOWchapter6/tts-quality-eval/test_minimax_t2a_refresh.py78 monkeypatch.setenv("MINIMAX_API_KEY", "fake-key")CODE
LOWchapter6/tts-quality-eval/test_minimax_t2a_refresh.py88 monkeypatch.setenv("MINIMAX_API_KEY", "fake-key")CODE
LOWchapter6/tts-quality-eval/test_minimax_t2a_refresh.py99 monkeypatch.setenv("MINIMAX_API_KEY", "fake-key")CODE
LOW…apter6/tts-quality-eval/tests/test_judge_robustness.py88 monkeypatch.setenv("GEMINI_API_KEY", "fake-key-for-test")CODE
LOW…s-quality-eval/tests/test_resolve_gemini_model_null.py24 res = _resolve_gemini_model("dummy_key")CODE
LOW…s_week3_contextual-retrieval-for-user-memory,_creat.md176 "person": "John Doe", # Who it's aboutCODE
LOW…_14_51_26,421_-_main_-_INFO_-_Indexing_document_pro.md749- ✅ Emails: `"user@example.com"` → `["user@example.com"]`CODE
LOW…ts/20250916_163246_根据这个文档,重写隐私保护一节,不要照抄,需要尽可能简练,重点:.md573 "name": "John Doe",CODE
LOW…ts/20250916_163246_根据这个文档,重写隐私保护一节,不要照抄,需要尽可能简练,重点:.md575 "phone": "555-0123",CODE
LOWcursor-chats/20250916_171801_通读整章内容,写一段深刻的本章小结.md141Retrieved: {user_profile: {email: 'user@example.com'}}CODE
LOWcursor-chats/20250916_171801_通读整章内容,写一段深刻的本章小结.md151Retrieved: {address: {type: 'home', street: '123 Main St', city: 'Anytown', state: 'CA'}}CODE
LOWcursor-chats/20250916_171801_通读整章内容,写一段深刻的本章小结.md156Retrieved: {user_profile: {full_name: 'John Doe', dob: '1990-01-15'}}CODE
LOWcursor-chats/20250916_171801_通读整章内容,写一段深刻的本章小结.md217Retrieved: {address: {type: 'home', street: '456 Oak Ave', status: 'current'}}, {address: {type: 'home', street: '123 MaCODE
LOWchapter9/phone-agent/run_acceptance.py100 page.fill("#callee-name", "Jane Doe")CODE
LOWchapter9/phone-agent/README.md41 --name "Jane Doe" \CODE
LOWchapter9/phone-agent/static/index.html30 <input id="callee-name" value="Jane Doe">CODE
LOW…ation/runs/exp9-2-webrtc-audio-20260731-v1/direct.json20 "callee_name": "Jane Doe",CODE
LOW…dation/runs/exp9-2-webrtc-audio-20260731-v1/react.json17 "callee_name": "Jane Doe",CODE
LOW…tion/runs/exp9-7-qwen3-vl-32b-20260801-v1/history.json105 "placeholder": "",CODE
LOW…tion/runs/exp9-7-qwen3-vl-32b-20260801-v1/history.json620 "placeholder": "Search for a location",CODE
LOWbook-hu/localize_figures.py1770 "placeholder": "Helyőrző",CODE
LOWbook-hu/localize_figures.py2273 "placeholder": "helyőrző",CODE
LOWchapter5/dynamic-form/demo.py169 "placeholder": "如:上海",CODE
LOWchapter5/dynamic-form/demo.py252 ph = f' placeholder="{f["placeholder"]}"' if f.get("placeholder") else ""CODE
LOW…ench/envs/retail/tools/modify_pending_order_address.py55 "description": "The first line of the address, such as '123 Main St'.",CODE
39 more matches not shown…
Synthetic Comment Markers19 hits · 88 pts
SeverityFileLineSnippetContext
HIGHbook-zhtw/gen_cover.py8generated by AI.STRING
HIGHbook-ta/gen_cover.py8generated by AI.STRING
HIGHbook-tr/gen_cover.py8generated by AI.STRING
HIGHbook-es/gen_cover.py8generated by AI.STRING
HIGHbook-id/gen_cover.py8generated by AI.STRING
HIGHbook-en/reference-answers.md3This file collects reference-answer outlines for the thought questions across all ten chapters of the book. Most thoughtCODE
HIGHbook-en/gen_cover.py8generated by AI.STRING
HIGH…pa/browser-use/examples/models/langchain/serializer.py137 # as requested by the userCOMMENT
HIGH…9/default_config/layer2_15_employment_negotiation.json1672 "answer": "Based on your conversation history, here are the **final terms of your TechVision job offer** after allCODE
HIGH…9/default_config/layer2_15_employment_negotiation.json1958 "answer": "Based on your conversations, here are the **final terms of your TechVision job offer** after all negotiCODE
HIGHcursor-chats/20251002_213234_根据论文内容,修正文中对_V-IRL_的描述:.md1007are generated by GPT-4 [2] given the place types and placeCODE
HIGH…DME,根据论文内容_@https_arxiv.org_pdf_2505.19590_和_verl_的.md212CRUXEval). Part of the illustration was generated by GPT-4o.CODE
HIGHbook/gen_cover.py8generated by AI.STRING
HIGH…layer2_06_multiple_insurance_policies--json_cards.json861 "content": "{\n \"dimensions\": {\n \"precision\": {\n \"score\": 4,\n \"rCODE
HIGH…/layer2_15_employment_negotiation--enhanced_notes.json344 "content": "The final terms of your TechVision job offer, after negotiations, are as follows: \n\n\n### *CODE
HIGH…/layer2_15_employment_negotiation--enhanced_notes.json411 "content": "AUTHORITATIVE SOURCE:\nconversation_id=initial_offer_001\ntimestamp=2024-09-05 14:00:00\nmetadatCODE
HIGH…/layer2_15_employment_negotiation--enhanced_notes.json429 "content": "{\n \"dimensions\": {\n \"precision\": {\n \"score\": 4,\n \"rCODE
HIGH…/layer2_15_employment_negotiation--enhanced_notes.json464 "answer": "The final terms of your TechVision job offer, after negotiations, are as follows: \n\n\n### **Role & CompeCODE
HIGH…/layer2_15_employment_negotiation--enhanced_notes.json522 "answer": "The final terms of your TechVision job offer, after negotiations, are as follows: \n\n\n### **Role & ComCODE
AI Response Leakage8 hits · 58 pts
SeverityFileLineSnippetContext
HIGHchapter1/search-codegen/validation/latest.json2530 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
HIGHchapter1/search-codegen/validation/latest.json3066 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took too lCODE
HIGHchapter1/search-codegen/validation/latest.json5176 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
HIGH…en/validation/runs/real_20260731T170529Z/evidence.json2530 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
HIGH…en/validation/runs/real_20260731T170529Z/evidence.json3066 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took too lCODE
HIGH…en/validation/runs/real_20260731T170529Z/evidence.json5176 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
HIGH…en/validation/runs/real_20260731T170529Z/receipts.json963 "text": "The code interpreter timed out. This is likely because `requests.get` to CoinGecko took tooCODE
HIGH…/layer3_18_genetic_testing_revelation--json_cards.json550 "reasoning_content": "\nI need to update the memory state by incorporating the new session about the fertiCODE
AI Structural Patterns35 hits · 32 pts
SeverityFileLineSnippetContext
LOWchapter8/prompt-distillation/train_sft_trl.py145CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/service.py129CODE
LOW…8/browser-use-rpa/browser-use/browser_use/agent/gif.py35CODE
LOW…owser-use-rpa/browser-use/browser_use/agent/prompts.py81CODE
LOW…owser-use/browser_use/agent/message_manager/service.py99CODE
LOW…ser-use-rpa/browser-use/browser_use/browser/session.py219CODE
LOW…ser-use-rpa/browser-use/browser_use/browser/session.py1808CODE
LOW…ser-use-rpa/browser-use/browser_use/browser/session.py2057CODE
LOW…ter8/gaia-experience/AWorld/aworld/core/agent/swarm.py33CODE
LOW…pter8/gaia-experience/AWorld/aworld/core/agent/base.py73CODE
LOW…8/gaia-experience/AWorld/aworld/config/agent_loader.py106CODE
LOW…ter8/gaia-experience/AWorld/aworld/agents/llm_agent.py126CODE
LOW…ter8/gaia-experience/AWorld/aworld/agents/llm_agent.py579CODE
LOW…gaia-experience/AWorld/aworld/runners/state_manager.py282CODE
LOW…i_agents/collaborative/debate/agent/moderator_agent.py80CODE
LOW…orld/examples/gaia/mcp_collections/documents/msxlsx.py416CODE
LOW…/AWorld/examples/gaia/mcp_collections/documents/pdf.py177CODE
LOW…ience/AWorld/examples/osworld/aworldAgent/grounding.py4609CODE
LOW…erience/AWorld/train/adapter/verl/aworld_agent_loop.py65CODE
LOW…erience/AWorld/train/adapter/verl/aworld_agent_loop.py179CODE
LOW…r8/gaia-experience/AWorld/train/adapter/verl/common.py168CODE
LOW…nce/AWorld/train/adapter/swift/aworld_agent_trainer.py55CODE
LOW…e/AWorld/aworlddistributed/aworldspace/routes/tasks.py176CODE
LOWchapter1/learning-from-experience/experiment.py44CODE
LOWchapter1/learning-from-experience/experiment.py408CODE
LOWchapter1/learning-from-experience/rl_agent.py333CODE
LOWchapter1/search-codegen/agent.py220CODE
LOWchapter6/user-memory-system-evaluation/experiment.py879CODE
LOWchapter6/elo-leaderboard/parallel_processing.py272CODE
LOWchapter6/elo-leaderboard/main.py51CODE
LOWchapter7/continued-pretraining/compare_models.py68CODE
LOWchapter10/autonomous-phone-registration/models.py96CODE
LOWchapter10/voice-werewolf/werewolf/game.py41CODE
LOWchapter2/system-hint/main.py127CODE
LOWchapter3/user-memory-evaluation/framework.py239CODE
TODO Padding13 hits · 20 pts
SeverityFileLineSnippetContext
LOW…employs_a_train-inference_decoupled_architecture_to.md478 # TODO: implement server pressure awareness load balancingCOMMENT
LOW…mpt-engineering/tau_bench/model_utils/model/mistral.py21# TODO: implementCOMMENT
LOW…mpt-engineering/tau_bench/model_utils/model/mistral.py23# TODO: implementCOMMENT
LOW…neering/tau_bench/model_utils/model/vllm_completion.py40# TODO: implementCOMMENT
LOW…neering/tau_bench/model_utils/model/vllm_completion.py42# TODO: implementCOMMENT
LOW…ompt-engineering/tau_bench/model_utils/model/claude.py24# TODO: implementCOMMENT
LOW…ompt-engineering/tau_bench/model_utils/model/claude.py26# TODO: implementCOMMENT
LOW…pt-engineering/tau_bench/model_utils/model/anyscale.py21# TODO: implementCOMMENT
LOW…pt-engineering/tau_bench/model_utils/model/anyscale.py23# TODO: implementCOMMENT
LOW…t-engineering/tau_bench/model_utils/model/vllm_chat.py32# TODO: implementCOMMENT
LOW…t-engineering/tau_bench/model_utils/model/vllm_chat.py34# TODO: implementCOMMENT
LOW…ompt-engineering/tau_bench/model_utils/model/openai.py43# TODO: implementCOMMENT
LOW…ompt-engineering/tau_bench/model_utils/model/openai.py45# TODO: implementCOMMENT
Overly Generic Function Names20 hits · 18 pts
SeverityFileLineSnippetContext
LOWbook-tr/gen_ch5_figs.py231 ["src/api.py:42: def handle_request(..)",CODE
LOWbook-es/gen_ch5_figs.py202 ["src/api.py:42: def handle_request(..)",CODE
LOWbook-id/gen_ch5_figs.py231 ["src/api.py:42: def handle_request(..)",CODE
LOW…owser-use-rpa/browser-use/browser_use/observability.py113 def my_function(param1, param2):STRING
LOWchapter8/browser-use-rpa/browser-use/browser_use/cli.py852 def run_task(self, task: str) -> None:CODE
LOWchapter8/gaia-experience/experience_agent.py89 async def execute_task(self, task: Task) -> TaskResponse:CODE
LOWchapter8/gaia-experience/AWorld/tests/base_test.py100def run_task(agent: Agent, context: Context = None, input: str = "What is an agent."):CODE
LOW…ience/AWorld/tests/memory/agent/self_evolving_agent.py83 async def run_task(self, user_id, session_id, task_id, user_input, task_context):CODE
LOWchapter8/gaia-experience/AWorld/aworld/runner.py44 async def run_task(task: Union[Task, List[Task]], run_conf: RunConfig = None) -> Dict[str, TaskResponse]:CODE
LOW…e/instrumentation/uni_llmmodel/model_response_parse.py29async def handle_request(span: Span, kwargs, instance):CODE
LOW…e/AWorld/aworlddistributed/aworldspace/routes/tasks.py109 async def execute_task(self, task: AworldTask):CODE
LOWchapter1/context/agent.py668 def execute_task(self, task: str, max_iterations: Optional[int] = None) -> Dict[str, Any]:CODE
LOWchapter5/log-diagnosis/sut.py21def run_task(task_input: Dict[str, Any], fixed: bool = False) -> Dict[str, Any]:CODE
LOWchapter2/system-hint/agent.py811 def execute_task(self, task: str, max_iterations: int = 20) -> Dict[str, Any]:CODE
LOWchapter2/kv-cache/agent.py622 def execute_task(self, task: str, max_iterations: int = 50) -> Dict[str, Any]:CODE
LOWchapter3/user-memory/agent.py605 def execute_task(self, task: str, max_iterations: int = 15) -> Dict[str, Any]:CODE
LOWchapter3/memobase/agent.py454 def execute_task(self, task: Dict[str, Any]) -> Dict[str, Any]:CODE
LOWchapter4/active-tool-selection/agent.py52 def execute_task(self, task: str) -> Dict[str, Any]:CODE
LOWchapter4/active-tool-selection/agent.py308 def execute_task(self, task: str) -> Dict[str, Any]:CODE
LOWchapter4/active-tool-selection/agent.py438 def execute_task(self, task: str) -> Dict[str, Any]:CODE
Example Usage Blocks4 hits · 6 pts
SeverityFileLineSnippetContext
LOWchapter8/browser-use-rpa/browser-use/bin/setup.sh3# Usage:COMMENT
LOWchapter8/browser-use-rpa/browser-use/bin/lint.sh3# Usage:COMMENT
LOWchapter8/browser-use-rpa/browser-use/bin/test.sh3# Usage:COMMENT
LOWchapter2/attention_visualization/visualization.py618 # Example usageCOMMENT