CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
cli/__init__.py
cli/main.py
cli/models.py
cli/utils.py
cli/static/welcome.txt
tests/__init__.py
tests/agents/__init__.py
tests/agents/test_analyst_tools.py
tests/dataflows/__init__.py
tests/dataflows/test_finnhub_news_online.py
tests/dataflows/test_news_sources.py
tests/dataflows/test_reddit_live.py
tests/scanner/__init__.py
tests/scanner/test_cache.py
tests/scanner/test_market_scanner.py
tests/scanner/test_movers_fetcher.py
tests/scanner/test_news_screener.py
tests/scanner/test_options_screener.py
tests/scanner/test_scanner_result.py
tests/scanner/test_technical_screener.py
tests/scanner/test_universe_fetcher.py
tests/webui/__init__.py
tests/webui/test_history.py
tests/webui/test_local_storage.py
tests/webui/test_run_watchlist.py
tests/webui/test_run_watchlist_callbacks.py
tests/webui/test_state_reports.py
tests/webui/test_thread_local_symbol.py
tests/webui/test_ticker_progress_panel.py
tradingagents/__init__.py
tradingagents/default_config.py
tradingagents/error_diagnostics.py
tradingagents/agents/__init__.py
tradingagents/agents/scanner_agent.py
tradingagents/agents/analysts/__init__.py
tradingagents/agents/analysts/fundamentals_analyst.py
tradingagents/agents/analysts/macro_analyst.py
tradingagents/agents/analysts/market_analyst.py
tradingagents/agents/analysts/news_analyst.py
tradingagents/agents/analysts/options_analyst.py
tradingagents/agents/analysts/social_media_analyst.py
tradingagents/agents/managers/__init__.py
tradingagents/agents/managers/research_manager.py
tradingagents/agents/managers/risk_manager.py
tradingagents/agents/researchers/__init__.py
tradingagents/agents/researchers/bear_researcher.py
tradingagents/agents/researchers/bull_researcher.py
tradingagents/agents/risk_mgmt/__init__.py
tradingagents/agents/risk_mgmt/aggresive_debator.py
tradingagents/agents/risk_mgmt/conservative_debator.py
tradingagents/agents/risk_mgmt/neutral_debator.py
tradingagents/agents/trader/__init__.py
tradingagents/agents/trader/trader.py
tradingagents/agents/utils/__init__.py
tradingagents/agents/utils/agent_states.py
tradingagents/agents/utils/agent_trading_modes.py
tradingagents/agents/utils/agent_utils.py
tradingagents/agents/utils/memory.py
tradingagents/dataflows/__init__.py
tradingagents/dataflows/alpaca_utils.py
tradingagents/dataflows/coindesk_utils.py
tradingagents/dataflows/config.py
tradingagents/dataflows/defillama_utils.py
tradingagents/dataflows/earnings_utils.py
tradingagents/dataflows/external_data_logger.py
tradingagents/dataflows/finnhub_utils.py
tradingagents/dataflows/interface.py
tradingagents/dataflows/macro_utils.py
tradingagents/dataflows/options_utils.py
tradingagents/dataflows/reddit_live.py
tradingagents/dataflows/reddit_utils.py
tradingagents/dataflows/stockstats_utils.py
tradingagents/dataflows/ticker_utils.py
tradingagents/dataflows/utils.py
tradingagents/dataflows/yfin_utils.py
tradingagents/graph/__init__.py
tradingagents/graph/conditional_logic.py
tradingagents/graph/propagation.py
tradingagents/graph/reflection.py
tradingagents/graph/setup.py
tradingagents/graph/signal_processing.py
tradingagents/graph/trading_graph.py
tradingagents/scanner/__init__.py
tradingagents/scanner/cache.py
tradingagents/scanner/market_scanner.py
tradingagents/scanner/movers_fetcher.py
tradingagents/scanner/news_screener.py
tradingagents/scanner/options_screener.py
tradingagents/scanner/scanner_result.py
tradingagents/scanner/technical_screener.py
tradingagents/scanner/universe_fetcher.py
tradingcrew.egg-info/PKG-INFO
tradingcrew.egg-info/SOURCES.txt
tradingcrew.egg-info/dependency_links.txt
tradingcrew.egg-info/entry_points.txt
tradingcrew.egg-info/requires.txt
tradingcrew.egg-info/top_level.txt
webui/__init__.py
webui/app_dash.py
webui/layout.py
webui/assets/custom.css
webui/assets/tradingview_chart.js
webui/assets/watchlist_dragdrop.js
webui/callbacks/__init__.py
webui/callbacks/chart_callbacks.py
webui/callbacks/collapse_callbacks.py
webui/callbacks/control_callbacks.py
webui/callbacks/history_callbacks.py
webui/callbacks/log_callbacks.py
webui/callbacks/report_callbacks.py
webui/callbacks/scanner_callbacks.py
webui/callbacks/status_callbacks.py
webui/callbacks/storage_callbacks.py
webui/callbacks/system_settings_callbacks.py
webui/callbacks/theme_callbacks.py
webui/callbacks/ticker_progress_callbacks.py
webui/callbacks/trading_callbacks.py
webui/callbacks/ux_callbacks.py
webui/callbacks/watchlist_callbacks.py
webui/components/__init__.py
webui/components/alpaca_account.py
webui/components/analysis.py
webui/components/chart_panel.py
webui/components/collapsible_card.py
webui/components/config_panel.py
webui/components/decision_panel.py
webui/components/header.py
webui/components/log_panel.py
webui/components/prompt_modal.py
webui/components/reports_panel.py
webui/components/run_watchlist.py
webui/components/scanner_panel.py
webui/components/status_panel.py
webui/components/system_settings.py
webui/components/ticker_progress_panel.py
webui/components/tool_outputs_modal.py
webui/components/ui.py
webui/components/watchlist_panel.py
webui/config/__init__.py
webui/config/constants.py
webui/utils/__init__.py
webui/utils/chart_data.py
webui/utils/charts.py
webui/utils/history.py
webui/utils/local_storage.py
webui/utils/log_handler.py
webui/utils/market_hours.py
webui/utils/prompt_capture.py
webui/utils/reddit_fix.py
webui/utils/report_validator.py
webui/utils/state.py
webui/utils/state_fix.py
webui/utils/storage.py
webui/utils/styles.py