Commit Graph

294 Commits

Author SHA1 Message Date
MarkLo eed052abe9 2025-12-13 03:15:29 +08:00
MarkLo 95f6b25333 2025-12-13 02:26:49 +08:00
MarkLo 8204aff28b 2025-12-13 01:54:47 +08:00
MarkLo 5e48737ab8 2025-12-12 19:42:31 +08:00
MarkLo 5fa0ea027a 2025-12-12 19:32:11 +08:00
MarkLo dc6fa82af0 2025-12-12 19:10:04 +08:00
MarkLo 4269fdec26 2025-12-12 19:01:49 +08:00
MarkLo 144f5793aa 2025-12-12 06:10:20 +08:00
MarkLo 16e0a6a5e6 2025-12-12 05:57:55 +08:00
MarkLo 41399b9cfa 2025-12-12 05:51:25 +08:00
MarkLo 9f5bac664c 2025-12-12 05:43:08 +08:00
MarkLo da7d05ecc9 2025-12-12 05:30:04 +08:00
MarkLo d46df56d1f 2025-12-11 20:56:23 +08:00
MarkLo 482d8fa6aa 2025-12-11 15:00:30 +08:00
MarkLo 20e0c6a2d9 2025-12-11 13:46:33 +08:00
MarkLo 9ef0f2265d 2025-12-11 01:31:44 +08:00
MarkLo 71fb9844ee 2025-12-11 01:18:46 +08:00
MarkLo a51b31dc21 2025-12-11 00:37:19 +08:00
MarkLo 138cd922c6 2025-12-11 00:06:09 +08:00
MarkLo 886694b62f 2025-12-10 23:51:07 +08:00
MarkLo 6c453ead59 2025-12-07 22:35:18 +08:00
MarkLo 79c1f103e1 2025-12-07 22:02:20 +08:00
MarkLo 33e58ff389 2025-12-07 21:40:58 +08:00
MarkLo c2b8706bf2 2025-12-07 17:13:57 +08:00
MarkLo 0792830c3d 2025-12-07 16:51:11 +08:00
MarkLo 9ce8fcdcb3 2025-12-07 04:12:25 +08:00
MarkLo 915ee9915c 2025-12-07 03:54:52 +08:00
MarkLo 43658df2a0 2025-12-06 02:28:43 +08:00
MarkLo a0e4365fc3 2025-12-06 01:50:41 +08:00
MarkLo 5dee4b323c 2025-12-05 23:34:50 +08:00
MarkLo 727fd682b2 2025-12-04 17:52:38 +08:00
MarkLo 6ffe348ac0 2025-12-03 02:59:12 +08:00
MarkLo 4f2327f5c2 2025-12-03 00:09:09 +08:00
MarkLo 0c955d4057 2025-12-02 23:46:59 +08:00
MarkLo 40f7d0bb92 2025-12-02 23:32:25 +08:00
MarkLo 34dc5b0f87 2025-12-02 23:03:41 +08:00
MarkLo 65c0033cca 2025-12-02 21:59:51 +08:00
MarkLo fd4aff76a1 2025-12-02 02:49:49 +08:00
MarkLo 8004383006 2025-12-01 21:02:10 +08:00
MarkLo 9e55753cda 2025-12-01 20:21:11 +08:00
MarkLo 52b51845e6 2025-12-01 20:12:13 +08:00
MarkLo 9c8e6458e7 2025-12-01 19:54:47 +08:00
MarkLo f2d73888a0 2025-12-01 19:52:45 +08:00
MarkLo c17269608f 2025-12-01 19:22:34 +08:00
MarkLo be75949f65 fix(frontend): unify color scheme and fix K-line chart rendering
- Add gradient styles to workflow Card, Footer, and DownloadReports
- Simplify K-line chart implementation using BarChart with Cell coloring
- Fix TypeScript errors in chart components
- Ensure consistent visual design across all pages
2025-12-01 19:19:13 +08:00
MarkLo edced35f70 feat: improve retry mechanism with jitter and longer delays
- Increase max retry attempts from 3 to 5
- Extend max delay from 10s to 60s for better handling of persistent 529 errors
- Add jitter (random 0-0.5s delay) to avoid synchronized retries
- Based on Cursor IDE blog best practices for handling Claude API 529 errors
2025-12-01 04:16:55 +08:00
MarkLo 42ef175ddb feat: add retry mechanism for Anthropic API 529 errors
- Add tenacity-based retry logic to Research Manager
- Configure exponential backoff (2-10s) for OverloadedError
- Maximum 3 retry attempts with warning-level logging
- Improves system stability against temporary API overload
- Fix: correct import path for OverloadedError from anthropic._exceptions
2025-12-01 03:56:56 +08:00
MarkLo 2bf7da4afd 2025-12-01 03:29:56 +08:00
MarkLo 409277abec 2025-12-01 03:11:49 +08:00
MarkLo 8304898d5c 2025-12-01 03:04:54 +08:00