Commit Graph

52 Commits

Author SHA1 Message Date
2569718930@qq.com 396c373cba feat: implement PolyWeather dashboard with map UI, data collection, analysis, and comprehensive documentation. 2026-03-10 09:02:56 +08:00
2569718930@qq.com aab4477ab3 feat: Implement the PolyWeather dashboard including frontend components, data collection, analysis, and API endpoints. 2026-03-10 04:45:40 +08:00
2569718930@qq.com ce2a553e08 feat: implement a rule-based market weather alert engine, including a Telegram push utility and tests. 2026-03-06 18:50:11 +08:00
2569718930@qq.com 4d6a915690 feat: add rule-based weather alert engine for short-horizon trading signals, including momentum, forecast breakthrough, Ankara DEB, and advection alerts. 2026-03-06 12:36:13 +08:00
2569718930@qq.com 43b7c1b480 feat: Implement PolyWeather application with a map-based frontend, Python web services, market alert engine, and supporting utilities. 2026-03-06 12:31:15 +08:00
2569718930@qq.com 05a5f005fe feat: add a rule-based market alert engine for weather analysis with Telegram integration and tests. 2026-03-06 10:51:06 +08:00
2569718930@qq.com bec76e3977 feat: implement a rule-based weather/market alert engine with functions for momentum, forecast breakthrough, and kill zone alerts. 2026-03-06 10:37:18 +08:00
2569718930@qq.com 186e5e0c5a feat: add rule-based weather/market alert engine for Polymarket trading 2026-03-06 10:32:51 +08:00
2569718930@qq.com 68cb056907 feat: Implement PolyWeather web application with map and market alert engine, including related utilities and tests. 2026-03-06 10:31:06 +08:00
2569718930@qq.com 86c15d2fd2 feat: introduce PolyWeather web map API for interactive weather data visualization, analysis, and market-related data collection. 2026-03-06 10:04:00 +08:00
2569718930@qq.com a1416d1324 feat: introduce PolyWeather application with an interactive map, detailed city weather, trend analysis, and a supporting API. 2026-03-05 04:28:35 +08:00
2569718930@qq.com 9e5fc418de feat: Extract weather trend analysis into a new shared module and add initial web application and data collection components. 2026-03-04 19:47:19 +08:00
2569718930@qq.com 7329dd728e refactor: extract trend_engine, unify probability engine across bot and web, add unit tests 2026-03-04 02:52:31 +08:00
2569718930@qq.com 3c2749544f feat: record mu and probability snapshots in daily_records for accuracy tracking 2026-03-04 02:41:21 +08:00
2569718930@qq.com 0ce9ec25c3 fix: sync reality-anchored mu to bot, add graded severity, prohibit P0-P4 output 2026-03-04 02:09:29 +08:00
2569718930@qq.com ccd362d6e5 refactor: remove weather anim, rewrite AI prompt with graded severity and 6-point fix 2026-03-04 02:05:39 +08:00
2569718930@qq.com fd24d369aa fix: reality-anchored probability engine and forecast bust AI detection 2026-03-04 01:52:21 +08:00
2569718930@qq.com 706b4eda3f fix: explicitly pass proxies to Groq AI requests and add detailed logging 2026-03-03 23:10:10 +08:00
2569718930@qq.com 7926cedc97 feat: Introduce a web interface with an interactive map and implement a Dynamic Ensemble Blending (DEB) algorithm for weather prediction. 2026-03-03 21:27:57 +08:00
2569718930@qq.com 7615ac9656 feat(analysis): add AI analyzer module for weather data processing. 2026-03-03 19:57:52 +08:00
2569718930@qq.com c8a7fe8548 fix(ci): format code and fix ruff lintings issues 2026-03-03 00:12:16 +08:00
2569718930@qq.com d3a0f79533 refine(ai): remove dead market conditions from output template to prevent literal copying 2026-03-01 23:19:26 +08:00
2569718930@qq.com 439dfed3f6 refine(ai): priority-ordered analysis P1-P4 with quantitative trigger thresholds 2026-03-01 22:14:48 +08:00
2569718930@qq.com 875c54d27a refine(ai): relax to 3-5 sentences, soften forecast downweight, add quantitative dead-market triggers 2026-03-01 22:13:19 +08:00
2569718930@qq.com 3ed775816b fix: cast to float in get_deb_accuracy to fix str subtraction error 2026-03-01 19:02:20 +08:00
2569718930@qq.com ee535e9efa feat: DEB accuracy tracking - save predictions, compute WU hit rate and MAE 2026-03-01 15:53:29 +08:00
2569718930@qq.com 2b1c7f3209 fix(ai): don't use beaten forecasts to argue 'hard to rise' when actual already exceeds them 2026-02-28 19:16:53 +08:00
2569718930@qq.com 305e2e7a6b feat: auto-prune DEB records older than 14 days to prevent unbounded growth 2026-02-27 22:08:13 +08:00
2569718930@qq.com 60463a7eeb fix(ai): require explicit reference to Open-Meteo and DEB forecast values in logic 2026-02-27 18:06:13 +08:00
2569718930@qq.com c56100f3d7 fix(ai): require time-awareness in logic analysis - hours until peak 2026-02-27 16:15:02 +08:00
2569718930@qq.com ef9cd4c9d4 feat: replace AI-computed probability with math-based normal distribution from ensemble data 2026-02-27 14:24:17 +08:00
2569718930@qq.com 37949c222c refactor: remove user-facing forecast warnings, deepen AI logic analysis 2026-02-27 14:19:15 +08:00
2569718930@qq.com b512e692d1 fix(ai): teach WU rounding logic for accurate probability estimation 2026-02-27 14:09:04 +08:00
2569718930@qq.com 42f1a94a7c feat(ai): anchor probability distribution on DEB blended forecast 2026-02-27 14:05:16 +08:00
2569718930@qq.com 8f2b40ae76 feat(ai): add settlement probability distribution to AI output 2026-02-27 14:02:35 +08:00
2569718930@qq.com 652774c127 feat(ai): add retry + fallback model for Groq 500 errors 2026-02-27 13:26:53 +08:00
2569718930@qq.com 78173765c5 feat: Add initial AI analyzer module for weather data analysis. 2026-02-27 02:07:25 +08:00
2569718930@qq.com 596d8144a7 perf(deb): add file lock & caching for high concurrency queries 2026-02-27 01:47:38 +08:00
2569718930@qq.com f60f5601d9 feat(ai): integrate Dynamic Ensemble Blending & simplify user output 2026-02-27 01:43:46 +08:00
2569718930@qq.com ae59fc8278 feat: Add AI analyzer module. 2026-02-27 01:17:15 +08:00
2569718930@qq.com eae41966e2 feat: Introduce AI analysis module and refactor bot_listener.py to prepare weather data for AI-driven insights. 2026-02-27 01:11:28 +08:00
2569718930@qq.com 3aee0e7832 feat: Implement AI analysis and integrate with the bot listener. 2026-02-27 00:14:32 +08:00
2569718930@qq.com be0784ea53 feat: Implement AI analysis and integrate with bot listener. 2026-02-26 23:58:39 +08:00
2569718930@qq.com 9820f7b2a2 feat: add AI analysis module 2026-02-26 23:09:05 +08:00
2569718930@qq.com 98451ff9e5 feat: Implement AI analysis using Groq, replacing Gemini API key configuration. 2026-02-26 23:02:41 +08:00
2569718930@qq.com 59655b4088 feat: Add AI-based weather analysis module. 2026-02-26 22:48:06 +08:00
2569718930@qq.com 989f0f4fd1 feat: implement AI analyzer module 2026-02-26 22:35:44 +08:00
2569718930@qq.com 21a5bcb481 feat: Add ai_analyzer.py, update requirements.txt, and modify bot_listener.py. 2026-02-26 22:24:32 +08:00
AmandaloveYang 30f86eab89 refactor: remove legacy trading engine, streamline project to weather-only bot 2026-02-18 09:56:50 +08:00
2569718930@qq.com 40dc5062dd feat: Implement risk management, order book analysis, and a new alerting system with enhanced Polymarket batch price fetching and market data processing. 2026-02-07 00:46:15 +08:00