Repository Analysis

rocketride-org/rocketride-server

High-performance AI pipeline engine with a C++ core and 50+ Python-extensible nodes. Build, debug, and scale LLM workflows with 13+ model providers, 8+ vector databases, and agent orchestration, all from your IDE. Includes VS Code extension, TypeScript/Python SDKs, and Docker deployment.

40.8 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of rocketride-org/rocketride-server, a Python project with 7,352 GitHub stars. SynthScan v2.0 examined 859,033 lines of code across 4122 source files, recording 19138 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 40.8 places this repository in the Strong 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).

40.8
Adjusted Score
40.8
Raw Score
100%
Time Factor
2026-08-28
Last Push
7.4K
Stars
Python
Language
859.0K
Lines of Code
4.1K
Files
19.1K
Pattern Hits
2026-08-29
Scan Date
0.10
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

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 1HIGH 394MEDIUM 6004LOW 12739

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 19138 distinct pattern matches across 23 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.

Decorative Section Separators5727 hits · 19649 pts
SeverityFileLineSnippetContext
MEDIUMpyproject.toml1# =============================================================================COMMENT
MEDIUMpyproject.toml7# =============================================================================COMMENT
MEDIUMpyproject.toml111# =============================================================================COMMENT
MEDIUMpyproject.toml120# =============================================================================COMMENT
MEDIUMtools/sync_models/test/conftest.py24# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/conftest.py26# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/conftest.py51# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/conftest.py53# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/conftest.py117# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/conftest.py119# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py123# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py125# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py146# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py148# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py160# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py162# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py174# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py176# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py188# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py190# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py206# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py208# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py220# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py222# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py234# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py236# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py251# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py253# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py265# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py267# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py38# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_live.py40# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_extended_thinking_field.py1# =============================================================================COMMENT
MEDIUMtools/sync_models/test/test_extended_thinking_field.py4# =============================================================================COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py25# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py27# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py349# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py351# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py410# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py412# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py277# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py279# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py490# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/test/test_sync_logic.py492# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/src/sync_models.py51# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/src/sync_models.py53# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/src/core/merger.py29# ---------------------------------------------------------------------------COMMENT
MEDIUMtools/sync_models/src/core/merger.py31# ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.override.yml1# ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.override.yml9# ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml1# ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml11# ---------------------------------------------------------------------------COMMENT
MEDIUMdocker/docker-compose.yml14 # ── RocketRide Engine ────────────────────────────────────────────────────COMMENT
MEDIUMdocker/docker-compose.yml57 # ── PostgreSQL + pgvector ────────────────────────────────────────────────COMMENT
MEDIUMdocker/docker-compose.yml78 # ── etcd (Milvus metadata store) ────────────────────────────────────────COMMENT
MEDIUMdocker/docker-compose.yml103 # ── MinIO (Milvus object storage) ───────────────────────────────────────COMMENT
MEDIUMdocker/docker-compose.yml125 # ── Milvus (vector database) ────────────────────────────────────────────COMMENT
MEDIUMdocker/docker-compose.yml154 # ── ChromaDB (vector database) ──────────────────────────────────────────COMMENT
MEDIUMtest/nodes/test_init_mocks.py1# =============================================================================COMMENT
MEDIUMtest/nodes/test_init_mocks.py22# =============================================================================COMMENT
5667 more matches not shown…
Hyper-Verbose Identifiers5150 hits · 4780 pts
SeverityFileLineSnippetContext
LOWtools/contract_checks/test/test_runner.py74def test_verify_import_passes_when_module_and_symbols_exist(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py81def test_verify_import_fails_when_module_missing():CODE
LOWtools/contract_checks/test/test_runner.py89def test_verify_import_fails_when_symbol_missing(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py97def test_verify_import_accepts_lazy_loaded_submodule():CODE
LOWtools/contract_checks/test/test_runner.py188def test_verify_class_attrs_passes_for_existing_attrs(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py194def test_verify_class_attrs_fails_for_missing_attr(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py201def test_verify_heavy_class_walks_chain_via_constructed_instance(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py416def test_cli_parser_accepts_repeated_package_flag():CODE
LOWtools/contract_checks/test/test_runner.py425def test_cli_parser_accepts_repeated_pattern_flag():CODE
LOWtools/contract_checks/test/test_runner.py434def test_cli_parser_accepts_repeated_requirements_flag():CODE
LOWtools/contract_checks/test/test_runner.py119def test_verify_import_reports_non_importerror_without_crashing(monkeypatch):CODE
LOWtools/contract_checks/test/test_runner.py136def test_verify_import_reports_broken_submodule_not_symbol_missing(monkeypatch, stub_module):CODE
LOWtools/contract_checks/test/test_runner.py163def test_verify_any_of_passes_when_one_alternative_resolves(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py175def test_verify_any_of_fails_when_no_alternative_resolves():CODE
LOWtools/contract_checks/test/test_runner.py212def test_verify_heavy_class_fails_on_missing_chain(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py224def test_verify_heavy_class_fails_with_source_in_message(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py237def test_verify_heavy_class_refuses_non_class_target(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py262def test_verify_heavy_class_dotless_qualname_fails_without_crashing(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py278def test_verify_heavy_class_construct_cannot_reach_dangerous_builtins(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py294def test_verify_heavy_class_construct_allows_set_dummy(stub_module):CODE
LOWtools/contract_checks/test/test_runner.py313def test_auto_extracted_heavy_class_failure_demotes_to_skip(stub_module, tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py342def test_manifest_heavy_class_failure_stays_fail(stub_module, tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py368def test_auto_extracted_heavy_class_chain_success_still_passes(stub_module, tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py401def test_cli_parser_accepts_repeated_tree_flag():CODE
LOWtools/contract_checks/test/test_runner.py448def test_version_matches_simple_specs():CODE
LOWtools/contract_checks/test/test_runner.py474def test_version_matches_propagates_bad_spec():CODE
LOWtools/contract_checks/test/test_runner.py487def test_requirements_parser_extracts_basic_names(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py504def test_requirements_parser_skips_comments_and_blanks(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py516def test_requirements_parser_skips_options_lines(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py545def test_resolve_distributions_to_modules_handles_known_mismatches():CODE
LOWtools/contract_checks/test/test_runner.py556def test_resolve_distributions_to_modules_falls_back_for_uninstalled():CODE
LOWtools/contract_checks/test/test_runner.py569def test_requirements_file_skipped_returns_false_without_marker(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py581def test_requirements_file_skipped_detects_marker_without_reason(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py593def test_requirements_file_skipped_extracts_reason(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py608def test_requirements_file_skipped_extracts_reason_without_reason_prefix(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py623def test_requirements_file_skipped_finds_marker_anywhere_in_file(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py638def test_requirements_marker_detected_with_two_comments_on_one_line(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py669def test_requirements_file_skipped_returns_false_on_missing_file(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py684def test_requirements_file_disabled_detects_marker(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py698def test_requirements_file_disabled_returns_false_without_marker(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py708def test_requirements_file_skipped_and_disabled_are_independent(tmp_path):CODE
LOWtools/contract_checks/test/test_runner.py726def test_install_loop_disable_wins_over_install_all(tmp_path, capsys, monkeypatch):CODE
LOWtools/contract_checks/test/test_runner.py771def test_install_loop_continues_on_per_file_failure(tmp_path, capsys, monkeypatch):CODE
LOWtools/contract_checks/test/test_runner.py816def test_install_loop_install_all_overrides_marker(tmp_path, capsys, monkeypatch):CODE
LOWtools/contract_checks/test/test_runner.py864def test_normalize_dist_name_folds_separators_and_case():CODE
LOWtools/contract_checks/test/test_runner.py872def test_constraint_match_resolves_import_name_to_distribution_pin(monkeypatch):CODE
LOWtools/contract_checks/test/test_runner.py885def test_constraint_match_detects_drift_across_separator(monkeypatch):CODE
LOWtools/contract_checks/test/test_extractor.py54def test_plain_imports_are_picked_up(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py71def test_stdlib_is_filtered_out(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py91def test_internal_packages_are_filtered(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py109def test_relative_imports_are_skipped(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py127def test_try_except_importerror_creates_any_of(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py150def test_non_import_guard_handler_excluded_from_any_of(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py173def test_function_body_imports_are_seen(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py189def test_intra_procedural_heavy_class_detected(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py213def test_contract_check_ignore_comment_drops_import(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py229def test_manifest_skip_drops_auto_detected_package(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py256def test_skip_packages_strips_alternative_from_mixed_any_of(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py285def test_skip_packages_drops_fully_skip_listed_any_of(tmp_path: Path):CODE
LOWtools/contract_checks/test/test_extractor.py312def test_skip_packages_preserves_any_of_applies_when(tmp_path: Path):CODE
5090 more matches not shown…
Over-Commented Block4017 hits · 3946 pts
SeverityFileLineSnippetContext
LOWpyproject.toml1# =============================================================================COMMENT
LOWpyproject.toml41# Format docstringsCOMMENT
LOWpyproject.toml61# D106 Ignore undocumented public nested classCOMMENT
LOWpyproject.toml101filterwarnings = [COMMENT
LOWpnpm-workspace.yaml41 - 'examples/*'COMMENT
LOWtools/contract_checks/requirements.txt1# Framework runtime uses only stdlib (ast, importlib, inspect, sys, pathlib).COMMENT
LOWtools/contract_checks/scripts/tasks.js81 task.output = 'Constraint and verdict caches cleared; depends() will recompile and re-resolve';COMMENT
LOWtools/contract_checks/src/contract_checks/extractor.py321COMMENT
LOWtools/sync_models/src/sync_models.config.json1{COMMENT
LOWtools/sync_models/src/sync_models.config.json41 // These are point-in-time snapshots; keep only the canonical aliases.COMMENT
LOWtools/sync_models/src/sync_models.config.json61 // "gpt-4.1-nano": 1047576,COMMENT
LOWtools/sync_models/src/sync_models.config.json101 // "text-embedding-3-small": 8191,COMMENT
LOWtools/sync_models/src/sync_models.config.json141 // "claude-sonnet-4-5": 200000,COMMENT
LOWtools/sync_models/src/sync_models.config.json241 // "magistral-medium-latest": 131072,COMMENT
LOWtools/sync_models/src/sync_models.config.json561 // Output token limits (modelOutputTokens).COMMENT
LOWtools/sync_models/src/sync_models.config.json601 // "claude-sonnet-4-5": 65536,COMMENT
LOWtools/sync_models/src/core/merger.py461 # Example: OpenRouter lists both "mistral-large-2512" (262144 tokens, exact matchCOMMENT
LOWtools/sync_models/src/core/merger.py481 # existing profile even though the stored model IDs differ (e.g. the APICOMMENT
LOWtools/dependabot-smoke/smoke-nodes.sh1#!/usr/bin/env bashCOMMENT
LOWtools/dependabot-smoke/smoke-litellm.sh1#!/usr/bin/env bashCOMMENT
LOWdocker/docker-compose.override.yml1# ---------------------------------------------------------------------------COMMENT
LOWdocker/docker-compose.yml1# ---------------------------------------------------------------------------COMMENT
LOWtest/nodes/test_init_mocks.py1# =============================================================================COMMENT
LOWtest/nodes/connectors/text_output/test_anonymize.py1# =============================================================================COMMENT
LOWtest/nodes/connectors/milvus/store/test_milvus.py1# =============================================================================COMMENT
LOWnodes/test/test_tool_daytona.py1# =============================================================================COMMENT
LOWnodes/test/test_graph_falkordb.py1# =============================================================================COMMENT
LOWnodes/test/test_tool_guild.py1# =============================================================================COMMENT
LOWnodes/test/test_rocketride_db.py1# =============================================================================COMMENT
LOWnodes/test/test_tool_deepl.py1# =============================================================================COMMENT
LOWnodes/test/test_tool_deepl.py121# ---------------------------------------------------------------------------COMMENT
LOWnodes/test/test_tool_deepl.py241 'depends': depends,COMMENT
LOWnodes/test/test_tool_n8n.py1# =============================================================================COMMENT
LOWnodes/test/test_db_hydradb.py1# =============================================================================COMMENT
LOWnodes/test/test_rocketride_graph_full.py1# =============================================================================COMMENT
LOWnodes/test/test_lifecycle_order.py1# =============================================================================COMMENT
LOWnodes/test/test_age_translate.py1# =============================================================================COMMENT
LOWnodes/test/test_dynamic.py1# =============================================================================COMMENT
LOWnodes/test/test_dynamic_full.py1# =============================================================================COMMENT
LOWnodes/test/test_tool_tavily.py1# =============================================================================COMMENT
LOWnodes/test/test_tool_tavily.py21# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,COMMENT
LOWnodes/test/test_rocketride_db_full.py1# =============================================================================COMMENT
LOWnodes/test/test_graph_neo4j.py1# =============================================================================COMMENT
LOWnodes/test/tool_oura/test_tool_oura.py1# =============================================================================COMMENT
LOWnodes/test/tool_laserdata_memory/__init__.py1# =============================================================================COMMENT
LOWnodes/test/core/test_microsoft_access.py1# =============================================================================COMMENT
LOWnodes/test/guardrails/test_all.py1# =============================================================================COMMENT
LOWnodes/test/guardrails/test_lane_forward_once.py1# =============================================================================COMMENT
LOWnodes/test/framework/runner.py1# =============================================================================COMMENT
LOWnodes/test/framework/discovery.py1# =============================================================================COMMENT
LOWnodes/test/framework/__init__.py1# =============================================================================COMMENT
LOWnodes/test/framework/pipeline.py1# =============================================================================COMMENT
LOWnodes/test/framework/pipeline.py181 """COMMENT
LOWnodes/test/framework/expectations.py1# =============================================================================COMMENT
LOWnodes/test/tool_cognee/__init__.py1# =============================================================================COMMENT
LOWnodes/test/tool_microsoft_365/test_drive_paths.py1# =============================================================================COMMENT
LOW…s/test/tool_microsoft_365/test_onedrive_invite_gate.py1# =============================================================================COMMENT
LOW…es/test/tool_microsoft_365/test_outlook_mail_guards.py1# =============================================================================COMMENT
LOWnodes/test/tool_microsoft_365/test_graph_client.py1# =============================================================================COMMENT
LOWnodes/test/tool_microsoft_365/test_onedrive_gates.py1# =============================================================================COMMENT
3957 more matches not shown…
Unused Imports1352 hits · 1172 pts
SeverityFileLineSnippetContext
LOWtools/contract_checks/cli.py10CODE
LOWtools/contract_checks/test/conftest.py16CODE
LOWtools/contract_checks/test/test_runner.py8CODE
LOWtools/contract_checks/test/test_extractor.py9CODE
LOWtools/contract_checks/src/contract_checks/engine_env.py13CODE
LOWtools/contract_checks/src/contract_checks/runner.py8CODE
LOWtools/contract_checks/src/contract_checks/manifest.py17CODE
LOWtools/contract_checks/src/contract_checks/extractor.py21CODE
LOWtools/contract_checks/src/contract_checks/cli.py19CODE
LOWtools/contract_checks/src/contract_checks/trees.py8CODE
LOWtools/sync_models/test/conftest.py13CODE
LOWtools/sync_models/test/test_sync_live.py16CODE
LOWtools/sync_models/test/markers.py7CODE
LOWtools/sync_models/test/test_baidu_qianfan_provider.py1CODE
LOWtools/sync_models/test/test_extended_thinking_field.py13CODE
LOWtools/sync_models/test/test_sync_logic.py11CODE
LOWtools/sync_models/src/stamp_reasoning.py8CODE
LOWtools/sync_models/src/sync_models.py19CODE
LOWtools/sync_models/src/core/util.py11CODE
LOWtools/sync_models/src/core/reporter.py13CODE
LOWtools/sync_models/src/core/patcher.py19CODE
LOWtools/sync_models/src/core/merger.py14CODE
LOWtools/sync_models/src/core/smoke.py20CODE
LOWtools/sync_models/src/providers/baidu_qianfan.py8CODE
LOWtools/sync_models/src/providers/mistral.py13CODE
LOWtools/sync_models/src/providers/minimax.py11CODE
LOWtools/sync_models/src/providers/perplexity.py8CODE
LOWtools/sync_models/src/providers/gemini.py12CODE
LOWtools/sync_models/src/providers/openai.py8CODE
LOWtools/sync_models/src/providers/qwen.py8CODE
LOWtools/sync_models/src/providers/deepseek.py14CODE
LOWtools/sync_models/src/providers/anthropic.py8CODE
LOWtools/sync_models/src/providers/kimi.py14CODE
LOWtools/sync_models/src/providers/xai.py8CODE
LOWtools/sync_models/src/providers/embedding_openai.py8CODE
LOWtools/sync_models/src/providers/base.py9CODE
LOWnodes/test/test_tool_daytona.py28CODE
LOWnodes/test/test_graph_falkordb.py33CODE
LOWnodes/test/test_vectordb_tool_mixin.py23CODE
LOWnodes/test/conftest.py58CODE
LOWnodes/test/conftest.py58CODE
LOWnodes/test/conftest.py58CODE
LOWnodes/test/conftest.py58CODE
LOWnodes/test/test_tool_guild.py39CODE
LOWnodes/test/test_agent_langchain_parser.py16CODE
LOWnodes/test/test_rocketride_db.py35CODE
LOWnodes/test/test_tool_deepl.py108CODE
LOWnodes/test/test_tool_deepl.py159CODE
LOWnodes/test/test_tool_n8n.py28CODE
LOWnodes/test/test_baidu_qianfan_global_validation.py1CODE
LOWnodes/test/test_tool_v0.py13CODE
LOWnodes/test/test_rocketride_graph_full.py44CODE
LOWnodes/test/test_rocketride_graph_full.py72CODE
LOWnodes/test/test_lifecycle_order.py55CODE
LOWnodes/test/test_age_translate.py33CODE
LOWnodes/test/_sys_modules_guard.py21CODE
LOWnodes/test/test_db_hotdata.py15CODE
LOWnodes/test/test_db_arango.py18CODE
LOWnodes/test/test_tool_tavily.py28CODE
LOWnodes/test/test_rocketride_db_full.py48CODE
1292 more matches not shown…
Excessive Try-Catch Wrapping1022 hits · 1066 pts
SeverityFileLineSnippetContext
LOWtestdata/images/generate_test_images.py28 except Exception:CODE
LOWtools/contract_checks/README.md144except Exception:CODE
LOWtools/contract_checks/README.md152except Exception:CODE
LOWtools/contract_checks/README.md162except Exception:CODE
LOWtools/contract_checks/src/contract_checks/engine_env.py73 except Exception:CODE
LOWtools/contract_checks/src/contract_checks/engine_env.py302 except Exception:CODE
LOWtools/contract_checks/src/contract_checks/runner.py78 except Exception as e:CODE
LOWtools/contract_checks/src/contract_checks/runner.py111 except Exception as e:CODE
LOWtools/contract_checks/src/contract_checks/runner.py178 except Exception as e:CODE
LOWtools/contract_checks/src/contract_checks/runner.py236 except Exception as e:CODE
LOWtools/contract_checks/src/contract_checks/runner.py278 except Exception as e:CODE
LOWtools/contract_checks/src/contract_checks/manifest.py60 except Exception as e:CODE
LOWtools/contract_checks/src/contract_checks/cli.py81 except Exception as e:CODE
LOWtools/contract_checks/src/contract_checks/cli.py427 except Exception as e:CODE
LOWtools/sync_models/src/sync_models.py203 except Exception as e:CODE
LOWtools/sync_models/src/sync_models.py212 except Exception as e:CODE
LOWtools/sync_models/src/sync_models.py352 except Exception as e:CODE
LOWtools/sync_models/src/core/patcher.py541 except Exception:CODE
LOWtools/sync_models/src/core/merger.py84 except Exception:CODE
LOWtools/sync_models/src/core/merger.py219 except Exception:CODE
LOWtools/sync_models/src/core/merger.py229 except Exception:CODE
LOWtools/sync_models/src/core/smoke.py91 except Exception as e:CODE
LOWtools/sync_models/src/core/smoke.py139 except Exception as e:CODE
LOWtools/sync_models/src/core/smoke.py169 except Exception as e:CODE
LOWtools/sync_models/src/core/smoke.py202 except Exception as e:CODE
LOWtools/sync_models/src/providers/base.py386 except Exception as e:CODE
LOWtools/sync_models/src/providers/base.py622 except Exception:CODE
LOWtools/sync_models/src/providers/base.py627 except Exception:CODE
LOWnodes/test/test_anonymize_logic.py159 except Exception as e: # noqa: BLE001CODE
LOWnodes/test/test_contracts.py121 except Exception:CODE
LOWnodes/test/test_contracts.py366 except Exception:CODE
LOWnodes/test/test_contracts.py371 except Exception:CODE
LOWnodes/test/conftest.py109 except Exception:CODE
LOWnodes/test/test_tool_deepl.py169 except Exception:CODE
MEDIUMnodes/test/test_rocketride_graph_full.py79def _db_reachable() -> bool:CODE
LOWnodes/test/test_rocketride_graph_full.py84 except Exception:CODE
LOWnodes/test/test_anomaly_detector_lane_forward.py91 except Exception:CODE
LOWnodes/test/test_dynamic.py106 except Exception as e:CODE
LOWnodes/test/test_dynamic_full.py80 except Exception as e:CODE
MEDIUMnodes/test/test_db_hotdata.py1608def _run_first():CODE
LOWnodes/test/test_db_hotdata.py1611 except Exception as exc: # reported below instead of hanging the suiteCODE
MEDIUMnodes/test/test_rocketride_db_full.py90def _db_reachable() -> bool:CODE
LOWnodes/test/test_rocketride_db_full.py95 except Exception:CODE
LOWnodes/test/guardrails/test_lane_forward_once.py166 except Exception:CODE
LOWnodes/test/framework/runner.py106 except Exception:CODE
LOWnodes/test/framework/discovery.py211 except Exception as e:CODE
LOWnodes/test/tool_http_request/test_rate_limiter.py178 except Exception as exc:CODE
MEDIUMnodes/test/tool_http_request/test_rate_limiter.py171def worker():CODE
LOW…/embedding_transformer/test_lane_batch_forward_once.py109 except Exception:CODE
LOWnodes/test/image_cleanup/test_provenance.py64 except Exception:CODE
LOWnodes/test/tool_filesystem/test_live_anchor.py89 except Exception:CODE
LOWnodes/test/tool_filesystem/test_live_anchor.py93 except Exception:CODE
LOWnodes/test/tool_mcp_client/stub_mcp_server.py137 except Exception:CODE
MEDIUMnodes/test/tool_mcp_client/test_catalog_refresh.py389def worker():CODE
LOWnodes/test/tool_mcp_client/test_catalog_refresh.py395 except Exception as e: # pragma: no cover - failure pathCODE
LOWnodes/test/tool_mcp_client/test_mcp_agent_catalog.py46except Exception as exc: # pragma: no cover - env without engine libsCODE
LOWnodes/test/tool_gohighlevel/test_tools.py283 except Exception as exc: # noqa: BLE001 - a teardown must not mask the test resultCODE
LOWnodes/test/memory_persistent/test_node.py591 except Exception as e: # noqa: BLE001 - thread worker reports failures through errors.CODE
LOWnodes/test/memory_persistent/test_node.py637 except Exception as e: # noqa: BLE001 - thread worker reports failures through errors.CODE
LOWnodes/test/memory_persistent/test_node.py646 except Exception as e: # noqa: BLE001 - thread worker reports failures through errors.CODE
962 more matches not shown…
Cross-File Repetition186 hits · 930 pts
SeverityFileLineSnippetContext
HIGHnodes/test/test_tool_daytona.py0return {module_name: stub} for the deps needed only to import the module.STRING
HIGHnodes/test/test_tool_v0.py0return {module_name: stub} for the deps needed only to import the module.STRING
HIGHnodes/test/test_tool_tavily.py0return {module_name: stub} for the deps needed only to import the module.STRING
HIGHnodes/test/thumbnail/test_chunk_ids.py0minimal currentobject: what docmetadata reads off the instance context.STRING
HIGHnodes/test/embedding_video/test_frame_names.py0minimal currentobject: what docmetadata reads off the instance context.STRING
HIGHnodes/test/frame_grabber/test_frame_ordinals.py0minimal currentobject: what docmetadata reads off the instance context.STRING
HIGHnodes/test/thumbnail/test_chunk_ids.py0stand-in for the engine binding (``self.instance``).STRING
HIGHnodes/test/embedding_video/test_frame_names.py0stand-in for the engine binding (``self.instance``).STRING
HIGHnodes/test/frame_grabber/test_frame_ordinals.py0stand-in for the engine binding (``self.instance``).STRING
HIGHnodes/test/thumbnail/test_chunk_ids.py0stand-in for ``iendpoint``: docmetadata reads the node id off jobconfig.STRING
HIGHnodes/test/embedding_video/test_frame_names.py0stand-in for ``iendpoint``: docmetadata reads the node id off jobconfig.STRING
HIGHnodes/test/frame_grabber/test_frame_ordinals.py0stand-in for ``iendpoint``: docmetadata reads the node id off jobconfig.STRING
HIGHnodes/test/tool_laserdata_memory/test_tools.py0stub @tool_function decorator that records metadata and returns the function.STRING
HIGHnodes/test/tool_mem0/test_tools.py0stub @tool_function decorator that records metadata and returns the function.STRING
HIGHnodes/test/tool_cognee/test_tools.py0stub @tool_function decorator that records metadata and returns the function.STRING
HIGHnodes/test/tool_laserdata_memory/test_tools.py0attach tool metadata to the wrapped function and return it.STRING
HIGHnodes/test/tool_mem0/test_tools.py0attach tool metadata to the wrapped function and return it.STRING
HIGHnodes/test/tool_cognee/test_tools.py0attach tool metadata to the wrapped function and return it.STRING
HIGHnodes/test/tool_laserdata_memory/test_tools.py0identity stand-in for normalize_tool_input (returns dict args unchanged).STRING
HIGHnodes/test/tool_mem0/test_tools.py0identity stand-in for normalize_tool_input (returns dict args unchanged).STRING
HIGHnodes/test/tool_cognee/test_tools.py0identity stand-in for normalize_tool_input (returns dict args unchanged).STRING
HIGHnodes/test/tool_laserdata_memory/test_tools.py0minimal config stub returning an empty node config.STRING
HIGHnodes/test/tool_mem0/test_tools.py0minimal config stub returning an empty node config.STRING
HIGHnodes/test/tool_cognee/test_tools.py0minimal config stub returning an empty node config.STRING
HIGH…s/test/tool_google_workspace/calendar/test_calendar.py0unit tests for the tool_gmail node (no network, no engine runtime). bootstrap mirrors test_tool_tavily.py: inject lightwSTRING
HIGHnodes/test/tool_google_workspace/sheets/test_sheets.py0unit tests for the tool_gmail node (no network, no engine runtime). bootstrap mirrors test_tool_tavily.py: inject lightwSTRING
HIGHnodes/test/tool_google_workspace/docs/test_docs.py0unit tests for the tool_gmail node (no network, no engine runtime). bootstrap mirrors test_tool_tavily.py: inject lightwSTRING
HIGHnodes/test/tool_google_workspace/drive/test_drive.py0unit tests for the tool_gmail node (no network, no engine runtime). bootstrap mirrors test_tool_tavily.py: inject lightwSTRING
HIGHnodes/test/tool_google_workspace/gmail/test_gmail.py0unit tests for the tool_gmail node (no network, no engine runtime). bootstrap mirrors test_tool_tavily.py: inject lightwSTRING
HIGH…s/test/tool_google_workspace/calendar/test_calendar.py0return the kwargs of the first recorded call to terminal method ``op``.STRING
HIGHnodes/test/tool_google_workspace/sheets/test_sheets.py0return the kwargs of the first recorded call to terminal method ``op``.STRING
HIGHnodes/test/tool_google_workspace/docs/test_docs.py0return the kwargs of the first recorded call to terminal method ``op``.STRING
HIGHnodes/test/tool_google_workspace/drive/test_drive.py0return the kwargs of the first recorded call to terminal method ``op``.STRING
HIGH…s/test/tool_google_workspace/calendar/test_calendar.py0secrets must never carry a real default (gitleaks scans services*.json).STRING
HIGHnodes/test/tool_google_workspace/sheets/test_sheets.py0secrets must never carry a real default (gitleaks scans services*.json).STRING
HIGHnodes/test/tool_google_workspace/docs/test_docs.py0secrets must never carry a real default (gitleaks scans services*.json).STRING
HIGHnodes/src/nodes/db_mysql/IGlobal.py0return the explain-validation retry count from config (default 5).STRING
HIGHnodes/src/nodes/rocketride_sql/IGlobal.py0return the explain-validation retry count from config (default 5).STRING
HIGHnodes/src/nodes/db_postgres/IGlobal.py0return the explain-validation retry count from config (default 5).STRING
HIGHnodes/src/nodes/db_mysql/IGlobal.py0return the user-provided database description (empty string if unset).STRING
HIGHnodes/src/nodes/rocketride_sql/IGlobal.py0return the user-provided database description (empty string if unset).STRING
HIGHnodes/src/nodes/db_postgres/IGlobal.py0return the user-provided database description (empty string if unset).STRING
HIGHnodes/src/nodes/llm_perplexity/perplexity.py0get the maximum token count for the specified vision model.STRING
HIGHnodes/src/nodes/llm_mistral/mistral.py0get the maximum token count for the specified vision model.STRING
HIGHnodes/src/nodes/llm_vision_mistral/mistral_vision.py0get the maximum token count for the specified vision model.STRING
HIGHnodes/src/nodes/llm_perplexity/perplexity.py0convert api error messages to user-friendly format.STRING
HIGHnodes/src/nodes/llm_mistral/mistral.py0convert api error messages to user-friendly format.STRING
HIGHnodes/src/nodes/llm_vision_openai/openai_vision.py0convert api error messages to user-friendly format.STRING
HIGHnodes/src/nodes/llm_vision_ollama/ollama_vision.py0convert api error messages to user-friendly format.STRING
HIGH…c/nodes/accessibility_describe/accessibility_vision.py0convert api error messages to user-friendly format.STRING
HIGHnodes/src/nodes/llm_vision_gemini/gemini_vision.py0convert api error messages to user-friendly format.STRING
HIGHnodes/src/nodes/llm_vision_mistral/mistral_vision.py0convert api error messages to user-friendly format.STRING
HIGHnodes/src/nodes/detect/IGlobal.py0disconnect the facade and release shared state on teardown.STRING
HIGHnodes/src/nodes/caption/IGlobal.py0disconnect the facade and release shared state on teardown.STRING
HIGHnodes/src/nodes/detect_segment/IGlobal.py0disconnect the facade and release shared state on teardown.STRING
HIGHnodes/src/nodes/depth_estimate/IGlobal.py0disconnect the facade and release shared state on teardown.STRING
HIGHnodes/src/nodes/pose_estimation/IGlobal.py0disconnect the facade and release shared state on teardown.STRING
HIGHnodes/src/nodes/background_removal/IGlobal.py0disconnect the facade and release shared state on teardown.STRING
HIGHnodes/src/nodes/detect/IInstance.py0accumulate an inbound image stream and run background removal on end. args: action: avi stream action (begin/write/end).STRING
HIGHnodes/src/nodes/caption/IInstance.py0accumulate an inbound image stream and run background removal on end. args: action: avi stream action (begin/write/end).STRING
126 more matches not shown…
Docstring Block Structure131 hits · 655 pts
SeverityFileLineSnippetContext
HIGHtools/contract_checks/src/contract_checks/engine_env.py140 Test whether a version string satisfies a PEP 440 specifier. Used by the dispatch loop to gate manifest entrieSTRING
HIGHtools/contract_checks/src/contract_checks/engine_env.py249 Scan a requirements.txt for the ``# contract-check: disable`` marker. A disable marker is strictly stronger thSTRING
HIGHtools/contract_checks/src/contract_checks/runner.py403 Evaluate a Python expression with a hard wall-clock cap. Uses ``signal.setitimer`` on POSIX (precise, low overSTRING
HIGHtools/contract_checks/src/contract_checks/extractor.py153 Decide whether an ``except`` clause guards optional imports. Args: handler: A single ``except`` clauseSTRING
HIGHtools/contract_checks/src/contract_checks/cli.py183 Read a ``requirements.txt`` and return the set of distribution names. Recognises the common subset of PEP 508 STRING
HIGHtools/sync_models/src/core/patcher.py46 Find the character range of the value of "profiles": { ... } in raw text. Uses bracket counting so it handles STRING
HIGHtools/sync_models/src/core/patcher.py222 Find the character range of the value of ``"fields": { ... }`` in raw text. Same bracket-counting approach as STRING
HIGHtools/sync_models/src/core/patcher.py481 Update ``preconfig.profiles`` and the ``fields`` block inside a services.json file while preserving all existinSTRING
HIGHtools/sync_models/src/core/smoke.py224 Run a smoke test for the given model. Args: smoke_type: One of the keys in the internal registry STRING
HIGHnodes/test/framework/runner.py112 Load test input data as bytes. Input type is inferred from the lane: - text, questions, anSTRING
HIGHnodes/src/nodes/tool_mem0/IInstance.py423Execute an HTTP request to the Mem0 API with bounded retries (via tenacity). Args: method: HTTP verb, e.g. STRING
HIGHnodes/src/nodes/agent_crewai/crewai_runner.py98 Submit a kickoff coroutine bound to a per-run context. Wraps `coro` in an inner coroutine that sets `cSTRING
HIGHnodes/src/nodes/embedding_image/embedding.py94 Create a normalized embedding vector for a given image. This method is completely agnostic to local vsSTRING
HIGHnodes/src/nodes/ocr/ocr.py200 Convert various image formats to PNG bytes. Args: image_data: Image as a bytes-like objectSTRING
HIGHnodes/src/nodes/tool_slack/slack_client.py300Post a message via ``chat.postMessage`` (or the webhook). Args: channel: Channel ID or name. RequirSTRING
HIGHnodes/src/nodes/tool_slack/slack_client.py371List public channels via ``conversations.list``. Cursor pagination is handled internally; at most ``MAX_CHANNELSTRING
HIGHnodes/src/nodes/tool_slack/slack_client.py417Read recent messages via ``conversations.history``. Cursor pagination is handled internally; at most ``STRING
HIGHnodes/src/nodes/tool_filesystem/IInstance.py584A sibling path to stream into before it replaces ``path``. Args: path: The final destination. STRING
HIGHnodes/src/nodes/graph_arango/IGlobal.py144Execute a read-only AQL query and return rows as a list of plain dicts. Args: aql (str): The AQL quSTRING
HIGHnodes/src/nodes/tool_xtrace_memory/IInstance.py345Execute an HTTP request to the xTrace API with bounded retries (via tenacity). Args: method: HTTP verb, e.gSTRING
HIGHnodes/src/nodes/rerank_cohere/rerank_client.py138 Rerank a list of documents by relevance to the given query. Args: query: The query to rankSTRING
HIGHnodes/src/nodes/llm_ibm_watson/ibm_watson.py54Validate an IBM Cloud location string and return the service URL. Args: location: The location/region strinSTRING
HIGHnodes/src/nodes/llm_gemini/gemini.py157 Send a chat prompt to the Gemini model and return the response. This method handles the core chat funcSTRING
HIGH…kages/server/engine-lib/rocketlib-python/lib/msauth.py139 Get a token given the service configuration dict. Args: service (any): service object (engLib.IFilterESTRING
HIGH…ver/engine-lib/rocketlib-python/lib/rocketlib/types.py529 Create an object Entry. Args: filename (str, optional): The name of the target file. If not providSTRING
HIGHpackages/ai/src/ai/node.py201Return the shared WebServer, or explain why there isn't one. For source nodes that cannot work without an HTTP listSTRING
HIGHpackages/ai/src/ai/web/server.py364 Resolve the absolute file path from a URL-encoded path. Args: path (str): The file path (cSTRING
HIGHpackages/ai/src/ai/web/server.py601 Authenticate incoming requests using registered authentication providers. This method handles authentiSTRING
HIGHpackages/ai/src/ai/common/chat.py165 Send prompt, recieve response. This method is pretty common since we are using langchain. ThiSTRING
HIGHpackages/ai/src/ai/common/chat.py333 Handle chat requests with retries for transient errors. This method wraps the actual chat implementatiSTRING
HIGHpackages/ai/src/ai/common/chat.py607 Create and initialize a chat driver for the specified provider. This function uses dynamic module loading to iSTRING
HIGHpackages/ai/src/ai/common/validation.py51Validate and sanitize a prompt before sending to an LLM API. Performs the following checks in order: 1. RejectsSTRING
HIGHpackages/ai/src/ai/common/validation.py95Validate that a model name is well-formed. Args: model: The model identifier string, or None if not yet conSTRING
HIGHpackages/ai/src/ai/common/validation.py128Validate that the output token limit is within reasonable bounds. Args: output_tokens: The configured max oSTRING
HIGHpackages/ai/src/ai/common/avi/descriptor.py130Build a (partial) stream descriptor from a node instance plus media fields. Python does NOT build the authoritativeSTRING
HIGHpackages/ai/src/ai/common/utils/image_utils.py52Convert an image to PNG bytes for transport to the model server. Args: image: A PIL ``Image`` (converted toSTRING
HIGHpackages/ai/src/ai/common/models/base.py443 Send a DAP command to the model server with automatic reconnection. Used for inference and other commaSTRING
HIGHpackages/ai/src/ai/common/models/audio/whisper.py193 Load faster-whisper model. Two modes: - Local mode (device specified): Load directly to deviceSTRING
HIGHpackages/ai/src/ai/common/models/audio/whisper.py396 Run Whisper transcription. Uses faster-whisper with built-in Silero VAD for voice activity detection. STRING
HIGHpackages/ai/src/ai/common/models/audio/whisper.py713 Transcribe audio to text with timestamps. Args: audio: Raw PCM int16 bytes (16kHz mono) STRING
HIGHpackages/ai/src/ai/common/image/image.py14 Load an image from raw bytes into a fully-decoded Pillow Image. Opens the bytes with Pillow and forcesSTRING
HIGHpackages/ai/src/ai/common/dap/dap_conn.py139 Build and send a DAP error response message to the client. Handles failed DAP requests by building a pSTRING
HIGHpackages/ai/src/ai/account/store.py108 Read data from file. Args: filename: Relative path to file Returns: FSTRING
HIGHpackages/ai/src/ai/account/store.py124 Read data from file with metadata (version/etag). Args: filename: Relative path to file STRING
HIGHpackages/ai/src/ai/account/store.py140 Write data to file atomically with optional version check. Args: filename: Relative path tSTRING
HIGHpackages/ai/src/ai/account/store.py171 Get the last modified time of a file as an epoch timestamp. Default implementation delegates to get_fiSTRING
HIGHpackages/ai/src/ai/account/store.py189 Get file metadata: size and modification time. Default implementation reads the file to confirm existeSTRING
HIGHpackages/ai/src/ai/account/store.py227 Read binary data from file. Default implementation decodes from string via latin-1. Backends sSTRING
HIGHpackages/ai/src/ai/account/store.py355 List all files with given prefix. Args: prefix: Path prefix to filter files ReturSTRING
HIGHpackages/ai/src/ai/account/store.py379 Browse files and/or folders under a prefix. Directories are returned with a trailing ``/`` to distinguSTRING
HIGHpackages/ai/src/ai/account/store.py619 Create storage instance. Args: url: Storage URL (overrides the RR_STORE_URL env var) STRING
HIGHpackages/ai/src/ai/account/file_store.py63 Mint a signed DIRECTORY-capability fetch URL for a multi-file bundle. Module Federation remotes are multi-fileSTRING
HIGHpackages/ai/src/ai/account/file_store.py627 Open a file for writing. The handle is owned by the bound context's conn_id (cleanup on disconnect; ownSTRING
HIGHpackages/ai/src/ai/account/file_store.py771 Read file contents as raw bytes. This convenience method materializes the entire file in memory. STRING
HIGHpackages/ai/src/ai/account/file_store.py1144 Get a direct HTTP URL for accessing the file. Cloud backends (S3, Azure) return a presigned/SAS URL diSTRING
HIGHpackages/ai/src/ai/account/models.py295 Return caller's permissions for a specific team. Expands org.admin to the full permission set. CONTRACT — STRING
HIGHpackages/ai/src/ai/account/deployment_backend.py73Validate an identifier that becomes a physical path segment. org/project/team ids originate from session data and tSTRING
HIGHpackages/ai/src/ai/account/base.py326 Resolve the per-tenant database DSN for the RocketRide cloud DB nodes. The ``rocketride_sql`` / ``rockSTRING
HIGHpackages/ai/src/ai/account/keystore.py63 Map a token to its assigned backend endpoint. Validates the token, ensures it belongs to the given APISTRING
HIGHpackages/ai/src/ai/modules/clients/clients.py106 Serve a specific Python client wheel file, or latest if "latest" version is specified. This endpoint serves whSTRING
71 more matches not shown…
Structural Annotation Overuse267 hits · 489 pts
SeverityFileLineSnippetContext
LOWnodes/src/nodes/store_pinecone/IGlobal.py72 # Step 1: Collection Name Validation (per Pinecone docs)COMMENT
LOWnodes/src/nodes/store_pinecone/IGlobal.py101 # Step 2: API Authentication and Collection CheckCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py43 # Step 1: Convert to PNG if neededCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py46 # Step 2: Convert image to binary grayscale PNGCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py49 # Step 3: Deskew the binary image to align textCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py52 # Step 4: Clean up image using morphological operationsCOMMENT
LOWdeploy/helm/examples/keda-gpu-scaling.yaml3# WARNING: The built-in HPA (engine.autoscaling) uses CPU/memory metrics,COMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md5### Step 1: Set Up the `.env` FileCOMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md23### Step 2: Install ClientCOMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md29### Step 3: Create Pipeline (`pipeline.pipe`)COMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md64### Step 4: Create Python Script (`main.py`)COMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md103### Step 5: RunCOMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md113### Step 1: Set Up the `.env` FileCOMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md131### Step 2: Install ClientCOMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md141### Step 3: Create Pipeline (`pipeline.pipe`)COMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md174### Step 4: Create TypeScript Script (`main.ts`)COMMENT
LOWdocs/agents/ROCKETRIDE_QUICKSTART.md210### Step 5: RunCOMMENT
LOWscripts/lib/getenv.js80 // Step 1: read .config (public defaults, always from server root)COMMENT
LOWscripts/lib/getenv.js83 // Step 2: determine which .env to useCOMMENT
LOWscripts/lib/getenv.js89 // Step 3: merge — .env overrides .config defaultsCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx186 // Step 1: branding iconDark / iconLightCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx190 // Step 2: branding generic iconCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx193 // Step 3: manifest icon URLCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx196 // Step 4: RocketRide markCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts466 // Step 1: normalize — empty string / emptied array means "filter off".COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts475 // Step 2: resolve the base field (range suffixes ride separate keys)COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts478 // Step 3: unknown keys are skipped (server parity — see the JSDoc).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts481 // Step 4: every committed entry must pass (AND semantics).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts535 // Step 1: wrap the payload in an object URL.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts538 // Step 2: click a transient anchor pointing at it.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts544 // Step 3: remove the anchor and release the URL.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts776 // Step 1: the date part (exclusive pair).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts782 // Step 2: the time part (exclusive pair), 12-hour unless clock24.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1166 // Step 2: exempt columns get no popup at all (no affordance rendered).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1168 // Step 3: the FORMAT-override layer wraps the cell formatter (popupCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1175 // Step 4: an explicit caller-provided headerPopup wins untouched.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1177 // Step 5: default wiring — the combined popup and Tabulator's ownCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1285 // Step 1: input prefilled from current state (arrays never appear inCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1295 // Step 2: focus once the popup is in the DOM so typing starts immediately.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1387 // Step 2: initial check-set — filter OFF means everything admittedCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1392 // Step 3: render one toggle row per value.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1463 // Step 1: empty text is the valid "no time" state, not an error.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1466 // Step 2: shape check, then range-check each clock component.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1471 // Step 3: reassemble with the hour padded to 2 digits.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1150 // Step 1: strip the markers by destructuring so Tabulator never seesCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1376 // Step 1: dedupe by wire value, remembering each value's label.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1687 // Step 1: the mode-specific pending controls append themselves into theCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1736 // Step 2: the footer row — quiet Clear on the left of a primary Apply.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1753 // Step 3: Enter in any of the section's INPUTS applies immediately. TheCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx668 // Step 1: compact — drop empty strings AND empty arrays so fetchersCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx677 // Step 2: apply — remote grids restart from page 1; local gridsCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx687 // Step 3: reflect the committed state in the header indicators.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx835 // Step 1: any pointer-down outside the trigger AND the portaled panelCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx843 // Step 2: Escape closes too (keyboard parity with the header popups).COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx847 // Step 3: ancestor scroll / resize invalidate the anchor — close.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1235 // Step 1: what is already covered — declared fields + added autos.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1241 // Step 2: build defs for the uncovered keys of the sample row.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1248 // Step 3: append after the current defs — deferred a tick so a load inCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1320 // Step 1: install / clear the combined predicate over the loaded rows.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1327 // Step 2: re-run the page clamp and the footer contract (local pagingCOMMENT
207 more matches not shown…
Verbosity Indicators256 hits · 474 pts
SeverityFileLineSnippetContext
LOWnodes/src/nodes/store_pinecone/IGlobal.py72 # Step 1: Collection Name Validation (per Pinecone docs)COMMENT
LOWnodes/src/nodes/store_pinecone/IGlobal.py101 # Step 2: API Authentication and Collection CheckCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py43 # Step 1: Convert to PNG if neededCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py46 # Step 2: Convert image to binary grayscale PNGCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py49 # Step 3: Deskew the binary image to align textCOMMENT
LOWnodes/src/nodes/image_cleanup/process.py52 # Step 4: Clean up image using morphological operationsCOMMENT
LOWscripts/lib/getenv.js80 // Step 1: read .config (public defaults, always from server root)COMMENT
LOWscripts/lib/getenv.js83 // Step 2: determine which .env to useCOMMENT
LOWscripts/lib/getenv.js89 // Step 3: merge — .env overrides .config defaultsCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx186 // Step 1: branding iconDark / iconLightCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx190 // Step 2: branding generic iconCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx193 // Step 3: manifest icon URLCOMMENT
LOWpackages/shell/src/components/layout/Sidebar.tsx196 // Step 4: RocketRide markCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts466 // Step 1: normalize — empty string / emptied array means "filter off".COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts475 // Step 2: resolve the base field (range suffixes ride separate keys)COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts478 // Step 3: unknown keys are skipped (server parity — see the JSDoc).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts481 // Step 4: every committed entry must pass (AND semantics).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts535 // Step 1: wrap the payload in an object URL.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts538 // Step 2: click a transient anchor pointing at it.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts544 // Step 3: remove the anchor and release the URL.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts776 // Step 1: the date part (exclusive pair).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts782 // Step 2: the time part (exclusive pair), 12-hour unless clock24.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1166 // Step 2: exempt columns get no popup at all (no affordance rendered).COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1168 // Step 3: the FORMAT-override layer wraps the cell formatter (popupCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1175 // Step 4: an explicit caller-provided headerPopup wins untouched.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1177 // Step 5: default wiring — the combined popup and Tabulator's ownCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1285 // Step 1: input prefilled from current state (arrays never appear inCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1295 // Step 2: focus once the popup is in the DOM so typing starts immediately.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1387 // Step 2: initial check-set — filter OFF means everything admittedCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1392 // Step 3: render one toggle row per value.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1463 // Step 1: empty text is the valid "no time" state, not an error.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1466 // Step 2: shape check, then range-check each clock component.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1471 // Step 3: reassemble with the hour padded to 2 digits.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1150 // Step 1: strip the markers by destructuring so Tabulator never seesCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1376 // Step 1: dedupe by wire value, remembering each value's label.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1687 // Step 1: the mode-specific pending controls append themselves into theCOMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1736 // Step 2: the footer row — quiet Clear on the left of a primary Apply.COMMENT
LOWpackages/shell/src/components/data-grid/defaults.ts1753 // Step 3: Enter in any of the section's INPUTS applies immediately. TheCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx668 // Step 1: compact — drop empty strings AND empty arrays so fetchersCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx677 // Step 2: apply — remote grids restart from page 1; local gridsCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx687 // Step 3: reflect the committed state in the header indicators.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx835 // Step 1: any pointer-down outside the trigger AND the portaled panelCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx843 // Step 2: Escape closes too (keyboard parity with the header popups).COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx847 // Step 3: ancestor scroll / resize invalidate the anchor — close.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1235 // Step 1: what is already covered — declared fields + added autos.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1241 // Step 2: build defs for the uncovered keys of the sample row.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1248 // Step 3: append after the current defs — deferred a tick so a load inCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1320 // Step 1: install / clear the combined predicate over the loaded rows.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1327 // Step 2: re-run the page clamp and the footer contract (local pagingCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1364 // Step 2: clear every filter surface — raw control values, typeaheadCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1374 // Step 3: clear the grid-local search (input, committed term, and theCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1382 // Step 4: persisted state — Reset layout deletes the table's wholeCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1601 // Step 1: write the provided bounds in ONE state update (so aCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1610 // Step 2: instant indicator feedback — merge the edit over theCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1637 // Step 1: merge, dropping keys the patch explicitly cleared.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1642 // Step 2: an emptied override disappears from the map entirely.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1645 // Step 3: persist (RR-private blob type) and re-render in place.COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1351 // Step 1: re-arm the debounce guards before the state writes —COMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1478 // Step 1: assemble the option set — platform defaults, then the modeCOMMENT
LOWpackages/shell/src/components/data-grid/DataGrid.tsx1566 // Step 2: create the instance and wire events.COMMENT
196 more matches not shown…
Self-Referential Comments136 hits · 408 pts
SeverityFileLineSnippetContext
MEDIUMpyproject.toml5# This file contains shared Python tooling configuration for the monorepo.COMMENT
MEDIUMpnpm-workspace.yaml2# This file defines which directories contain packages in the monorepoCOMMENT
MEDIUMdocker/docker-compose.override.yml7# This file is automatically picked up by `docker compose up` when present.COMMENT
MEDIUMnodes/test/guardrails/test_all.py640 # Create the package module first so relative imports resolveCOMMENT
MEDIUM…/tool_google_workspace/gmail/test_gmail_integration.py232 # Create a draft to get a real Message-ID header to reply toCOMMENT
MEDIUMnodes/test/memory_persistent/test_memory_store.py144 # Create a session with a 10 second TTLCOMMENT
MEDIUMnodes/src/nodes/thumbnail/IInstance.py121 # Create the document object with the image data and metadataCOMMENT
MEDIUMnodes/src/nodes/embedding_video/IInstance.py228 # Create the document with the frame image and embedding.COMMENT
MEDIUMnodes/src/nodes/llm_mistral/mistral.py284 # Create the chat messageCOMMENT
MEDIUMnodes/src/nodes/store_weaviate/weaviate.py192 # Define the vectorizer module (none, as we will add our own vectors)COMMENT
MEDIUMnodes/src/nodes/store_weaviate/weaviate.py423 # Create the collection if neededCOMMENT
MEDIUMnodes/src/nodes/store_weaviate/weaviate.py569 # Create a renderChunkSize array with emptyCOMMENT
MEDIUMnodes/src/nodes/guardrails/IGlobal.py49 # Create the guardrails engineCOMMENT
MEDIUMnodes/src/nodes/response/IInstance.py125 # Create the dict we will returnCOMMENT
MEDIUMnodes/src/nodes/rocketride_vector/rocketride_vector.py322 # Create a new dictionary with only the expected keysCOMMENT
MEDIUMnodes/src/nodes/rocketride_vector/rocketride_vector.py377 # Create a new documentCOMMENT
MEDIUMnodes/src/nodes/ner/IInstance.py83 # Create a copy to avoid modifying the originalCOMMENT
MEDIUMnodes/src/nodes/vectorizer/IInstance.py78 # Create the metadataCOMMENT
MEDIUMnodes/src/nodes/vectorizer/IInstance.py116 # Create the embeddingsCOMMENT
MEDIUMnodes/src/nodes/store_pinecone/pinecone.py151 # Create the collectionCOMMENT
MEDIUMnodes/src/nodes/store_pinecone/pinecone.py395 # Create the collection if neededCOMMENT
MEDIUMnodes/src/nodes/store_pinecone/pinecone.py580 # Create a renderChunkSize array with emptyCOMMENT
MEDIUMnodes/src/nodes/text_output/IGlobal.py31# Define the IGlobal C++ will callCOMMENT
MEDIUMnodes/src/nodes/store_postgres/postgres.py251 # Create a new dictionary with only the expected keysCOMMENT
MEDIUMnodes/src/nodes/store_postgres/postgres.py306 # Create a new documentCOMMENT
MEDIUMnodes/src/nodes/preprocessor_llm/IInstance.py495 # Create the documentSTRING
MEDIUMnodes/src/nodes/preprocessor_llm/IInstance.py522 # Create a new chunk with the table contentSTRING
MEDIUMnodes/src/nodes/reducto/parser.py100 # Create a new Reducto client per parse to enable safe concurrencyCOMMENT
MEDIUMnodes/src/nodes/embedding_image/IInstance.py118 # Create the Doc object for the image (unique chunkId per image)COMMENT
MEDIUMnodes/src/nodes/embedding_image/IInstance.py131 # Create a documentCOMMENT
MEDIUMnodes/src/nodes/ocr/IInstance.py208 # Create a copy of the document to avoid modifying the originalCOMMENT
MEDIUMnodes/src/nodes/local_text_output/IInstance.py108 # Create the full target path by joining with output directoryCOMMENT
MEDIUMnodes/src/nodes/store_astra/astra_db.py138 # Create the collectionCOMMENT
MEDIUMnodes/src/nodes/store_astra/astra_db.py226 # Create a new documentCOMMENT
MEDIUMnodes/src/nodes/store_astra/astra_db.py420 # Create the document structure for AstraDBCOMMENT
MEDIUMnodes/src/nodes/audio_transcribe/IInstance.py65 # Create the default metadata for the documentCOMMENT
MEDIUMnodes/src/nodes/audio_transcribe/IInstance.py76 # Create the document object and save the base64 encoded imageCOMMENT
MEDIUMnodes/src/nodes/store_chroma/chroma.py253 # Create a new collectionCOMMENT
MEDIUMnodes/src/nodes/store_chroma/chroma.py487 # Create the collection if neededCOMMENT
MEDIUMnodes/src/nodes/store_chroma/chroma.py657 # Create a renderChunkSize array with emptyCOMMENT
MEDIUMnodes/src/nodes/autopipe/IGlobal.py48 # Create a filter for the given providerCOMMENT
MEDIUMnodes/src/nodes/autopipe/IGlobal.py210 # # Create the config - since we know exactly what we want andCOMMENT
MEDIUMnodes/src/nodes/image_cleanup/morphology.py41 # Create a small 2x2 square kernel for morphological operationCOMMENT
MEDIUMnodes/src/nodes/store_atlas/atlas.py194 # Create the search index directly without SearchIndexModelCOMMENT
MEDIUMnodes/src/nodes/accessibility_describe/IGlobal.py49 # Create the chat interfaceCOMMENT
MEDIUMnodes/src/nodes/audio_player/IGlobal.py33 # Create the lock - we can only play one at a timeCOMMENT
MEDIUMnodes/src/nodes/embedding_openai/IGlobal.py33# Define the IGlobal C++ will callCOMMENT
MEDIUMnodes/src/nodes/preprocessor_code/IGlobal.py43 # Create the preprocessorCOMMENT
MEDIUMnodes/src/nodes/preprocessor_code/IInstance.py54 # Create the documentsCOMMENT
MEDIUMnodes/src/nodes/preprocessor_code/IInstance.py57 # Create the document from itCOMMENT
MEDIUMnodes/src/nodes/prompt/IInstance.py54 # Create a question from documentsCOMMENT
MEDIUMnodes/src/nodes/prompt/IInstance.py61 # Create a question from textCOMMENT
MEDIUMnodes/src/nodes/prompt/IInstance.py69 # Create a question from table dataCOMMENT
MEDIUMnodes/src/nodes/store_milvus/milvus.py184 # Create a collectionCOMMENT
MEDIUMnodes/src/nodes/store_milvus/milvus.py283 # Create a new documentCOMMENT
MEDIUMnodes/src/nodes/store_milvus/milvus.py458 # Create the collection if neededCOMMENT
MEDIUMnodes/src/nodes/store_milvus/milvus.py656 # Create a renderChunkSize array with emptyCOMMENT
MEDIUMnodes/src/nodes/llm_vision_mistral/mistral_vision.py236 # Create the messages with system role, user prompt, and image contentCOMMENT
MEDIUMnodes/src/nodes/llm_vision_mistral/IInstance.py50 # Create a question object with the image dataCOMMENT
MEDIUMnodes/src/nodes/aparavi_aql/IGlobal.py65 # Create the HTTP clientCOMMENT
76 more matches not shown…
Deep Nesting363 hits · 308 pts
SeverityFileLineSnippetContext
LOWtools/contract_checks/src/contract_checks/extractor.py484CODE
LOWtools/contract_checks/src/contract_checks/extractor.py518CODE
LOWtools/contract_checks/src/contract_checks/cli.py355CODE
LOWtools/contract_checks/src/contract_checks/cli.py441CODE
LOWtools/sync_models/src/core/patcher.py45CODE
LOWtools/sync_models/src/core/patcher.py135CODE
LOWtools/sync_models/src/core/patcher.py221CODE
LOWtools/sync_models/src/core/patcher.py283CODE
LOWtools/sync_models/src/core/merger.py275CODE
LOWtools/sync_models/src/core/merger.py374CODE
LOWtools/sync_models/src/core/smoke.py56CODE
LOWtools/sync_models/src/providers/base.py35CODE
LOWtools/sync_models/src/providers/base.py261CODE
LOWtools/sync_models/src/providers/base.py544CODE
LOWtest/testdata/tests/tasktest.py441CODE
LOWtest/testdata/tests/tasktest.py471CODE
LOWnodes/test/test_contracts.py88CODE
LOWnodes/test/test_contracts.py132CODE
LOWnodes/test/test_dynamic.py74CODE
LOWnodes/test/test_dynamic_full.py51CODE
LOWnodes/test/tool_oura/test_tool_oura.py737CODE
LOWnodes/test/framework/runner.py245CODE
LOWnodes/test/framework/discovery.py141CODE
LOWnodes/test/framework/pipeline.py171CODE
LOWnodes/test/framework/expectations.py201CODE
LOWnodes/test/framework/expectations.py419CODE
LOWnodes/test/tool_gohighlevel/test_gohighlevel.py1634CODE
LOWnodes/src/nodes/tool_n8n/IGlobal.py107CODE
LOWnodes/src/nodes/tool_n8n/IInstance.py440CODE
LOWnodes/src/nodes/tool_n8n/n8n_client.py241CODE
LOWnodes/src/nodes/tool_n8n/n8n_client.py303CODE
LOWnodes/src/nodes/tool_n8n/n8n_client.py432CODE
LOWnodes/src/nodes/llm_perplexity/IGlobal.py41CODE
LOWnodes/src/nodes/detect/IInstance.py85CODE
LOWnodes/src/nodes/webhook/IEndpoint.py52CODE
LOWnodes/src/nodes/thumbnail/IInstance.py62CODE
LOWnodes/src/nodes/llm_baidu_qianfan/IGlobal.py49CODE
LOWnodes/src/nodes/llm_baidu_qianfan/qianfan_client.py69CODE
LOWnodes/src/nodes/llm_baidu_qianfan/qianfan_client.py84CODE
LOWnodes/src/nodes/embedding_video/IInstance.py77CODE
LOWnodes/src/nodes/embedding_video/IInstance.py113CODE
LOWnodes/src/nodes/llm_mistral/IGlobal.py42CODE
LOWnodes/src/nodes/caption/IInstance.py59CODE
LOWnodes/src/nodes/llm_xai/IGlobal.py38CODE
LOWnodes/src/nodes/llm_xai/IGlobal.py149CODE
LOWnodes/src/nodes/store_weaviate/IGlobal.py52CODE
LOWnodes/src/nodes/tool_exa_search/IInstance.py210CODE
LOWnodes/src/nodes/response/IInstance.py91CODE
LOWnodes/src/nodes/response/IInstance.py215CODE
LOWnodes/src/nodes/response/IInstance.py98CODE
LOWnodes/src/nodes/rocketride_vector/IGlobal.py80CODE
LOWnodes/src/nodes/rocketride_vector/rocketride_vector.py294CODE
LOWnodes/src/nodes/rocketride_graph/IGlobal.py203CODE
LOWnodes/src/nodes/rocketride_graph/IGlobal.py248CODE
LOWnodes/src/nodes/ner/IInstance.py70CODE
LOWnodes/src/nodes/llm_anthropic/IGlobal.py36CODE
LOWnodes/src/nodes/landing_ai/parse/IInstance.py64CODE
LOWnodes/src/nodes/llm_openai/IGlobal.py34CODE
LOWnodes/src/nodes/llm_openai/openai_client.py81CODE
LOWnodes/src/nodes/llm_openai/openai_client.py96CODE
303 more matches not shown…
Magic Placeholder Names60 hits · 305 pts
SeverityFileLineSnippetContext
HIGHnodes/src/nodes/llm_gemini/gemini.py71 >>> chat = Chat(provider='gemini', connConfig={'apikey': 'your-api-key'}, bag={})STRING
HIGHdocs/README-mcp-client.md83 "ROCKETRIDE_AUTH": "your-api-key"CODE
HIGHdocs/README-mcp-client.md101 "ROCKETRIDE_AUTH": "your-api-key"CODE
HIGHdocs/agents/ROCKETRIDE_python_API.md57ROCKETRIDE_APIKEY=your-api-key-hereCODE
HIGHdocs/agents/ROCKETRIDE_python_API.md78client = RocketRideClient(uri='https://api.rocketride.ai', auth='your-api-key')CODE
HIGHdocs/agents/ROCKETRIDE_python_API.md88ROCKETRIDE_APIKEY=your-api-keyCODE
HIGHdocs/agents/ROCKETRIDE_python_API.md269 auth='your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_python_API.md291client = RocketRideClient(uri='https://api.rocketride.ai', auth='your-api-key')CODE
HIGHdocs/agents/ROCKETRIDE_python_API.md332client = RocketRideClient(auth='your-api-key', on_event=handle_events)CODE
HIGHdocs/agents/ROCKETRIDE_python_API.md1018 auth='your_api_key',CODE
HIGHdocs/agents/ROCKETRIDE_PIPELINE_RULES.md353ROCKETRIDE_APIKEY=your-api-keyCODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md70ROCKETRIDE_APIKEY=your-api-key-hereCODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md92 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md104ROCKETRIDE_APIKEY=your-api-keyCODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md123 apiKey: '${ROCKETRIDE_APIKEY}', // Replaced with: your-api-keyCODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md206 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md238 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md274 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md305 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md335 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md416await client.login('your-api-key'); // authenticateCODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md926 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md952 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md987 auth: 'your-api-key',CODE
HIGHdocs/agents/ROCKETRIDE_typescript_API.md1070 await client.connect('your-api-key');CODE
HIGHpackages/client-mcp/docs/index.md93export ROCKETRIDE_AUTH=your-api-keyCODE
HIGHpackages/client-mcp/docs/index.md157 "ROCKETRIDE_AUTH": "your-api-key"CODE
HIGHpackages/client-mcp/docs/index.md175 "ROCKETRIDE_AUTH": "your-api-key"CODE
HIGHpackages/shell/contract/versions/v0.d.ts4500 * auth: 'your-api-key',COMMENT
HIGHpackages/shell/contract/versions/v0.d.ts4509 * ROCKETRIDE_APIKEY: 'your-api-key',COMMENT
HIGHpackages/shell/contract/versions/v1.d.ts4500 * auth: 'your-api-key',COMMENT
HIGHpackages/shell/contract/versions/v1.d.ts4509 * ROCKETRIDE_APIKEY: 'your-api-key',COMMENT
HIGHpackages/ai/src/ai/modules/task_http/task_data.py462 -H "Authorization: Bearer your-api-key" \CODE
HIGHpackages/ai/src/ai/modules/task_http/task_data.py472 -H "Authorization: Bearer your-api-key" \CODE
HIGHpackages/ai/src/ai/modules/task_http/task_data.py479 -H "Authorization: Bearer your-api-key" \CODE
HIGHpackages/client-typescript/contract/versions/v1.3.d.ts4444 * auth: 'your-api-key',COMMENT
HIGHpackages/client-typescript/contract/versions/v1.3.d.ts4453 * ROCKETRIDE_APIKEY: 'your-api-key',COMMENT
HIGH…ages/client-typescript/docs/guide/methods/terminate.md51async with RocketRideClient(auth='your-api-key') as client:CODE
HIGH…ages/client-typescript/docs/guide/methods/terminate.md66const client = new RocketRideClient({ auth: 'your-api-key' });CODE
HIGH…kages/client-typescript/docs/guide/methods/validate.md63async with RocketRideClient(auth='your-api-key') as client:CODE
HIGH…kages/client-typescript/docs/guide/methods/validate.md91const client = new RocketRideClient({ auth: 'your-api-key' });CODE
HIGHpackages/client-typescript/docs/guide/methods/use.md83async with RocketRideClient(uri='https://cloud.rocketride.ai', auth='your-api-key') as client:CODE
HIGHpackages/client-typescript/docs/guide/methods/use.md93 auth: 'your-api-key',CODE
HIGHpackages/client-typescript/docs/guide/methods/use.md153async with RocketRideClient(auth='your-api-key') as client:CODE
HIGH…lient-typescript/docs/guide/methods/get-task-status.md128async with RocketRideClient(auth='your-api-key') as client:CODE
HIGH…lient-typescript/docs/guide/methods/get-task-status.md140const client = new RocketRideClient({ auth: 'your-api-key' });CODE
HIGHpackages/client-typescript/docs/guide/methods/send.md64async with RocketRideClient(auth='your-api-key') as client:CODE
HIGHpackages/client-typescript/docs/guide/methods/send.md89const client = new RocketRideClient({ auth: 'your-api-key' });CODE
HIGHpackages/client-typescript/docs/guide/methods/send.md166async with RocketRideClient(auth='your-api-key') as client:CODE
HIGHpackages/client-typescript/docs/guide/methods/send.md209client = RocketRideClient(auth='your-api-key', on_event=handle_events)CODE
HIGHpackages/client-typescript/src/client/client.ts443 * auth: 'your-api-key',COMMENT
HIGHpackages/client-typescript/src/client/client.ts452 * ROCKETRIDE_APIKEY: 'your-api-key',COMMENT
HIGHpackages/client-python/src/rocketride/client.py32 result = await client.connect("your_api_key")STRING
HIGHpackages/client-python/src/rocketride/client.py120 result = await client.connect("your_api_key") # returns ConnectResultSTRING
HIGHpackages/client-python/src/rocketride/__init__.py43 result = await client.connect('your_api_key') # returns ConnectResultSTRING
HIGHpackages/client-python/src/rocketride/types/events.py73 auth='your_api_key',STRING
HIGHpackages/client-python/src/rocketride/types/client.py48 'auth': 'your_api_key',STRING
HIGHpackages/client-python/src/rocketride/types/__init__.py50 'auth': 'your_api_key',STRING
HIGHpackages/client-python/src/rocketride/mixins/events.py46 client = RocketRideClient("ws://localhost:8080", "your_api_key", on_event=handle_upload_progress)STRING
HIGH…ages/client-python/src/rocketride/mixins/connection.py38 result = await client.connect("your_api_key")STRING
Modern Structural Boilerplate212 hits · 220 pts
SeverityFileLineSnippetContext
LOWtools/contract_checks/src/contract_checks/extractor.py370 def _set_binding(self, name: str, value: tuple[str, ast.Call]) -> None:CODE
LOWnodes/test/framework/__init__.py35__all__ = [CODE
LOWnodes/src/nodes/db_mysql/__init__.py37__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/tool_n8n/__init__.py39__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/llm_perplexity/__init__.py37__all__ = [CODE
LOWnodes/src/nodes/detect/__init__.py9__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/tool_oura/__init__.py29__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/webhook/__init__.py29__all__ = [CODE
LOWnodes/src/nodes/thumbnail/__init__.py29__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/tool_laserdata_memory/__init__.py17__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/memory_internal/__init__.py16__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/llm_baidu_qianfan/__init__.py37__all__ = [CODE
LOWnodes/src/nodes/embedding_video/__init__.py27__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/caption/__init__.py9__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/extract_facts/__init__.py27__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/llm_xai/__init__.py37__all__ = [CODE
LOWnodes/src/nodes/llm_ollama/__init__.py37__all__ = [CODE
LOWnodes/src/nodes/anomaly_detector/__init__.py35__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/twelvelabs/__init__.py27__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/store_weaviate/__init__.py38__all__ = [CODE
LOWnodes/src/nodes/guardrails/__init__.py27__all__ = [CODE
LOWnodes/src/nodes/tool_chartjs/__init__.py27__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/tool_exa_search/__init__.py29__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/response/__init__.py35__all__ = [CODE
LOWnodes/src/nodes/rocketride_vector/__init__.py43__all__ = [CODE
LOWnodes/src/nodes/rocketride_graph/__init__.py38__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/ner/__init__.py34__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/llm_anthropic/__init__.py37__all__ = [CODE
LOWnodes/src/nodes/vectorizer/__init__.py27__all__ = [CODE
LOWnodes/src/nodes/landing_ai/parse/__init__.py11__all__ = ['IInstance', 'IGlobal']CODE
LOWnodes/src/nodes/landing_ai/extract/__init__.py11__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/llm_openai/__init__.py37__all__ = [CODE
LOWnodes/src/nodes/tool_mem0/__init__.py17__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/agent_crewai/crewai_manager/__init__.py11__all__ = ['IInstance', 'IGlobal']CODE
LOWnodes/src/nodes/agent_crewai/crewai_agent/__init__.py11__all__ = ['IInstance', 'IGlobal']CODE
LOW…des/src/nodes/agent_crewai/crewai_subagent/__init__.py11__all__ = ['IInstance', 'IGlobal']CODE
LOWnodes/src/nodes/store_pinecone/__init__.py43__all__ = [CODE
LOWnodes/src/nodes/tool_http_request/__init__.py27__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/detect_segment/__init__.py27__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/db_hotdata/__init__.py37__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/summarization/__init__.py27__all__ = [CODE
LOWnodes/src/nodes/agent_llamaindex/__init__.py35__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/tool_cognee/__init__.py16__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/llm_kimi/__init__.py37__all__ = [CODE
LOWnodes/src/nodes/store_postgres/__init__.py43__all__ = [CODE
LOWnodes/src/nodes/preprocessor_llm/__init__.py27__all__ = [CODE
LOWnodes/src/nodes/llm_vision_openai/__init__.py35__all__ = [CODE
LOWnodes/src/nodes/reducto/__init__.py31__all__ = ['IInstance', 'IGlobal', 'IEndpoint']CODE
LOWnodes/src/nodes/tool_v0/__init__.py29__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/embedding_image/__init__.py45__all__ = [CODE
LOW…c/nodes/agent_deepagent/deepagent_subagent/__init__.py11__all__ = ['IInstance', 'IGlobal']CODE
LOW…/src/nodes/agent_deepagent/deepagent_agent/__init__.py11__all__ = ['IInstance', 'IGlobal']CODE
LOWnodes/src/nodes/ocr/__init__.py38__all__ = [CODE
LOWnodes/src/nodes/local_text_output/__init__.py34__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/embedding_transformer/__init__.py38__all__ = [CODE
LOWnodes/src/nodes/store_astra/__init__.py40__all__ = [CODE
LOWnodes/src/nodes/audio_transcribe/__init__.py27__all__ = ['IGlobal', 'IInstance']CODE
LOWnodes/src/nodes/store_chroma/__init__.py39__all__ = [CODE
LOWnodes/src/nodes/autopipe/__init__.py27__all__ = [CODE
LOWnodes/src/nodes/tool_microsoft_365/onedrive/__init__.py29__all__ = ['IGlobal', 'IInstance']CODE
152 more matches not shown…
Modern AI Meta-Vocabulary66 hits · 218 pts
SeverityFileLineSnippetContext
MEDIUMnodes/test/test_tool_v0.py135 # scaffolding; always remove them afterwards so they never leak either.COMMENT
MEDIUMnodes/test/test_db_hotdata.py1268# during agentic testing: blocked on DELETE, it called load_data mode=replaceCOMMENT
MEDIUMnodes/test/test_db_arango.py166 # suite) so the scaffold cleanup below restores them rather than dropping them.COMMENT
MEDIUMnodes/test/tool_laserdata_memory/test_tools.py42# Import scaffolding: build FRESH stubs unconditionally. Never read the objectCOMMENT
MEDIUMnodes/test/extract_facts/test_extract_facts.py115# (Pattern: guardrails/test_all.py:549-680.)COMMENT
MEDIUMnodes/test/guardrails/test_all.py635 # Force reimport — clean out any cached guardrails modulesCOMMENT
MEDIUMnodes/test/guardrails/test_all.py683 # Clean up guardrails modulesCOMMENT
MEDIUMnodes/test/tool_mem0/test_tools.py36# Import scaffolding: build FRESH stubs unconditionally. Never read the objectCOMMENT
MEDIUMnodes/test/tool_cognee/test_tools.py54# Composable import scaffolding (augments existing stubs, never clobbers)COMMENT
MEDIUMnodes/test/tool_filesystem/test_read_size_cap.py31# Module-import scaffoldingCOMMENT
MEDIUMnodes/test/tool_xtrace_memory/test_tools.py32# Import scaffolding: build FRESH stubs unconditionally. Never read the objectCOMMENT
MEDIUMnodes/test/tool_gohighlevel/test_tools.py66# Import scaffoldingCOMMENT
MEDIUMnodes/test/tool_gohighlevel/test_tools.py135 # .IGlobal, .IInstance, .tool_groups, .tools.*) are removed along with the scaffold:COMMENT
MEDIUMnodes/src/nodes/embedding_video/IInstance.py195 # as a correct RGB PIL image for the embedding model.COMMENT
MEDIUMnodes/src/nodes/llm_mistral/mistral.py130 # Latest Small Models - Good for RAGCOMMENT
MEDIUMnodes/src/nodes/guardrails/IGlobal.py49 # Create the guardrails engineCOMMENT
MEDIUMnodes/src/nodes/guardrails/IInstance.py70 # Run input guardrailsCOMMENT
MEDIUMnodes/src/nodes/guardrails/IInstance.py128 # Run output guardrailsCOMMENT
MEDIUMnodes/src/nodes/guardrails/README.md1# guardrailsCOMMENT
MEDIUMnodes/src/nodes/guardrails/README.md115[<svg viewBox="0 0 16 16" width="15" height="15" fill="currentColor" aria-hidden="true" style="vertical-align:-0.15em;maCODE
MEDIUMnodes/src/nodes/guardrails/guardrails_engine.py221 # Input guardrailsCOMMENT
MEDIUMnodes/src/nodes/guardrails/guardrails_engine.py362 # Output guardrailsCOMMENT
MEDIUMnodes/src/nodes/guardrails/guardrails_engine.py108 # Stop words excluded from hallucination grounding checksCOMMENT
MEDIUMnodes/src/nodes/guardrails/guardrails_engine.py613 # Input guardrailsCOMMENT
MEDIUMnodes/src/nodes/guardrails/guardrails_engine.py635 # Output guardrailsCOMMENT
MEDIUMnodes/src/nodes/landing_ai/doc.md60per page). See https://landing.ai/pricing-agentic-apis.CODE
MEDIUMnodes/src/nodes/tool_http_request/IInstance.py153 # Validate guardrails from configCOMMENT
MEDIUMnodes/src/nodes/agent_llamaindex/llamaindex.py115 # Unparseable output means the model answered directly; strip scaffolding.COMMENT
MEDIUM…src/nodes/embedding_transformer/sentenceTransformer.py160 # Save the embedding model and vectors as a listCOMMENT
MEDIUMnodes/src/nodes/store_atlas/atlas.py241 # Validate embedding model matches collectionCOMMENT
MEDIUMnodes/src/nodes/tool_filesystem/IInstance.py65# defaults to 100 MB, which can blow the agent's context window or OOM theCOMMENT
MEDIUMnodes/src/nodes/tool_mcp_client/requirements.txt1# Step 1 scaffolding: no external dependencies required yet.COMMENT
MEDIUMnodes/src/nodes/llm_minimax/minimax.py35# MiniMax M2-series models return chain-of-thought wrapped in <think>...</think>COMMENT
MEDIUMnodes/src/nodes/anonymize/anonymize.py28# Default PII labels for zero-shot detection when the user has not configuredCOMMENT
MEDIUMnodes/src/nodes/agent_rocketride/planner.py334 # - "Remove peek results": keeps the context window lean by evictingCOMMENT
MEDIUMnodes/src/nodes/agent_rocketride/planner.py407 # thing in the LLM's context window when it generates its response.COMMENT
MEDIUMnodes/src/nodes/llamaparse/IGlobal.py193 # Set LVM model for agentic modes if providedCOMMENT
MEDIUMdocs/README-engine.md273└── CMakeLists.txt # Build orchestrationCODE
MEDIUMdocs/agents/ROCKETRIDE_README.md7### Document Intelligence & RAG SystemsCOMMENT
MEDIUMdocs/agents/ROCKETRIDE_PIPELINE_RULES.md576### Pattern 1: Chat/Q&A System (RAG)COMMENT
MEDIUMdocs/agents/ROCKETRIDE_PIPELINE_RULES.md586### Pattern 2: Simple Chat (No RAG)COMMENT
MEDIUMdocs/agents/ROCKETRIDE_PIPELINE_RULES.md669### Pattern 9: Advanced RAG with SummariesCOMMENT
MEDIUMdocs/agents/ROCKETRIDE_PIPELINE_RULES.md767### Complete RAG PipelineCOMMENT
MEDIUMpackages/server/CMakeLists.txt6# It orchestrates the build of all C++ components including the core library,COMMENT
MEDIUMpackages/docs/content-static/integrations/anthropic.md102## Minimal pipeline: RAG with AnthropicCOMMENT
MEDIUMpackages/docs/content-static/integrations/qdrant.md107## Full RAG pipeline exampleCOMMENT
MEDIUMpackages/docs/content-static/examples/rag-pipeline.md6# RAG PipelineCOMMENT
MEDIUMpackages/ai/tests/ai/common/test_llm_token_metrics.py338 # An agentic turn calls the model repeatedly; the Trace shows the turn total ANDCOMMENT
MEDIUMpackages/ai/tests/ai/common/utils/test_tool_args.py368 # No truthy coercion: 1/0 are common LLM hallucinations of bool butCOMMENT
MEDIUMpackages/ai/tests/ai/common/utils/test_tool_args.py376 # "true"/"false"/"yes"/"1" strings from an LLM are hallucinations.COMMENT
MEDIUMpackages/ai/tests/ai/common/utils/test_tool_args.py599 # No truthy coercion: 1/0 are common LLM hallucinations of bool butCOMMENT
MEDIUMpackages/ai/tests/ai/common/utils/test_tool_args.py607 # Same rationale — "true"/"false" strings are LLM hallucinations.COMMENT
MEDIUMpackages/ai/tests/ai/common/utils/test_config_utils.py109 # The strict side: 'true' from an LLM is almost always a hallucination.COMMENT
MEDIUMpackages/ai/tests/ai/modules/mcp/conftest.py49 # scaffoldCOMMENT
MEDIUMpackages/ai/src/ai/common/agent/agent.py181 # of a pipeline, so it serves no purpose as run scaffolding.COMMENT
MEDIUMpackages/ai/src/ai/common/agent/_internal/host.py275# AgentContext is the per-call run scaffolding object passed to everyCOMMENT
MEDIUMpackages/ai/src/ai/common/models/__init__.py27# GLiNER models (zero-shot NER)COMMENT
MEDIUMpackages/ai/src/ai/common/store/document_store.py513 # Assign the same embedding model but use a zeroed-out vectorCOMMENT
MEDIUMpackages/ai/src/ai/common/store/document_store.py487 # Use the first document as a reference for embedding model and vector sizeCOMMENT
MEDIUMpackages/ai/src/ai/common/store/document_store.py491 # Validate that all documents have the same embedding model and vector sizeCOMMENT
6 more matches not shown…
Redundant / Tautological Comments95 hits · 142 pts
SeverityFileLineSnippetContext
LOWtools/sync_models/src/providers/base.py613 # Check if field repairs are needed even when no profiles changedCOMMENT
LOWnodes/test/framework/discovery.py160 # Check if it's not inside a string (simple heuristic: before any quote)COMMENT
LOWnodes/src/nodes/llm_perplexity/perplexity.py226 # Check if we should retryCOMMENT
LOWnodes/src/nodes/embedding_video/IInstance.py175 # Check if we've gone past end time.COMMENT
LOWnodes/src/nodes/vectorizer/IInstance.py104 # Add it to the listCOMMENT
LOWnodes/src/nodes/vectorizer/IInstance.py188 # Check if the object has is vectorizeCOMMENT
LOWnodes/src/nodes/store_pinecone/IGlobal.py106 # Check if collection exists and validate mode compatibilityCOMMENT
LOWnodes/src/nodes/preprocessor_llm/IInstance.py162 # Check if adding this line would exceed the limitSTRING
LOWnodes/src/nodes/preprocessor_llm/IInstance.py355 # Check if adding this text would exceed either limitSTRING
LOWnodes/src/nodes/reducto/IGlobal.py54 # Check if config has nested structureCOMMENT
LOWnodes/src/nodes/reducto/parser.py56 # Check if config has nested structureCOMMENT
LOWnodes/src/nodes/local_text_output/IGlobal.py87 # Check if the path is validCOMMENT
LOWnodes/src/nodes/local_text_output/IInstance.py82 # Check if output_path is validCOMMENT
LOWnodes/src/nodes/tool_git/git_repo.py598 # Read file content from the same ref used for blame, not always HEAD.COMMENT
LOWnodes/src/nodes/store_atlas/atlas.py177 # Check if vector search index already existsCOMMENT
LOWnodes/src/nodes/preprocessor_code/IInstance.py70 # Append it to the listCOMMENT
LOWnodes/src/nodes/dictionary/IInstance.py167 # Append it to the list of documentsCOMMENT
LOWnodes/src/nodes/preprocessor_langchain/IInstance.py59 # Append it to the listCOMMENT
LOWnodes/src/nodes/llamaparse/IGlobal.py50 # Check if advanced configuration is enabledCOMMENT
LOWnodes/src/nodes/llamaparse/IGlobal.py144 # Check if advanced configuration is enabledCOMMENT
LOWnodes/src/nodes/llamaparse/IGlobal.py252 # Check if config has nested structureCOMMENT
LOWnodes/src/nodes/llamaparse/IInstance.py387 # Check if line looks like a table row (contains |)COMMENT
LOWnodes/src/nodes/llamaparse/parser.py65 # Check if config has nested structureCOMMENT
LOWnodes/src/nodes/llamaparse/parser.py171 # Check if parser has any project-related attributesCOMMENT
LOWnodes/src/nodes/llamaparse/parser.py207 # Check if there's structured data in metadataCOMMENT
LOWnodes/src/nodes/llamaparse/parser.py414 # Check if we can still get a resultCOMMENT
LOWnodes/src/nodes/extract_data/IInstance.py202 # Append it to the list of documentsSTRING
LOW…s/src/nodes/store_elasticsearch/elasticsearch_store.py151 # Check if index already exists (shouldn't happen, but be safe)COMMENT
LOWnodes/src/nodes/memory_persistent/memory_store.py400 # Check if meta key still exists (TTL may have expired it)COMMENT
LOWnodes/src/nodes/remote/base/IInstance.py180 # Check if the remote pipeline completed the call and returned an error code.COMMENT
LOWscripts/compiler-unix.sh1046# Check if build/wheel are available (via pip or apt)COMMENT
LOW…ages/server/engine-lib/rocketlib-python/lib/depends.py448 # Check if pip is available anyway (might have succeeded before error)COMMENT
LOW…ages/server/engine-lib/rocketlib-python/lib/depends.py453 # Check if pip got installed despite exceptionCOMMENT
LOW…ages/server/engine-lib/rocketlib-python/lib/depends.py595 # Check if pywin32 is installedCOMMENT
LOW…ages/server/engine-lib/rocketlib-python/lib/depends.py603 # Check if pywintypes is already importable (hack not needed)COMMENT
LOW…ages/server/engine-lib/rocketlib-python/lib/depends.py793 # Check if rebuild is needed. The derived overrides cache is part of theCOMMENT
LOWpackages/ai/tests/ai/account/test_store.py48 # Write fileCOMMENT
LOWpackages/ai/tests/ai/account/test_store.py51 # Read fileCOMMENT
LOWpackages/ai/tests/ai/account/test_store.py1327 # Read filesCOMMENT
LOWpackages/ai/tests/ai/account/test_store.py1345 # Read files concurrentlyCOMMENT
LOWpackages/ai/tests/ai/account/test_store.py975 # Check if credentials file existsCOMMENT
LOWpackages/ai/tests/ai/account/test_store.py987 # Check if it's from credentials file by examining the clientCOMMENT
LOWpackages/ai/src/ai/web/server.py87# # Check if running on WindowsCOMMENT
LOWpackages/ai/src/ai/web/server.py848 # Append the callback to the list; /status iterates all registered callbacksCOMMENT
LOWpackages/ai/src/ai/common/config.py150 # Check if default profile is deprecatedCOMMENT
LOWpackages/ai/src/ai/common/config.py187 # Check if profile is deprecatedCOMMENT
LOWpackages/ai/src/ai/common/chat.py292 # Check if error message contains retryable patternsCOMMENT
LOWpackages/ai/src/ai/common/chat.py297 # Check if error type is retryableCOMMENT
LOWpackages/ai/src/ai/common/chat.py446 # Check if the prompt is too long, leaving insufficient space for responseCOMMENT
LOWpackages/ai/src/ai/common/chat.py536 # Check if the total token usage suggests the response was truncatedCOMMENT
LOWpackages/ai/src/ai/common/avi/reader.py301 # Check if this is already startedCOMMENT
LOWpackages/ai/src/ai/common/avi/frame.py157 # Check if chunk fits inside the data bufferCOMMENT
LOWpackages/ai/src/ai/common/avi/frame.py165 # Check if this is the IEND chunk (end of PNG)COMMENT
LOWpackages/ai/src/ai/common/models/gpu_guard.py126 # Check if this top-level package is in our blocked setCOMMENT
LOWpackages/ai/src/ai/common/models/gpu_guard.py199 # Check if we are in model server modeCOMMENT
LOWpackages/ai/src/ai/common/models/base.py399 # Check if we've exceeded total retry timeCOMMENT
LOWpackages/ai/src/ai/common/models/base.py515 # Check if the server returned an error in the response.COMMENT
LOWpackages/ai/src/ai/common/models/gliner/gliner.py361 # Check if we should proxy to serverCOMMENT
LOWpackages/ai/src/ai/common/models/audio/whisper.py658 # Check if we should proxy to serverCOMMENT
LOW…s/ai/src/ai/common/models/transformers/transformers.py280 # Check if this is a pipelineCOMMENT
35 more matches not shown…
AI Slop Vocabulary29 hits · 88 pts
SeverityFileLineSnippetContext
MEDIUMnodes/test/test_vectordb_tool_mixin.py47# Stub harnessCOMMENT
MEDIUMnodes/test/test_tool_deepl.py130# * Engine harness (``builder nodes:test``): the real ``requests`` is alreadyCOMMENT
MEDIUMnodes/test/test_tool_deepl.py136# and all 8 error-path tests failed under the engine harness while passingCOMMENT
MEDIUMnodes/test/test_tool_deepl.py262# The robust fix, immune to whatever any other file leaks AND leaking nothing ofCOMMENT
MEDIUMnodes/test/test_tool_v0.py176# Rebinding here makes the stubbing robust regardless of import order.COMMENT
MEDIUMnodes/test/tool_filesystem/test_sink_naming.py277# IInstance sink harness (shared by test_sink_lanes.py)COMMENT
MEDIUMnodes/src/nodes/tool_n8n/IGlobal.py76 # secrets here (the contract/test harness opens nodes in CONFIG mode).COMMENT
MEDIUMnodes/src/nodes/tool_git/IInstance.py113 # validator below doesn't flag harness-injected metadata asCOMMENT
MEDIUMnodes/src/nodes/tool_guild/IGlobal.py73 # secrets here (the contract/test harness opens nodes in CONFIG mode).COMMENT
MEDIUMpackages/server/engine-lib/test/store/container.cpp234 // Absolutely minimal setCOMMENT
MEDIUMpackages/server/engine-lib/engLib/java/Jvm.hpp332 /// Returns the JNI interface that the caller can utilizeCOMMENT
MEDIUM…lib/engLib/store/endpoints/filesys/base/win/render.cpp383 // call a bunch of APIs to get the other stuff. Essentially, we areCOMMENT
MEDIUM…ine-lib/engLib/store/endpoints/objstore/base/headers.h26// Inclues all of the AWS S3 sdk headers we utilizeCOMMENT
MEDIUM…rver/engine-lib/engLib/store/headers/virtualBuffer.hpp34/// to create a seamless set of dataCOMMENT
MEDIUMpackages/server/engine-core/apLib/util/ConfigFile.hpp134 // Alias our line list, we use a list so we can leverage theirCOMMENT
MEDIUMpackages/server/engine-core/apLib/util/jsonForwards.h119// If defined, indicates that json may leverage CppTL libraryCOMMENT
MEDIUMpackages/server/engine-core/apLib/json/jsonCpp.h126// If defined, indicates that json may leverage CppTL libraryCOMMENT
LOWpackages/ai/src/ai/web/middleware.py19 # If this is a public endpoint, just call itCOMMENT
MEDIUMpackages/ai/src/ai/common/graph/age/capabilities.py116 # are real 1.5.0 grammar gaps, not harness artifacts. ---COMMENT
MEDIUMpackages/ai/src/ai/common/dap/transport_stdio.py603 # Parse comprehensive statistics: '>CNT*total_size*total_count*completed_size*...'COMMENT
LOWpackages/ai/src/ai/account/store_providers/s3/s3.py297 # we just create the file without the IfMatch conditionCOMMENT
LOWpackages/ai/src/ai/modules/task/task_server.py1327 # then all is ok, just use the existing taskCOMMENT
MEDIUMpackages/ai/src/ai/modules/task/commands/cmd_debug.py125 # Respond to the initialize request with comprehensive debugging capabilitiesCOMMENT
MEDIUM…ges/client-python/tests/test_drain_cycle_regression.py78 # itself wedge — making the test hang at the harness-level timeout insteadCOMMENT
MEDIUMpackages/client-python/tests/RocketRideClient_test.py1752 # Set up comprehensive event monitoringCOMMENT
MEDIUMpackages/client-python/src/rocketride/types/events.py177 # Convenience combination - ALL events except NONE for comprehensive monitoringCOMMENT
MEDIUM…es/client-python/src/rocketride/cli/monitors/upload.py240 # Build comprehensive results displayCOMMENT
MEDIUMapps/dropper-ui/src/App.tsx119 // CRITICAL: Absolutely do not render anything until readyCOMMENT
MEDIUMapps/chat-ui/src/App.tsx167 // CRITICAL: Absolutely do not render anything until readyCOMMENT
Cross-Language Confusion16 hits · 86 pts
SeverityFileLineSnippetContext
HIGHnodes/test/agent_crewai/test_tool_schema.py213 `anyOf: [{type: X}, {type: null}]`, which is equally informative.STRING
HIGHnodes/test/store_milvus/test_filter_injection.py94 payload = "%' || 1==1 || content like '%"CODE
HIGHnodes/src/nodes/tool_n8n/IInstance.py131 (object/array/string/null).STRING
HIGHnodes/src/nodes/tool_git/IInstance.py569 return self.IGlobal.repo.push(CODE
HIGHnodes/src/nodes/tool_git/git_repo.py979 rem.push([refspec], **kwargs)CODE
HIGHnodes/src/nodes/tool_gohighlevel/tools/_base.py204 'and leave this null, so null means unknown rather than zero.'CODE
HIGHnodes/src/nodes/tool_daytona/IInstance.py142 'description': 'Shell command to execute in the sandbox, e.g. "pip install requests && python app.pyCODE
HIGHpackages/ai/src/ai/web/endpoints/vscode_oauth_bounce.py79 if (v !== null) out.set(k, v);CODE
HIGHpackages/ai/src/ai/web/endpoints/vscode_oauth_bounce.py81var q = out.toString();CODE
HIGHpackages/ai/src/ai/common/graph/age/_agtype/models.py87 return self.toString()CODE
HIGHpackages/ai/src/ai/common/graph/age/_agtype/models.py90 return self.toString()CODE
HIGHpackages/ai/src/ai/common/graph/age/_agtype/models.py158 return self.toString()CODE
HIGHpackages/ai/src/ai/common/graph/age/_agtype/models.py161 return self.toString()CODE
HIGHpackages/ai/src/ai/common/graph/age/_agtype/models.py210 return self.toString()CODE
HIGHpackages/ai/src/ai/common/graph/age/_agtype/models.py213 return self.toString()CODE
HIGHpackages/ai/src/ai/modules/task/run_log.py564 # DANGLING chapter (endTime null): a killed/crashed run never wroteCOMMENT
Fake / Example Data29 hits · 31 pts
SeverityFileLineSnippetContext
LOWnodes/src/nodes/llm_ollama/README.md9Internally, the node talks to Ollama through its **OpenAI-compatible `/v1` endpoint** using **langchain-openai** (`ChatOCODE
LOWnodes/src/nodes/llm_ollama/ollama.py56 apikey = config.get('apikey', 'dummy-key')CODE
LOWnodes/src/nodes/llm_kimi/README.md56If no API key is configured (typical for self-hosted OpenAI-compatible endpoints), a placeholder key (`sk-local-dummy-keCODE
LOWnodes/src/nodes/llm_kimi/kimi.py61 apikey = config.get('apikey') or 'sk-local-dummy-key'CODE
LOWnodes/src/nodes/llm_deepseek/README.md48 (`sk-local-dummy-key`) internally because the OpenAI client requires a non-empty value.CODE
LOWnodes/src/nodes/llm_deepseek/deepseek.py61 apikey = config.get('apikey') or 'sk-local-dummy-key'CODE
LOWnodes/src/nodes/llm_minimax/minimax.py70 apikey = config.get('apikey') or 'sk-local-dummy-key'CODE
LOWnodes/src/nodes/llm_minimax/minimax.py74 if 'api.minimax' in serverbase and apikey == 'sk-local-dummy-key':CODE
LOWnodes/src/nodes/llm_minimax/README.md77Local profiles (vLLM / SGLang / MLX / Ollama) have no `apikey` field; local OpenAI-compatible servers accept any token, CODE
LOWnodes/src/nodes/tool_gohighlevel/tools/custom_fields.py64 'placeholder',CODE
LOWnodes/src/nodes/tool_gohighlevel/tools/custom_fields.py96 'placeholder': STR('Placeholder text shown in the empty input.'),CODE
LOWdocs/agents/ROCKETRIDE_python_API.md849 question.addExample('Find contacts', {'emails': ['john@company.com'], 'phones': ['555-1234']})CODE
LOWdocs/agents/ROCKETRIDE_typescript_API.md794 question.addExample('Find contacts', { emails: ['john@company.com'], phones: ['555-1234'] });CODE
LOWpackages/server/engine-lib/test/store/tests/hash.cpp33 auto text = "Lorem ipsum"_tv;CODE
LOWpackages/server/engine-lib/test/store/tests/hash.cpp40 // 4c6f72656d20697073756d Lorem ipsumCOMMENT
LOWpackages/server/engine-lib/test/store/tests/hash.cpp64 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, "_tv,CODE
LOWpackages/server/engine-lib/test/store/tests/hash.cpp64 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, "_tv,CODE
LOWpackages/server/engine-lib/test/store/tests/hash.cpp76 // 4c6f72656d20697073756d20646f6c6f Lorem ipsum doloCOMMENT
LOWpackages/server/engine-lib/test/store/tests/hash.cpp138 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, "_tv,CODE
LOWpackages/server/engine-lib/test/store/tests/hash.cpp138 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, "_tv,CODE
LOWpackages/server/engine-lib/test/store/tests/hash.cpp146 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, "CODE
LOWpackages/server/engine-lib/test/store/tests/hash.cpp146 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, "CODE
LOW…ges/ai/tests/ai/modules/task/commands/test_cmd_misc.py740 org = {'id': 'org-1', 'name': 'Acme Corp', 'permissions': [], 'teams': []}CODE
LOW…ges/ai/tests/ai/modules/task/commands/test_cmd_misc.py750 assert row['orgName'] == 'Acme Corp'CODE
LOWpackages/client-python/src/rocketride/mixins/chat.py48 question.addExample("Find contacts", {"emails": ["john@company.com"], "phones": ["555-1234"]})STRING
LOW…src/modules/appdev/gallery/entries/chat-view.entry.tsx58 { name: 'placeholder', type: 'string', dir: 'in', note: 'Input placeholder when idle. Defaults to "Ask anything...".' CODE
LOW…/modules/appdev/gallery/entries/filter-strip.entry.tsx98 { name: 'placeholder', type: 'string', dir: 'in', note: 'Placeholder for text / typeahead inputs.' },CODE
LOW…c/modules/appdev/gallery/entries/input-field.entry.tsx64 { id: 'placeholder', label: 'Placeholder', kind: 'text', defaultValue: 'Pipeline name' },CODE
LOWapps/aparavi-ui/package.json27 "placeholder": "https://app.aparavi.com",CODE
AI Structural Patterns19 hits · 15 pts
SeverityFileLineSnippetContext
LOWtools/sync_models/src/core/merger.py374CODE
LOWnodes/test/tool_filesystem/test_sink_naming.py353CODE
LOWnodes/src/nodes/tool_filesystem/IInstance.py209CODE
LOWnodes/src/nodes/tool_gohighlevel/gohighlevel_client.py585CODE
LOW…s/src/nodes/store_elasticsearch/elasticsearch_store.py768CODE
LOW…des/src/nodes/store_elasticsearch/opensearch_client.py281CODE
LOWnodes/src/nodes/remote/base/IInstance.py262CODE
LOW…kages/server/engine-lib/rocketlib-python/lib/msauth.py135CODE
LOWpackages/ai/tests/ai/account/test_store_auth.py60CODE
LOWpackages/ai/tests/ai/modules/mcp/conftest.py57CODE
LOWpackages/ai/src/ai/common/utils/http_retry.py36CODE
LOWpackages/ai/src/ai/common/models/audio/whisper.py176CODE
LOWpackages/ai/src/ai/modules/task/task_metrics.py55CODE
LOWpackages/ai/src/ai/modules/task/task_server.py1110CODE
LOWpackages/ai/src/ai/modules/task/run_log.py1382CODE
LOWpackages/ai/src/ai/modules/task/task_engine.py262CODE
LOWpackages/client-python/src/rocketride/billing.py335CODE
LOWpackages/client-python/src/rocketride/log.py120CODE
LOW…kages/client-python/src/rocketride/mixins/execution.py93CODE
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALpackages/ai/tests/ai/account/test_store.py508 from azure.core.exceptions import ResourceExistsErrorCODE
Cross-Language Confusion (JS/TS)1 hit · 5 pts
SeverityFileLineSnippetContext
HIGH…onents/pipeline-actions/endpointIntegrationExamples.ts93print(r.text)`,CODE
Dead Code2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMpackages/ai/tests/ai/common/test_llm_token_metrics.py185CODE
MEDIUMpackages/ai/tests/ai/common/test_llm_token_metrics.py205CODE
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWdocker/docker-compose.yml7# Usage:COMMENT