Commit Graph

71 Commits

Author SHA1 Message Date
2569718930@qq.com bcc0824e6d feat: real-time μ correction when actual exceeds forecast + Ankara METAR aggressive rounding info for AI 2026-02-27 18:44:46 +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
2569718930@qq.com 766aa76b71 feat: implement multi-source weather data collection for OpenWeatherMap, Visual Crossing, and NOAA METAR, including Polymarket settlement sources. 2026-02-26 18:20:54 +08:00
2569718930@qq.com 4f3cd3290f feat: introduce WeatherDataCollector for fetching multi-source weather data from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-23 22:19:20 +08:00
AmandaloveYang 6cc16c938d feat: introduce WeatherDataCollector for multi-source weather data retrieval from OpenWeatherMap, Visual Crossing, and METAR. 2026-02-22 09:54:47 +08:00
AmandaloveYang 6f0eaad6a8 feat: Add a multi-source weather data collection module supporting OpenWeatherMap, Visual Crossing, and METAR. 2026-02-21 10:37:37 +08:00
AmandaloveYang 6ffbdd97f7 feat: Add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR, including city-to-ICAO mapping and local high temperature calculation. 2026-02-20 20:03:49 +08:00
AmandaloveYang 30f86eab89 refactor: remove legacy trading engine, streamline project to weather-only bot 2026-02-18 09:56:50 +08:00
AmandaloveYang 3f4f31d24b fix: add Paris LFPG to ICAO mapping for METAR data 2026-02-18 09:37:55 +08:00
AmandaloveYang c89ea41441 feat: add Paris (CDG) weather query support 2026-02-18 09:35:34 +08:00
AmandaloveYang d4314ff5d7 feat: show max temperature time in METAR display 2026-02-16 11:09:56 +08:00
AmandaloveYang 22a578f98f feat: plain language analysis + sunrise sunset + MGM pressure cloud data 2026-02-14 13:48:35 +08:00
2569718930@qq.com 694b2f87c4 refactor: Implement structured data collection and configuration modules, replacing legacy city-specific files and updating documentation. 2026-02-08 20:30:17 +08:00
2569718930@qq.com c97265c4e5 feat: Add multi-source weather data collection module and clarify Meteoblue coverage in documentation. 2026-02-08 20:00:59 +08:00
2569718930@qq.com 6560696a37 feat: Implement multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR, and add NYC market-specific data handling. 2026-02-08 19:57:44 +08:00
2569718930@qq.com 9533dea272 feat: Add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR APIs. 2026-02-08 19:51:42 +08:00
2569718930@qq.com b0e9677815 feat: Add a multi-source weather data collection module with support for OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 19:44:41 +08:00
2569718930@qq.com 3bfd1b7c7b feat: Add multi-source weather data collection supporting OpenWeatherMap, Visual Crossing, and NOAA METAR, and include a utility for checking MGM weather data freshness. 2026-02-08 18:15:25 +08:00
2569718930@qq.com be09c6384f feat: add multi-source weather data collector for OpenWeatherMap, Visual Crossing, and NOAA METAR, integrating it for bot use. 2026-02-08 18:13:03 +08:00
2569718930@qq.com accdb5104b feat: implement multi-source weather data collection functionality with OpenWeatherMap, Visual Crossing, and METAR APIs. 2026-02-08 18:09:37 +08:00
2569718930@qq.com 80821d614f feat: add multi-source weather data collector supporting OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 16:36:16 +08:00
2569718930@qq.com a0e751ad55 feat: Implement city risk profile data collection and integrate it into the bot listener. 2026-02-08 03:20:27 +08:00
2569718930@qq.com 941b45abd2 feat: Add multi-source weather data collector supporting OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 03:18:02 +08:00
2569718930@qq.com f2dac9b622 feat: Implement city risk profile data collection and integrate it with the bot listener. 2026-02-08 03:15:56 +08:00
2569718930@qq.com 97589531e8 feat: Add city risk profile data collection. 2026-02-08 03:11:22 +08:00
2569718930@qq.com 8914435766 feat: add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 02:50:08 +08:00
2569718930@qq.com d7777384ec feat: Add a new WeatherDataCollector module for multi-source weather data retrieval and update bot_listener.py. 2026-02-08 02:48:25 +08:00
2569718930@qq.com d0c8ac3451 feat: introduce WeatherDataCollector module for multi-source weather data fetching from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 02:44:18 +08:00
2569718930@qq.com 4fed931a02 feat: Add multi-source weather data collection with support for OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 02:39:22 +08:00
2569718930@qq.com ee4b7d9817 feat: implement multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR APIs. 2026-02-08 02:38:58 +08:00
2569718930@qq.com da76e98227 feat: introduce multi-source weather data collection module supporting OpenWeatherMap, Visual Crossing, and NOAA METAR. 2026-02-08 02:35:55 +08:00