Detailed Usage Docs
Rendered from repository markdown files and updated with code changes.
Usage Navigation
Start here for setup, parameters, and daily examples.
| Topic | Description | Link |
| How to Configure | Secrets, Variables, workflow schedule, rerun. | Open |
| Parameter Guide | Training/data window, retries, model settings. | Open |
| Daily Case Examples | Open latest 3-day auto-generated case samples. | Open |
| Document | Link |
| English Full Guide | Open |
| GitHub Actions Setup (EN) | Open |
Parameter Quick Reference
| Key | Default | Description |
DAILY_ANALYSIS_LOOKBACK_DAYS | 30 | Lookback window used in daily LLM reasoning. |
TRAINING_WINDOW_DAYS | 730 | Two-year training window for model retraining. |
MAX_STOCKS_PER_RUN | 30 | Hard cap of analyzed symbols per run. |
LLM_MAX_RETRIES | 6 | Retry count for LLM API HTTP failures. |
LLM_MAX_OUTPUT_TOKENS | 800 | Output length cap to reduce truncation. |
PAGES_CASE_RETENTION_DAYS | 3 | Only show latest N calendar days in Pages cases. |