LICENSE
README.md
pyproject.toml
agents/__init__.py
agents/backtest_tools.py
agents/chat_tools.py
agents/diagnosis_tools.py
agents/history_tools.py
agents/local_tools.py
agents/market_tools.py
agents/portfolio_tools.py
agents/report_tools.py
agents/screen_tools.py
agents/search_tools.py
agents/stock_data_helpers.py
agents/strategy_tools.py
agents/tool_context.py
agents/tool_security.py
cli/__init__.py
cli/__main__.py
cli/agent.py
cli/auth.py
cli/background.py
cli/commands.py
cli/compaction.py
cli/context_archive.py
cli/dashboard.py
cli/dashboard_html.py
cli/diagnostic_export.py
cli/event_stream.py
cli/loop_guard.py
cli/memory.py
cli/model_metadata.py
cli/model_registry.py
cli/progress.py
cli/prompt_templates.py
cli/provider_factory.py
cli/runtime.py
cli/scheduler.py
cli/scratchpad.py
cli/session_context.py
cli/session_tools.py
cli/skills.py
cli/sub_agent_prompts.py
cli/sub_agents.py
cli/tool_results.py
cli/tools.py
cli/tui.py
cli/ui.py
cli/providers/__init__.py
cli/providers/base.py
cli/providers/claude.py
cli/providers/fallback.py
cli/providers/gemini.py
cli/providers/openai.py
cli/workflows/__init__.py
cli/workflows/control.py
cli/workflows/dispatch.py
cli/workflows/executor.py
cli/workflows/model_router.py
cli/workflows/models.py
cli/workflows/planner.py
cli/workflows/resume.py
cli/workflows/router.py
cli/workflows/saved.py
cli/workflows/store.py
core/__init__.py
core/ai_candidate_allocation.py
core/backtest_config.py
core/backtest_execution.py
core/backtest_grid_ranking.py
core/backtest_metrics.py
core/backtest_performance.py
core/backtest_portfolio.py
core/backtest_replay.py
core/backtest_report.py
core/backtest_run.py
core/backtest_selection.py
core/candidate_lanes.py
core/candidate_metadata.py
core/candidate_policy.py
core/candidate_ranker.py
core/candidate_selection_score.py
core/candidate_tracks.py
core/capital_migration.py
core/cash_portfolio.py
core/cn_boards.py
core/compliance_report.py
core/concept_filters.py
core/constants.py
core/dynamic_policy.py
core/funnel_etf.py
core/funnel_format.py
core/funnel_report.py
core/funnel_sections.py
core/funnel_selection.py
core/funnel_taxonomy.py
core/funnel_theme.py
core/hist_dates.py
core/holding_diagnostic.py
core/intraday_analysis.py
core/kline_quality.py
core/layer2_strength.py
core/main_force_signal.py
core/mainline_engine.py
core/market_breadth.py
core/market_trade_mode.py
core/premarket_public_brief.py
core/price_action_footprint.py
core/prompts.py
core/recommendation_event_metrics.py
core/recommendation_payload.py
core/sector_rotation.py
core/signal_confirmation.py
core/signal_feedback.py
core/signal_lifecycle.py
core/strategy_reflection.py
core/theme_radar.py
core/wbt_adapter.py
core/wyckoff_engine.py
core/wyckoff_events.py
core/wyckoff_v2_structure.py
core/pattern_review/__init__.py
core/pattern_review/records.py
core/tail_buy/__init__.py
core/tail_buy/guardrails.py
core/tail_buy/models.py
core/tail_buy/reporting.py
core/tail_buy/strategy.py
data/market_universes/aliases.json
data/market_universes/etf_cn.txt
data/market_universes/etf_cn_meta.json
data/market_universes/hk.txt
data/market_universes/hk_meta.json
data/market_universes/us.txt
data/market_universes/us_meta.json
integrations/__init__.py
integrations/_llm_types.py
integrations/data_source.py
integrations/data_source_akshare.py
integrations/data_source_baostock.py
integrations/data_source_efinance.py
integrations/data_source_format.py
integrations/data_source_tickflow.py
integrations/data_source_tushare.py
integrations/external_capital_context.py
integrations/fetch_a_share_csv.py
integrations/funnel_etf_data.py
integrations/funnel_snapshot.py
integrations/index_data_source.py
integrations/llm_adapter.py
integrations/llm_client.py
integrations/local_auth.py
integrations/local_db.py
integrations/local_db_cache.py
integrations/local_db_chat.py
integrations/local_db_maintenance.py
integrations/local_db_memory.py
integrations/local_db_portfolio.py
integrations/local_db_sessions.py
integrations/local_db_sync_meta.py
integrations/local_db_tail_buy.py
integrations/market_metadata.py
integrations/market_universe.py
integrations/rag_veto.py
integrations/recommendation_global.py
integrations/recommendation_payload.py
integrations/recommendation_performance.py
integrations/recommendation_tracking_common.py
integrations/spot_snapshot.py
integrations/stock_hist_repository.py
integrations/supabase_base.py
integrations/supabase_concept_heat.py
integrations/supabase_external_seeds.py
integrations/supabase_market_signal.py
integrations/supabase_portfolio.py
integrations/supabase_public_config.py
integrations/supabase_recommendation.py
integrations/supabase_signal_feedback.py
integrations/supabase_signal_pending.py
integrations/supabase_strategy_reflection.py
integrations/supabase_tail_buy.py
integrations/supabase_theme_radar.py
integrations/sync.py
integrations/theme_news.py
integrations/theme_radar_storage.py
integrations/tickflow_client.py
integrations/tickflow_notice.py
integrations/tushare_client.py
scripts/__init__.py
scripts/_bootstrap.py
scripts/backfill_recommendation_tracking.py
scripts/backtest_portfolio.py
scripts/backtest_runner.py
scripts/backtest_snapshot_fetch.py
scripts/backtest_snapshot_fetch_us.py
scripts/benchmark_funnel_fetch.py
scripts/build_demo_media.py
scripts/build_market_universe_meta.py
scripts/check_dependency_hygiene.py
scripts/check_pr_policy.py
scripts/check_workflow_hygiene.py
scripts/daily_job.py
scripts/db_maintenance.py
scripts/diagnose_holdings.py
scripts/evaluate_recommendation_events.py
scripts/export_a_share_csv.py
scripts/holding_diagnosis_job.py
scripts/market_funnel_job.py
scripts/notify_us_backtest.py
scripts/param_sensitivity.py
scripts/performance_fee_ladder.py
scripts/premarket_risk_job.py
scripts/quality_gate.py
scripts/recommendation_tracking_reprice_job.py
scripts/review_list_replay.py
scripts/sector_continuity_report.py
scripts/signal_feedback_job.py
scripts/single_symbol_funnel_diagnosis.py
scripts/step4_from_supabase.py
scripts/strategy_attribution_report.py
scripts/strategy_reflection_job.py
scripts/tail_buy_intraday_job.py
scripts/theme_radar_job.py
scripts/update_backtest_market_report.py
scripts/us_backtest_strategy_replay.py
scripts/us_recommendation_performance_job.py
scripts/web_background_job.py
tests/test_agent_loop.py
tests/test_agent_tool_security.py
tests/test_ai_candidate_allocation.py
tests/test_architecture_boundaries.py
tests/test_ashare_l4_abc_backtest.py
tests/test_background_results.py
tests/test_backtest_artifacts.py
tests/test_backtest_cli.py
tests/test_backtest_config.py
tests/test_backtest_data.py
tests/test_backtest_entry_price.py
tests/test_backtest_execution.py
tests/test_backtest_grid_ranking.py
tests/test_backtest_metrics.py
tests/test_backtest_performance.py
tests/test_backtest_portfolio.py
tests/test_backtest_replay.py
tests/test_backtest_report.py
tests/test_backtest_run.py
tests/test_backtest_runner_workflow.py
tests/test_backtest_selection.py
tests/test_backtest_service.py
tests/test_backtest_snapshot_fetch.py
tests/test_backtest_snapshot_fetch_us.py
tests/test_backtest_tools.py
tests/test_backtester.py
tests/test_batch_report.py
tests/test_benchmark_funnel_fetch.py
tests/test_candidate_lanes.py
tests/test_candidate_metadata.py
tests/test_candidate_selection_score.py
tests/test_capital_migration.py
tests/test_cash_portfolio.py
tests/test_chat_tools_auth.py
tests/test_chat_tools_recommendation.py
tests/test_ci_policy_gates.py
tests/test_claude_provider.py
tests/test_cli_import_guard.py
tests/test_cli_provider_factory.py
tests/test_cn_boards.py
tests/test_compaction.py
tests/test_compliance_report.py
tests/test_daily_job_preview.py
tests/test_daily_job_step2_trade_gate.py
tests/test_db_maintenance.py
tests/test_dependency_hygiene.py
tests/test_diagnose_holdings_script.py
tests/test_diagnosis_tools.py
tests/test_diagnostic_export.py
tests/test_event_stream.py
tests/test_export_a_share_csv.py
tests/test_external_seeds.py
tests/test_feishu_backtest_card.py
tests/test_feishu_tail_buy_card.py
tests/test_funnel_delivery.py
tests/test_funnel_imports.py
tests/test_funnel_public.py
tests/test_funnel_render.py
tests/test_funnel_report.py
tests/test_funnel_report_payload.py
tests/test_funnel_snapshot.py
tests/test_gemini_provider.py
tests/test_helpers.py
tests/test_holding_diagnosis_job.py
tests/test_holding_diagnosis_llm.py
tests/test_holding_diagnostic.py
tests/test_intraday_analysis.py
tests/test_intraday_rescue.py
tests/test_layer2_strength.py
tests/test_llm_routing.py
tests/test_local_db_signal_cache.py
tests/test_main_force_signal.py
tests/test_mainline_engine.py
tests/test_market_funnel_job.py
tests/test_market_history_tool.py
tests/test_market_mix_guard.py
tests/test_market_trade_mode.py
tests/test_market_universe_meta.py
tests/test_mcp_server.py
tests/test_memory.py
tests/test_model_registry.py
tests/test_notification_channels.py
tests/test_param_sensitivity.py
tests/test_param_sensitivity_workflow.py
tests/test_portfolio_write_boundary.py
tests/test_premarket_public_brief.py
tests/test_premarket_risk_inputs.py
tests/test_premarket_risk_job.py
tests/test_prompt_templates.py
tests/test_quality_gate.py
tests/test_rag_veto_eval.py
tests/test_recommendation_backfill.py
tests/test_recommendation_event_eval.py
tests/test_recommendation_event_metrics.py
tests/test_recommendation_tracking_reprice_job.py
tests/test_review_list_replay.py
tests/test_runtime.py
tests/test_scratchpad_and_tool_results.py
tests/test_script_help_smoke.py
tests/test_search_tools.py
tests/test_sector_continuity_report.py
tests/test_sector_rotation.py
tests/test_session_context.py
tests/test_session_tools.py
tests/test_signal_confirmation.py
tests/test_signal_feedback.py
tests/test_single_symbol_diagnosis_data.py
tests/test_single_symbol_diagnosis_outputs.py
tests/test_single_symbol_funnel_diagnosis.py
tests/test_skills.py
tests/test_step2_signal_confirmation.py
tests/test_step3_candidates.py
tests/test_step3_empty_report.py
tests/test_step3_llm_fallback.py
tests/test_step3_track_normalization.py
tests/test_step3_upstream_selection.py
tests/test_step4_from_supabase.py
tests/test_step4_llm.py
tests/test_step4_payload.py
tests/test_step4_trade_date.py
tests/test_stock_hist_repository.py
tests/test_strategy_attribution_report.py
tests/test_strategy_reflection.py
tests/test_sub_agents.py
tests/test_supabase_base.py
tests/test_supabase_concept_heat.py
tests/test_supabase_market_signal.py
tests/test_supabase_recommendation_upsert.py
tests/test_supabase_tail_buy.py
tests/test_supabase_theme_radar.py
tests/test_symbol_pool_bse.py
tests/test_tail_buy_delivery.py
tests/test_tail_buy_intraday_job.py
tests/test_tail_buy_intraday_job_dates.py
tests/test_tail_buy_llm_overlay.py
tests/test_tail_buy_runtime.py
tests/test_tail_buy_strategy.py
tests/test_theme_radar.py
tests/test_theme_radar_job.py
tests/test_theme_radar_storage.py
tests/test_tickflow_price_resolution.py
tests/test_tool_specs.py
tests/test_tools.py
tests/test_track_prompt_builder.py
tests/test_trading_clock.py
tests/test_tui_cancel.py
tests/test_tui_rendering.py
tests/test_update_backtest_market_report.py
tests/test_us_backtest_notification.py
tests/test_us_backtest_strategy_replay.py
tests/test_us_recommendation_performance.py
tests/test_us_recommendation_performance_job.py
tests/test_wbt_adapter.py
tests/test_web_background_job.py
tests/test_workflow_executor.py
tests/test_workflow_saved.py
tests/test_workflows.py
tests/test_wyckoff_engine.py
tests/test_wyckoff_funnel_etf.py
tests/test_wyckoff_funnel_post_filters.py
tests/test_wyckoff_quality_events.py
tests/test_wyckoff_theme_radar_linkage.py
tests/test_wyckoff_v2_structure.py
tools/__init__.py
tools/data_fetcher.py
tools/debug_io.py
tools/external_seeds.py
tools/funnel_public.py
tools/mainline_config.py
tools/market_liquidity.py
tools/market_regime.py
tools/market_universe_meta.py
tools/ohlcv_fallback_fetcher.py
tools/report_builder.py
tools/report_parser.py
tools/spot_patch.py
tools/symbol_pool.py
tools/tickflow_batch_fetcher.py
tools/track_prompt_builder.py
utils/__init__.py
utils/context_archive.py
utils/env.py
utils/feishu.py
utils/feishu_backtest_card.py
utils/feishu_tail_buy_card.py
utils/feishu_text.py
utils/helpers.py
utils/json_text.py
utils/local_state.py
utils/markdown_webhooks.py
utils/notify.py
utils/progress.py
utils/telegram.py
utils/tool_result_preview.py
utils/trading_clock.py
workflows/__init__.py
workflows/ai_candidate_allocation_config.py
workflows/backtest.py
workflows/backtest_artifacts.py
workflows/backtest_cli.py
workflows/backtest_data.py
workflows/backtest_defaults.py
workflows/backtest_intraday.py
workflows/backtest_market_report_artifacts.py
workflows/backtest_market_report_builder.py
workflows/backtest_portfolio.py
workflows/backtest_runner.py
workflows/backtest_snapshot_fetch.py
workflows/backtest_snapshot_fetch_us.py
workflows/benchmark_funnel_fetch.py
workflows/candidate_policy_config.py
workflows/compliance_report_config.py
workflows/daily_job.py
workflows/daily_job_common.py
workflows/daily_job_lifecycle.py
workflows/daily_job_persistence.py
workflows/daily_job_runtime.py
workflows/daily_job_step2.py
workflows/daily_job_step3.py
workflows/daily_job_step4.py
workflows/daily_signal_observations.py
workflows/db_maintenance.py
workflows/diagnose_holdings_cli.py
workflows/dynamic_policy_config.py
workflows/export_a_share_csv.py
workflows/fetch_runtime_config.py
workflows/funnel_ai_selection.py
workflows/funnel_candidates.py
workflows/funnel_config_overrides.py
workflows/funnel_data.py
workflows/funnel_delivery.py
workflows/funnel_etf.py
workflows/funnel_layers.py
workflows/funnel_render.py
workflows/funnel_render_context.py
workflows/funnel_report_payload.py
workflows/funnel_settings.py
workflows/holding_diagnosis_job.py
workflows/holding_diagnosis_llm.py
workflows/market_funnel_config.py
workflows/market_funnel_data.py
workflows/market_funnel_job.py
workflows/market_funnel_report.py
workflows/market_funnel_runtime.py
workflows/market_funnel_tracking.py
workflows/market_liquidity_config.py
workflows/market_regime_config.py
workflows/market_universe_meta.py
workflows/param_sensitivity.py
workflows/premarket_public_brief_config.py
workflows/premarket_risk_inputs.py
workflows/premarket_risk_job.py
workflows/recommendation_backfill.py
workflows/recommendation_event_eval.py
workflows/recommendation_tracking_reprice.py
workflows/recommendation_tracking_reprice_job.py
workflows/review_big_gainers.py
workflows/review_list_replay.py
workflows/review_recommendation_lookup.py
workflows/review_report_render.py
workflows/sector_continuity_report.py
workflows/sector_continuity_runtime.py
workflows/signal_feedback_job.py
workflows/single_symbol_diagnosis.py
workflows/single_symbol_diagnosis_data.py
workflows/single_symbol_diagnosis_outputs.py
workflows/step2_signal_confirmation.py
workflows/step3_batch_report.py
workflows/step3_candidates.py
workflows/step3_compression.py
workflows/step3_delivery.py
workflows/step3_inputs.py
workflows/step3_llm.py
workflows/step3_models.py
workflows/step3_operation_gate.py
workflows/step3_rag.py
workflows/step3_reporting.py
workflows/step3_runtime_config.py
workflows/step3_selection.py
workflows/step3_text.py
workflows/step3_upstream_selection.py
workflows/step4_decision_parser.py
workflows/step4_decisions.py
workflows/step4_from_supabase.py
workflows/step4_holdings_diagnosis.py
workflows/step4_llm.py
workflows/step4_market.py
workflows/step4_models.py
workflows/step4_order_config.py
workflows/step4_order_engine.py
workflows/step4_payload.py
workflows/step4_pipeline.py
workflows/step4_portfolio.py
workflows/step4_rebalancer.py
workflows/step4_results.py
workflows/step4_runtime_config.py
workflows/step4_text.py
workflows/step4_ticket.py
workflows/strategy_attribution_report.py
workflows/strategy_attribution_stats.py
workflows/strategy_reflection_job.py
workflows/tail_buy_candidates.py
workflows/tail_buy_config.py
workflows/tail_buy_delivery.py
workflows/tail_buy_holding_data.py
workflows/tail_buy_holding_models.py
workflows/tail_buy_holding_portfolio.py
workflows/tail_buy_holdings.py
workflows/tail_buy_intraday_job.py
workflows/tail_buy_llm_overlay.py
workflows/tail_buy_market_repair.py
workflows/tail_buy_rule_scan.py
workflows/tail_buy_runtime.py
workflows/tail_buy_utils.py
workflows/theme_radar_report.py
workflows/theme_radar_runtime.py
workflows/us_backtest_notification.py
workflows/us_backtest_strategy_replay.py
workflows/us_recommendation_performance_job.py
workflows/web_background_job.py
workflows/wyckoff_funnel.py
youngcan_wyckoff_analysis.egg-info/PKG-INFO
youngcan_wyckoff_analysis.egg-info/SOURCES.txt
youngcan_wyckoff_analysis.egg-info/dependency_links.txt
youngcan_wyckoff_analysis.egg-info/entry_points.txt
youngcan_wyckoff_analysis.egg-info/requires.txt
youngcan_wyckoff_analysis.egg-info/top_level.txt