Commit Graph

  • 8b7ac93791 fix: use minute-precision local time for AI peak time remaining calculation 2569718930@qq.com 2026-02-27 18:38:19 +08:00
  • acf0ece7d3 fix(ai): explicitly feed current temp and daily max to AI to prevent misreading 2569718930@qq.com 2026-02-27 18:36:48 +08:00
  • 60463a7eeb fix(ai): require explicit reference to Open-Meteo and DEB forecast values in logic 2569718930@qq.com 2026-02-27 18:06:13 +08:00
  • c56100f3d7 fix(ai): require time-awareness in logic analysis - hours until peak 2569718930@qq.com 2026-02-27 16:15:02 +08:00
  • a306ea8f4d docs: full sync with probability engine, AI retry, and DEB self-learning 2569718930@qq.com 2026-02-27 14:36:36 +08:00
  • 77b7a09843 fix: show WU rounding intervals in probability, weight DEB 70% over ensemble 30% 2569718930@qq.com 2026-02-27 14:30:54 +08:00
  • ef9cd4c9d4 feat: replace AI-computed probability with math-based normal distribution from ensemble data 2569718930@qq.com 2026-02-27 14:24:17 +08:00
  • 37949c222c refactor: remove user-facing forecast warnings, deepen AI logic analysis 2569718930@qq.com 2026-02-27 14:19:15 +08:00
  • b512e692d1 fix(ai): teach WU rounding logic for accurate probability estimation 2569718930@qq.com 2026-02-27 14:09:04 +08:00
  • 42f1a94a7c feat(ai): anchor probability distribution on DEB blended forecast 2569718930@qq.com 2026-02-27 14:05:16 +08:00
  • 8f2b40ae76 feat(ai): add settlement probability distribution to AI output 2569718930@qq.com 2026-02-27 14:02:35 +08:00
  • 652774c127 feat(ai): add retry + fallback model for Groq 500 errors 2569718930@qq.com 2026-02-27 13:26:53 +08:00
  • 78173765c5 feat: Add initial AI analyzer module for weather data analysis. 2569718930@qq.com 2026-02-27 02:07:25 +08:00
  • 0ed26d49c0 docs: restore mermaid architecture diagrams to both READMEs 2569718930@qq.com 2026-02-27 02:04:00 +08:00
  • 938a98ee2c docs: use a more professional and neutral tone for README files 2569718930@qq.com 2026-02-27 02:01:35 +08:00
  • bb4a697b98 docs: sync english README.md with high-end quant trading focus 2569718930@qq.com 2026-02-27 01:58:29 +08:00
  • e955599a64 docs: rewrite README with high-end quant trading focus and DEB/AI architecture 2569718930@qq.com 2026-02-27 01:54:06 +08:00
  • 596d8144a7 perf(deb): add file lock & caching for high concurrency queries 2569718930@qq.com 2026-02-27 01:47:38 +08:00
  • f60f5601d9 feat(ai): integrate Dynamic Ensemble Blending & simplify user output 2569718930@qq.com 2026-02-27 01:43:17 +08:00
  • ae59fc8278 feat: Add AI analyzer module. 2569718930@qq.com 2026-02-27 01:17:15 +08:00
  • eae41966e2 feat: Introduce AI analysis module and refactor bot_listener.py to prepare weather data for AI-driven insights. 2569718930@qq.com 2026-02-27 01:11:28 +08:00
  • 3aee0e7832 feat: Implement AI analysis and integrate with the bot listener. 2569718930@qq.com 2026-02-27 00:14:32 +08:00
  • be0784ea53 feat: Implement AI analysis and integrate with bot listener. 2569718930@qq.com 2026-02-26 23:58:39 +08:00
  • 9820f7b2a2 feat: add AI analysis module 2569718930@qq.com 2026-02-26 23:09:05 +08:00
  • 98451ff9e5 feat: Implement AI analysis using Groq, replacing Gemini API key configuration. 2569718930@qq.com 2026-02-26 23:02:41 +08:00
  • 59655b4088 feat: Add AI-based weather analysis module. 2569718930@qq.com 2026-02-26 22:48:06 +08:00
  • 989f0f4fd1 feat: implement AI analyzer module 2569718930@qq.com 2026-02-26 22:35:44 +08:00
  • d9ae2543b7 feat: Add Gemini API key to .env.example for AI integration. 2569718930@qq.com 2026-02-26 22:25:50 +08:00
  • 21a5bcb481 feat: Add ai_analyzer.py, update requirements.txt, and modify bot_listener.py. 2569718930@qq.com 2026-02-26 22:24:32 +08:00
  • 766aa76b71 feat: implement multi-source weather data collection for OpenWeatherMap, Visual Crossing, and NOAA METAR, including Polymarket settlement sources. 2569718930@qq.com 2026-02-26 18:20:54 +08:00
  • bf530467ca feat: add inline keyboard to start command and implement about callback handler. 2569718930@qq.com 2026-02-26 18:05:38 +08:00
  • 8bf98a77b8 Please provide the diff for e:\web\PolyWeather\bot_listener.py to generate an accurate commit message. 2569718930@qq.com 2026-02-26 17:57:37 +08:00
  • 7707c8db7d feat: add betting range, METAR data age, and OM realtime fallback 2569718930@qq.com 2026-02-25 23:02:48 +08:00
  • 6e04af5f65 feat: Introduce !forecast and !help commands, refactor !weather to use process_command, and enable "ping" alias. 2569718930@qq.com 2026-02-25 19:46:01 +08:00
  • 4effa2cb50 Please provide the diff to summarize the changes. 2569718930@qq.com 2026-02-25 12:29:06 +08:00
  • b1de84e745 Update bot_listener.py to reflect recent changes. 2569718930@qq.com 2026-02-25 12:16:07 +08:00
  • 4f3cd3290f feat: introduce WeatherDataCollector for fetching multi-source weather data from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2569718930@qq.com 2026-02-23 22:19:20 +08:00
  • de6a10379d docs: Clean up merge conflict markers and update betting strategy tips in README. 2569718930@qq.com 2026-02-23 21:23:52 +08:00
  • bbcb799c6c feat: Initialize bot with API key and add robust error handling for weather commands. 2569718930@qq.com 2026-02-23 21:11:16 +08:00
  • f3fcde6441 docs: update README with refined environment variable instructions, improved table formatting, and expanded betting strategy tips. 2569718930@qq.com 2026-02-23 21:05:23 +08:00
  • be90e610ee feat: Integrate multi-model and ensemble weather forecasts, update READMEs with new architecture and betting strategies, and resolve merge conflicts. 2569718930@qq.com 2026-02-23 21:04:44 +08:00
  • b89b137e83 Merge branch 'main' of https://github.com/yangyuan-zhen/PolyWeather 2569718930@qq.com 2026-02-23 20:43:58 +08:00
  • e575440acf feat: migrate to ApplicationBuilder for bot setup, load configuration from BotConfig, and add timeouts for API calls. AmandaloveYang 2026-02-22 10:30:26 +08:00
  • e911737ea9 chore: update bot_listener.py. AmandaloveYang 2026-02-22 10:26:33 +08:00
  • f1d1279ac6 docs: Detail multi-model consensus scoring, Open-Meteo API architecture, airport-aligned NWP queries, and ensemble divergence detection. AmandaloveYang 2026-02-22 10:01:32 +08:00
  • 6cc16c938d feat: introduce WeatherDataCollector for multi-source weather data retrieval from OpenWeatherMap, Visual Crossing, and METAR. AmandaloveYang 2026-02-22 09:54:47 +08:00
  • 2dcc700cd7 feat: Add support for plain text city input and improve weather command error handling. AmandaloveYang 2026-02-21 10:50:13 +08:00
  • 78c96a8a2e Please provide the diff for d:\web\PolyWeather\bot_listener.py to generate an accurate commit message. AmandaloveYang 2026-02-21 10:48:05 +08:00
  • d1e6df3e3f feat: Implement new message processing and event handling in the bot listener. AmandaloveYang 2026-02-21 10:46:09 +08:00
  • 0333717bdb feat: introduce model consensus scoring, ensemble forecast spread, and entry timing signals with enhanced trend analysis and updated documentation. AmandaloveYang 2026-02-21 10:43:13 +08:00
  • 6f0eaad6a8 feat: Add a multi-source weather data collection module supporting OpenWeatherMap, Visual Crossing, and METAR. AmandaloveYang 2026-02-21 10:37:37 +08:00
  • 070712228e I need the diff of d:\web\PolyWeather\bot_listener.py to summarize the changes. AmandaloveYang 2026-02-20 20:21:51 +08:00
  • 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. AmandaloveYang 2026-02-20 20:03:49 +08:00
  • 7ede7abaa1 chore: Include bot ID in the on_ready log message. AmandaloveYang 2026-02-18 13:29:33 +08:00
  • 38d81b9fb5 feat: add WU settlement rounding analysis and boundary alerts AmandaloveYang 2026-02-18 11:17:29 +08:00
  • 4464bb3cd4 fix: peak hour sanity check (<6AM=invalid), wind direction always shown AmandaloveYang 2026-02-18 11:08:41 +08:00
  • 30f86eab89 refactor: remove legacy trading engine, streamline project to weather-only bot AmandaloveYang 2026-02-18 09:56:50 +08:00
  • d533bd5b21 docs: comprehensive update of all documentation - Paris, wind analysis, VPS deploy, supported cities table AmandaloveYang 2026-02-18 09:49:40 +08:00
  • 3f4f31d24b fix: add Paris LFPG to ICAO mapping for METAR data AmandaloveYang 2026-02-18 09:37:55 +08:00
  • c89ea41441 feat: add Paris (CDG) weather query support AmandaloveYang 2026-02-18 09:35:34 +08:00
  • d4314ff5d7 feat: show max temperature time in METAR display AmandaloveYang 2026-02-16 11:09:56 +08:00
  • c4fc26314d fix: wind analysis cross-validates METAR vs MGM with conflict detection AmandaloveYang 2026-02-16 11:08:09 +08:00
  • fef9094403 fix: rain analysis no longer references MGM for non-Turkey cities AmandaloveYang 2026-02-16 10:08:57 +08:00
  • d3880b1db3 docs: add VPS one-click update script to README AmandaloveYang 2026-02-14 21:00:31 +08:00
  • af2f57bd81 fix: wind analysis now direction-aware, added west/east wind handling AmandaloveYang 2026-02-14 20:24:26 +08:00
  • c5093e78c9 fix: rain detection false positive and emoji confusion AmandaloveYang 2026-02-14 15:22:10 +08:00
  • 22a578f98f feat: plain language analysis + sunrise sunset + MGM pressure cloud data AmandaloveYang 2026-02-14 13:48:35 +08:00
  • 93c595c7a3 Please provide the diff to d:\web\PolyWeather\bot_listener.py so I can generate an accurate commit message. Without the diff, I cannot summarize the specific changes made to the file. AmandaloveYang 2026-02-12 22:15:29 +08:00
  • dc41e8b2fa Update bot listener functionality. 2569718930@qq.com 2026-02-09 09:46:31 +08:00
  • 34ccc7a326 Update bot listener functionality. 2569718930@qq.com 2026-02-09 09:46:31 +08:00
  • a00fd5b9b7 feat: enhance bot listener event processing. 2569718930@qq.com 2026-02-08 21:43:24 +08:00
  • ddc9a70bc3 feat: enhance bot listener event processing. 2569718930@qq.com 2026-02-08 21:43:24 +08:00
  • e5ae0b527a refactor: Implement structured data collection and configuration modules, replacing legacy city-specific files and updating documentation. 2569718930@qq.com 2026-02-08 20:30:17 +08:00
  • 694b2f87c4 refactor: Implement structured data collection and configuration modules, replacing legacy city-specific files and updating documentation. 2569718930@qq.com 2026-02-08 20:30:17 +08:00
  • 6505cc9528 feat: Add multi-source weather data collection module and clarify Meteoblue coverage in documentation. 2569718930@qq.com 2026-02-08 20:00:59 +08:00
  • c97265c4e5 feat: Add multi-source weather data collection module and clarify Meteoblue coverage in documentation. 2569718930@qq.com 2026-02-08 20:00:59 +08:00
  • 75a4e85296 feat: Implement multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR, and add NYC market-specific data handling. 2569718930@qq.com 2026-02-08 19:57:44 +08:00
  • 6560696a37 feat: Implement multi-source weather data collection from OpenWeatherMap, Visual Crossing, and NOAA METAR, and add NYC market-specific data handling. 2569718930@qq.com 2026-02-08 19:57:44 +08:00
  • 9533dea272 feat: Add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR APIs. 2569718930@qq.com 2026-02-08 19:51:42 +08:00
  • 2450c63a3a feat: Enhance data fusion with new sources (Meteoblue, MGM), add automated trend analysis, and update system architecture documentation. 2569718930@qq.com 2026-02-08 19:49:58 +08:00
  • b0e9677815 feat: Add a multi-source weather data collection module with support for OpenWeatherMap, Visual Crossing, and NOAA METAR. 2569718930@qq.com 2026-02-08 19:44:41 +08:00
  • a4e4d26277 Please provide the diff for e:\web\PolyWeather\bot_listener.py to generate an accurate commit message. 2569718930@qq.com 2026-02-08 18:27:20 +08:00
  • 9c145da6df Please provide the diff for e:\web\PolyWeather\bot_listener.py to generate an accurate commit message. 2569718930@qq.com 2026-02-08 18:24:59 +08:00
  • eb99cb53e8 feat: Implement new bot listening functionality or fix an issue in event handling. 2569718930@qq.com 2026-02-08 18:22:47 +08:00
  • 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. 2569718930@qq.com 2026-02-08 18:15:25 +08:00
  • be09c6384f feat: add multi-source weather data collector for OpenWeatherMap, Visual Crossing, and NOAA METAR, integrating it for bot use. 2569718930@qq.com 2026-02-08 18:13:03 +08:00
  • accdb5104b feat: implement multi-source weather data collection functionality with OpenWeatherMap, Visual Crossing, and METAR APIs. 2569718930@qq.com 2026-02-08 18:09:37 +08:00
  • ad97efcc4b feat: Implement or update bot listener functionality in PolyWeather. 2569718930@qq.com 2026-02-08 16:39:44 +08:00
  • 80821d614f feat: add multi-source weather data collector supporting OpenWeatherMap, Visual Crossing, and NOAA METAR. 2569718930@qq.com 2026-02-08 16:36:16 +08:00
  • 13b655f04b Update bot listener functionality to improve event handling. 2569718930@qq.com 2026-02-08 03:21:16 +08:00
  • a0e751ad55 feat: Implement city risk profile data collection and integrate it into the bot listener. 2569718930@qq.com 2026-02-08 03:20:27 +08:00
  • 941b45abd2 feat: Add multi-source weather data collector supporting OpenWeatherMap, Visual Crossing, and NOAA METAR. 2569718930@qq.com 2026-02-08 03:18:02 +08:00
  • f2dac9b622 feat: Implement city risk profile data collection and integrate it with the bot listener. 2569718930@qq.com 2026-02-08 03:15:56 +08:00
  • 97589531e8 feat: Add city risk profile data collection. 2569718930@qq.com 2026-02-08 03:11:22 +08:00
  • dda62e2c90 doc: Update READMEs with Chicago example, expanded feature descriptions, and new betting strategy tips. 2569718930@qq.com 2026-02-08 02:55:09 +08:00
  • 8914435766 feat: add multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR. 2569718930@qq.com 2026-02-08 02:50:08 +08:00
  • d7777384ec feat: Add a new WeatherDataCollector module for multi-source weather data retrieval and update bot_listener.py. 2569718930@qq.com 2026-02-08 02:48:25 +08:00
  • d0c8ac3451 feat: introduce WeatherDataCollector module for multi-source weather data fetching from OpenWeatherMap, Visual Crossing, and NOAA METAR. 2569718930@qq.com 2026-02-08 02:44:18 +08:00
  • 4fed931a02 feat: Add multi-source weather data collection with support for OpenWeatherMap, Visual Crossing, and NOAA METAR. 2569718930@qq.com 2026-02-08 02:39:22 +08:00
  • ee4b7d9817 feat: implement multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR APIs. 2569718930@qq.com 2026-02-08 02:38:58 +08:00