Repository Analysis

TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading Framework

48.8 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of TauricResearch/TradingAgents, a Python project with 92,869 GitHub stars. SynthScan v2.0 examined 17,323 lines of code across 141 source files, recording 611 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 48.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).

48.8
Adjusted Score
48.8
Raw Score
100%
Time Factor
2026-07-05
Last Push
92.9K
Stars
Python
Language
17.3K
Lines of Code
141
Files
611
Pattern Hits
2026-07-14
Scan Date
0.01
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 0HIGH 2MEDIUM 55LOW 554

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 611 distinct pattern matches across 16 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

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

Hyper-Verbose Identifiers404 hits · 476 pts
SeverityFileLineSnippetContext
LOWtests/test_yfinance_stale_ohlcv_guard.py39 def test_recent_prior_trading_day_is_accepted(self):CODE
LOWtests/test_yfinance_stale_ohlcv_guard.py43 def test_year_old_row_is_rejected_with_detail(self):CODE
LOWtests/test_yfinance_stale_ohlcv_guard.py51 def test_empty_frame_is_left_to_caller(self):CODE
LOWtests/test_yfinance_stale_ohlcv_guard.py57 def test_long_holiday_gap_within_threshold_is_accepted(self):CODE
LOWtests/test_yfinance_stale_ohlcv_guard.py63 def test_get_yfin_data_online_raises_on_stale_frame(self):CODE
LOWtests/test_yfinance_stale_ohlcv_guard.py92 def test_router_sentinel_surfaces_stale_reason(self):CODE
LOWtests/test_market_toolnode.py14def test_market_toolnode_can_execute_verified_snapshot():CODE
LOWtests/test_structured_agents.py38 def test_minimal_required_fields(self):CODE
LOWtests/test_structured_agents.py47 def test_optional_fields_included_when_present(self):CODE
LOWtests/test_structured_agents.py278 def test_falls_back_to_freetext_when_structured_unavailable(self):CODE
LOWtests/test_structured_agents.py295 def test_header_contains_band_and_score(self):CODE
LOWtests/test_structured_agents.py306 def test_header_contains_confidence(self):CODE
LOWtests/test_structured_agents.py315 def test_narrative_preserved_in_output(self):CODE
LOWtests/test_structured_agents.py325 def test_all_six_bands_render(self):CODE
LOWtests/test_structured_agents.py333 def test_score_out_of_range_rejected(self):CODE
LOWtests/test_structured_agents.py382 def test_sentiment_report_also_in_messages(self):CODE
LOWtests/test_structured_agents.py389 def test_prompt_contains_ticker(self):CODE
LOWtests/test_structured_agents.py394 def test_falls_back_to_freetext_when_structured_unavailable(self):CODE
LOWtests/test_structured_agents.py401 def test_falls_back_to_freetext_when_structured_call_fails(self):CODE
LOWtests/test_structured_agents.py62 def test_optional_fields_omitted_when_absent(self):CODE
LOWtests/test_structured_agents.py76 def test_trader_nullish_strings_coerce_to_none(self):CODE
LOWtests/test_structured_agents.py87 def test_trader_real_numeric_string_still_parses(self):CODE
LOWtests/test_structured_agents.py91 def test_pm_nullish_price_target_coerces_to_none(self):CODE
LOWtests/test_structured_agents.py156def test_invoke_structured_falls_back_when_result_is_none():CODE
LOWtests/test_structured_agents.py175 def test_structured_path_produces_rendered_markdown(self):CODE
LOWtests/test_structured_agents.py194 def test_prompt_includes_investment_plan(self):CODE
LOWtests/test_structured_agents.py203 def test_falls_back_to_freetext_when_structured_unavailable(self):CODE
LOWtests/test_structured_agents.py253 def test_structured_path_produces_rendered_markdown(self):CODE
LOWtests/test_structured_agents.py350def _structured_sentiment_llm(captured: dict, report: SentimentReport | None = None):CODE
LOWtests/test_structured_agents.py370 def test_structured_path_produces_rendered_markdown(self):CODE
LOWtests/test_no_data_handling.py34 def test_empty_download_raises_and_does_not_cache(self):CODE
LOWtests/test_no_data_handling.py51 def test_no_data_from_all_vendors_returns_sentinel(self):CODE
LOWtests/test_no_data_handling.py67 def test_unconfigured_fallback_does_not_mask_no_data(self):CODE
LOWtests/test_minimax.py28 def test_reasoning_split_sent_via_extra_body_not_top_level(self):CODE
LOWtests/test_minimax.py35 def test_non_reasoning_minimax_does_not_inject_reasoning_split(self):CODE
LOWtests/test_minimax.py68 def test_schema_still_bound_as_tool(self):CODE
LOWtests/test_google_thinking_level.py27def test_flash_passes_thinking_level_through(level):CODE
LOWtests/test_google_thinking_level.py33def test_pro_remaps_minimal_to_low():CODE
LOWtests/test_google_thinking_level.py43def test_no_thinking_level_is_omitted():CODE
LOWtests/test_news_analyst_prompt.py15def test_get_news_takes_ticker_not_query():CODE
LOWtests/test_news_analyst_prompt.py22def test_news_prompt_matches_get_news_signature():CODE
LOWtests/test_risk_router_path_map.py33def test_router_return_always_routable(latest_speaker):CODE
LOWtests/test_risk_router_path_map.py40def test_router_terminates_at_round_limit():CODE
LOWtests/test_risk_router_path_map.py47def test_path_map_covers_full_router_range():CODE
LOWtests/test_risk_router_path_map.py66def test_debate_router_return_always_routable(current_response):CODE
LOWtests/test_risk_router_path_map.py73def test_debate_path_map_covers_full_router_range():CODE
LOWtests/test_ollama_base_url.py39def test_resolver_returns_default_when_env_unset(monkeypatch):CODE
LOWtests/test_ollama_base_url.py45def test_resolver_returns_env_when_set(monkeypatch):CODE
LOWtests/test_ollama_base_url.py51def test_resolver_evaluation_is_call_time(monkeypatch):CODE
LOWtests/test_ollama_base_url.py59def test_resolver_does_not_affect_other_providers(monkeypatch):CODE
LOWtests/test_ollama_base_url.py67def test_client_get_llm_picks_up_env(monkeypatch):CODE
LOWtests/test_ollama_base_url.py76def test_explicit_base_url_overrides_env(monkeypatch):CODE
LOWtests/test_ollama_base_url.py93def test_cli_dropdown_uses_env(monkeypatch):CODE
LOWtests/test_ollama_base_url.py106def test_cli_dropdown_default_when_unset(monkeypatch):CODE
LOWtests/test_ollama_base_url.py120def test_confirm_endpoint_shows_default(monkeypatch, capsys):CODE
LOWtests/test_ollama_base_url.py131def test_confirm_endpoint_marks_env_origin(monkeypatch, capsys):CODE
LOWtests/test_ollama_base_url.py141def test_confirm_endpoint_warns_on_missing_scheme(monkeypatch, capsys):CODE
LOWtests/test_ollama_base_url.py152def test_confirm_endpoint_warns_on_non_default_port_remote(monkeypatch, capsys):CODE
LOWtests/test_ollama_base_url.py162def test_confirm_endpoint_quiet_on_local_no_port(monkeypatch, capsys):CODE
LOWtests/test_ollama_base_url.py172def test_ollama_model_labels_no_local_suffix():CODE
344 more matches not shown…
Decorative Section Separators44 hits · 171 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_structured_agents.py31# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_structured_agents.py33# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_structured_agents.py288# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_structured_agents.py290# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_structured_agents.py125# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_structured_agents.py127# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_structured_agents.py216# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_structured_agents.py218# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_signal_processing.py16# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_signal_processing.py18# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_signal_processing.py64# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_signal_processing.py66# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py27# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py30# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py50# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py52# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py182# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py184# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py226# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py228# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py118# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_deepseek_reasoning.py120# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py106# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py108# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py383# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py385# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py669# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py671# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py801# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py803# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py30# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/test_memory_log.py32# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py39# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py41# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py68# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py70# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py116# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py118# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py183# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py185# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py253# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/schemas.py255# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/analysts/sentiment_analyst.py186# ---------------------------------------------------------------------------COMMENT
MEDIUMtradingagents/agents/analysts/sentiment_analyst.py188# ---------------------------------------------------------------------------COMMENT
Unused Imports76 hits · 76 pts
SeverityFileLineSnippetContext
LOWtests/test_ollama_base_url.py3CODE
LOWtests/test_stocktwits_resilience.py8CODE
LOWtests/test_reddit_fallback.py4CODE
LOWtests/test_market_data_validator.py3CODE
LOWtests/test_llm_max_retries.py7CODE
LOWtests/test_env_overrides.py3CODE
LOWtests/test_stockstats_date_column.py7CODE
LOWtests/test_api_key_env.py3CODE
LOWtests/test_openai_responses_base_url.py4CODE
LOWtradingagents/__init__.py25CODE
LOWtradingagents/graph/checkpointer.py6CODE
LOWtradingagents/graph/__init__.py3CODE
LOWtradingagents/graph/__init__.py4CODE
LOWtradingagents/graph/__init__.py5CODE
LOWtradingagents/graph/__init__.py6CODE
LOWtradingagents/graph/__init__.py7CODE
LOWtradingagents/graph/__init__.py8CODE
LOWtradingagents/graph/signal_processing.py13CODE
LOWtradingagents/agents/__init__.py1CODE
LOWtradingagents/agents/__init__.py2CODE
LOWtradingagents/agents/__init__.py3CODE
LOWtradingagents/agents/__init__.py4CODE
LOWtradingagents/agents/__init__.py4CODE
LOWtradingagents/agents/__init__.py8CODE
LOWtradingagents/agents/__init__.py9CODE
LOWtradingagents/agents/__init__.py10CODE
LOWtradingagents/agents/__init__.py11CODE
LOWtradingagents/agents/__init__.py12CODE
LOWtradingagents/agents/__init__.py13CODE
LOWtradingagents/agents/__init__.py14CODE
LOWtradingagents/agents/__init__.py15CODE
LOWtradingagents/agents/__init__.py16CODE
LOWtradingagents/agents/__init__.py16CODE
LOWtradingagents/agents/__init__.py16CODE
LOWtradingagents/agents/__init__.py17CODE
LOWtradingagents/agents/schemas.py19CODE
LOWtradingagents/agents/trader/trader.py3CODE
LOWtradingagents/agents/managers/portfolio_manager.py11CODE
LOWtradingagents/agents/managers/research_manager.py3CODE
LOWtradingagents/agents/utils/agent_utils.py10CODE
LOWtradingagents/agents/utils/agent_utils.py11CODE
LOWtradingagents/agents/utils/agent_utils.py11CODE
LOWtradingagents/agents/utils/agent_utils.py11CODE
LOWtradingagents/agents/utils/agent_utils.py11CODE
LOWtradingagents/agents/utils/agent_utils.py17CODE
LOWtradingagents/agents/utils/agent_utils.py18CODE
LOWtradingagents/agents/utils/agent_utils.py19CODE
LOWtradingagents/agents/utils/agent_utils.py19CODE
LOWtradingagents/agents/utils/agent_utils.py19CODE
LOWtradingagents/agents/utils/agent_utils.py24CODE
LOWtradingagents/agents/utils/agent_utils.py25CODE
LOWtradingagents/agents/utils/rating.py12CODE
LOWtradingagents/agents/utils/structured.py19CODE
LOWtradingagents/agents/analysts/social_media_analyst.py13CODE
LOWtradingagents/agents/analysts/social_media_analyst.py13CODE
LOWtradingagents/dataflows/symbol_utils.py21CODE
LOWtradingagents/dataflows/symbol_utils.py28CODE
LOWtradingagents/dataflows/stocktwits.py15CODE
LOWtradingagents/dataflows/market_data_validator.py11CODE
LOWtradingagents/dataflows/errors.py18CODE
16 more matches not shown…
Excessive Try-Catch Wrapping22 hits · 24 pts
SeverityFileLineSnippetContext
LOWcli/utils.py77 except Exception:CODE
LOWcli/utils.py224 except Exception as e:CODE
LOWcli/main.py1261 except Exception as e:CODE
LOWcli/announcements.py24 except Exception:CODE
LOWtradingagents/graph/trading_graph.py289 except Exception as e:CODE
LOWtradingagents/agents/utils/agent_utils.py100 except Exception as exc: # noqa: BLE001 — fail open, never block the runCODE
LOWtradingagents/agents/utils/structured.py72 except Exception as exc:CODE
LOWtradingagents/dataflows/interface.py214 except Exception as e:CODE
LOWtradingagents/dataflows/alpha_vantage_indicator.py213 except Exception as e:CODE
MEDIUMtradingagents/dataflows/alpha_vantage_indicator.py214 print(f"Error getting Alpha Vantage indicator data for {indicator}: {e}")CODE
LOWtradingagents/dataflows/y_finance.py190 except Exception as e:CODE
MEDIUMtradingagents/dataflows/y_finance.py191 print(f"Error getting bulk stockstats data: {e}")CODE
LOWtradingagents/dataflows/y_finance.py265 except Exception as e:CODE
LOWtradingagents/dataflows/y_finance.py337 except Exception as e:CODE
LOWtradingagents/dataflows/y_finance.py372 except Exception as e:CODE
LOWtradingagents/dataflows/y_finance.py407 except Exception as e:CODE
LOWtradingagents/dataflows/y_finance.py442 except Exception as e:CODE
LOWtradingagents/dataflows/y_finance.py469 except Exception as e:CODE
LOWtradingagents/dataflows/alpha_vantage_common.py148 except Exception as e:CODE
LOWtradingagents/dataflows/market_data_validator.py81 except Exception as exc: # noqa: BLE001 — one bad indicator shouldn't sink the snapshotCODE
LOWtradingagents/dataflows/yfinance_news.py130 except Exception as e:CODE
LOWtradingagents/dataflows/yfinance_news.py218 except Exception as e:CODE
Fake / Example Data11 hits · 16 pts
SeverityFileLineSnippetContext
LOWtests/test_minimax.py18 os.environ.setdefault("MINIMAX_API_KEY", "placeholder")CODE
LOWtests/test_minimax.py21 api_key="placeholder",CODE
LOWtests/conftest.py37 monkeypatch.setenv(env_var, os.environ.get(env_var) or "placeholder")CODE
LOWtests/test_temperature_config.py30 provider=provider, model=model, temperature=0.0, api_key="placeholder"CODE
LOWtests/test_temperature_config.py37 provider="openai", model="gpt-4.1", api_key="placeholder"CODE
LOWtests/test_deepseek_reasoning.py58 os.environ.setdefault("DEEPSEEK_API_KEY", "placeholder")CODE
LOWtests/test_deepseek_reasoning.py61 api_key="placeholder",CODE
LOWtests/test_deepseek_reasoning.py141 model=model, api_key="placeholder", base_url="https://api.deepseek.com",CODE
LOWtests/test_deepseek_reasoning.py189 return bool(key) and key != "placeholder"CODE
LOWtests/test_anthropic_effort.py91 api_key="placeholder",CODE
LOWtests/test_anthropic_effort.py95 assert captured["kwargs"]["api_key"] == "placeholder"CODE
Self-Referential Comments5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_checkpoint_resume.py86 # Create a checkpoint by crashingCOMMENT
MEDIUMcli/main.py62# Create a deque to store recent messages with a maximum lengthCOMMENT
MEDIUMcli/main.py513 # Create a boxed questionnaire for each stepCOMMENT
MEDIUMtradingagents/dataflows/y_finance.py231 # Create a dictionary mapping date strings to indicator valuesCOMMENT
MEDIUMtradingagents/dataflows/alpha_vantage_common.py68 # Create a copy of params to avoid modifying the originalCOMMENT
Modern Structural Boilerplate15 hits · 15 pts
SeverityFileLineSnippetContext
LOWtradingagents/graph/__init__.py10__all__ = [CODE
LOWtradingagents/graph/trading_graph.py44logger = logging.getLogger(__name__)CODE
LOWtradingagents/agents/__init__.py19__all__ = [CODE
LOWtradingagents/agents/utils/agent_utils.py29__all__ = [CODE
LOWtradingagents/agents/utils/agent_utils.py49logger = logging.getLogger(__name__)CODE
LOWtradingagents/agents/utils/structured.py27logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/polymarket.py18logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/interface.py33logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/symbol_utils.py30logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/stocktwits.py24logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/stockstats_utils.py15logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/fred.py19logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/reddit.py35logger = logging.getLogger(__name__)CODE
LOWtradingagents/dataflows/alpha_vantage.py13__all__ = [CODE
LOWtradingagents/llm_clients/__init__.py4__all__ = ["BaseLLMClient", "create_llm_client"]CODE
Verbosity Indicators8 hits · 12 pts
SeverityFileLineSnippetContext
LOWcli/main.py535 # Step 1: Ticker symbolCOMMENT
LOWcli/main.py552 # Step 2: Analysis dateCOMMENT
LOWcli/main.py563 # Step 3: Output language (skipped when set via TRADINGAGENTS_OUTPUT_LANGUAGE)COMMENT
LOWcli/main.py578 # Step 4: Select analystsCOMMENT
LOWcli/main.py589 # Step 5: Research depth (skipped when both round counts are set via env).COMMENT
LOWcli/main.py611 # Step 6: LLM Provider (skipped when set via TRADINGAGENTS_LLM_PROVIDER).COMMENT
LOWcli/main.py664 # Step 7: Thinking agents (skipped when either model is set via environment)COMMENT
LOWcli/main.py681 # Step 8: Provider-specific reasoning/thinking configuration. Each knob isCOMMENT
Structural Annotation Overuse8 hits · 12 pts
SeverityFileLineSnippetContext
LOWcli/main.py535 # Step 1: Ticker symbolCOMMENT
LOWcli/main.py552 # Step 2: Analysis dateCOMMENT
LOWcli/main.py563 # Step 3: Output language (skipped when set via TRADINGAGENTS_OUTPUT_LANGUAGE)COMMENT
LOWcli/main.py578 # Step 4: Select analystsCOMMENT
LOWcli/main.py589 # Step 5: Research depth (skipped when both round counts are set via env).COMMENT
LOWcli/main.py611 # Step 6: LLM Provider (skipped when set via TRADINGAGENTS_LLM_PROVIDER).COMMENT
LOWcli/main.py664 # Step 7: Thinking agents (skipped when either model is set via environment)COMMENT
LOWcli/main.py681 # Step 8: Provider-specific reasoning/thinking configuration. Each knob isCOMMENT
Deep Nesting8 hits · 7 pts
SeverityFileLineSnippetContext
LOWcli/main.py482CODE
LOWcli/main.py991CODE
LOWtradingagents/graph/trading_graph.py153CODE
LOWtradingagents/graph/trading_graph.py419CODE
LOWtradingagents/agents/utils/agent_utils.py122CODE
LOWtradingagents/dataflows/alpha_vantage_indicator.py4CODE
LOWtradingagents/dataflows/yfinance_news.py134CODE
LOWtradingagents/llm_clients/openai_client.py276CODE
Modern AI Meta-Vocabulary2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMCHANGELOG.md256- [@Bcardo](https://github.com/Bcardo) — memory-log redesign (#579), empty-memory hallucination report (#572), encoding CODE
MEDIUMtradingagents/llm_clients/model_catalog.py63# M3 carries a 1M-token context window; the M2.x line is 204,800 tokens.COMMENT
AI Slop Vocabulary2 hits · 5 pts
SeverityFileLineSnippetContext
MEDIUMtradingagents/agents/analysts/sentiment_analyst.py131 return f"""You are a financial market sentiment analyst. Your task is to produce a comprehensive sentiment report foCODE
MEDIUMtradingagents/agents/analysts/sentiment_analyst.py156## How to analyze this data (best practices)COMMENT
Docstring Block Structure1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHtradingagents/llm_clients/factory.py11Create an LLM client for the specified provider. Provider modules are imported lazily so that simply importing thisSTRING
Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippetContext
LOWtradingagents/default_config.py81 "llm_provider": "openai",COMMENT
LOWtradingagents/default_config.py101 # 429 throttling on rate-limited deployments instead of aborting a run (#1091).COMMENT
LOWtradingagents/llm_clients/model_catalog.py141 ("Custom model ID", "custom"),COMMENT
Cross-Language Confusion1 hit · 2 pts
SeverityFileLineSnippetContext
HIGHtradingagents/dataflows/stocktwits.py6user-labeled sentiment field (``Bullish``/``Bearish``/null), the messageSTRING
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtradingagents/dataflows/alpha_vantage_indicator.py182 # Check if date is in our rangeCOMMENT