Commit Graph

353 Commits

Author SHA1 Message Date
2569718930@qq.com de6cf68ee7 feat: Implement reconciliation of recent actual high temperatures using METAR data and integrate it into the DEB command. 2026-03-12 02:43:19 +08:00
2569718930@qq.com 1060945d08 feat: Implement Dynamic Ensemble Blending (DEB) algorithm with historical data management, dynamic weight calculation, and accuracy tracking. 2026-03-12 02:32:10 +08:00
2569718930@qq.com ad2b1aa4b6 feat: Implement CitySidebar component with risk-level grouping and internationalization utilities. 2026-03-12 02:11:48 +08:00
2569718930@qq.com ba0916ea51 feat: add Polymarket wallet activity watcher and configuration for immediate size delta notifications. 2026-03-12 00:50:19 +08:00
2569718930@qq.com a46a98f25e feat: Add API route to fetch cities from the backend. 2026-03-12 00:40:28 +08:00
2569718930@qq.com 294e038f57 feat: Implement Polymarket wallet activity watcher and add related configuration options. 2026-03-12 00:36:33 +08:00
2569718930@qq.com eca0c7f514 feat: Introduce multi-source weather data collection, including city configuration and robust caching. 2026-03-12 00:29:34 +08:00
2569718930@qq.com 9295899aeb feat: implement PolyWeather Web Map API, a FastAPI backend integrating weather data collection and analysis to support an interactive map. 2026-03-11 12:22:06 +08:00
2569718930@qq.com db3b1c995a feat: Implement PolyWeather web map API with integrated weather data analysis, market alert engine, and Telegram push utility. 2026-03-11 12:15:09 +08:00
2569718930@qq.com e89fdb7e09 feat: enhance project documentation with new overview diagrams, commercialization roadmap, and technical debt backlog. 2026-03-11 11:45:57 +08:00
2569718930@qq.com 35345a1b04 docs: Introduce commercialization and technical debt documentation in English and Chinese, and update README diagram formatting. 2026-03-11 11:42:16 +08:00
2569718930@qq.com 025feaa96e feat: Implement PolyWeather web map API backend and integrate new frontend dashboard components for city weather details. 2026-03-11 11:37:07 +08:00
2569718930@qq.com 23e2959404 feat: implement PolyWeather web map API backend with data processing, caching, and entitlement, and add related documentation. 2026-03-11 11:29:56 +08:00
2569718930@qq.com 6273768cc2 docs: Add Chinese API documentation and a commercialization roadmap, alongside minor formatting updates to the main README. 2026-03-11 11:24:41 +08:00
2569718930@qq.com 44af26da70 docs: Add comprehensive documentation for commercialization and technical debt, and streamline the main README. 2026-03-11 11:18:48 +08:00
2569718930@qq.com 3cbef28b13 feat: Initialize PolyWeather frontend project with Next.js, including core dependencies, root layout, and a dashboard detail panel. 2026-03-11 11:14:03 +08:00
2569718930@qq.com d8cc193618 feat: Integrate Polymarket read-only data collection and display in dashboard panels. 2026-03-11 11:04:24 +08:00
2569718930@qq.com 1958b2764b feat: Implement core PolyWeather application with city weather query service, trend analysis, data collection, and dashboard UI. 2026-03-11 10:49:35 +08:00
2569718930@qq.com d2a40462c5 feat: Add city weather query service with city resolution, forecast processing, and weather summary generation. 2026-03-11 10:30:46 +08:00
2569718930@qq.com b3f46430ad feat: Introduce comprehensive weather data querying, analysis, and display services, integrate Polymarket data collection, and add Telegram notification utilities. 2026-03-11 10:23:33 +08:00
2569718930@qq.com 878e3280d1 fix: remove closed position template from wallet activity watcher 2026-03-11 09:22:07 +08:00
2569718930@qq.com 723694d77c style: translate polymarket wallet activity alerts to Chinese 2026-03-11 09:20:38 +08:00
2569718930@qq.com af4bee12f5 feat: Introduce a web frontend with new city API routes and refactor bot city query logic into a dedicated service. 2026-03-11 08:46:32 +08:00
2569718930@qq.com b1e75d13d8 feat: introduce WeatherDataCollector class for multi-source weather data retrieval, caching, and rate limiting. 2026-03-11 07:11:17 +08:00
2569718930@qq.com 8b6c66eab0 feat: Add fallback logic for future daily forecasts using multi-model medians, Meteoblue highs, and NWS periods when Open-Meteo data is unavailable. 2026-03-11 06:41:03 +08:00
2569718930@qq.com f7e7e0ea20 feat: Add multi-source weather data collection with a new Flask API and refine the bot's forecast display logic. 2026-03-11 06:33:25 +08:00
2569718930@qq.com 5d943f2aae feat: Create PolyWeather web API to serve analyzed weather and Polymarket data. 2026-03-11 05:56:40 +08:00
2569718930@qq.com 8712335ffd feat: Implement PolyWeather web map API by reusing existing analysis logic and centralize weather data collection. 2026-03-11 05:42:05 +08:00
2569718930@qq.com 41efaa1140 feat(weather_sources): parse Retry-After header from Open-Meteo 429 response to dynamically adjust cooldown instead of hardcoded 15m 2026-03-11 05:10:53 +08:00
2569718930@qq.com 2b681513ab fix(trend-engine): fallback to non-ensemble probability computation when OM drops to keep UI alive 2026-03-11 05:07:41 +08:00
2569718930@qq.com c5010a8b97 fix: safely fallback to metric unit per city instead of overwriting F to C randomly; allow trend engine to run even if Open-Meteo drops 2026-03-11 04:57:58 +08:00
2569718930@qq.com 535b2b0446 feat: add disk-based cache persistence for Open-Meteo to eliminate cold-start empty cache gaps 2026-03-11 04:39:20 +08:00
2569718930@qq.com 7f84314bcc fix: add Open-Meteo 429 shared cooldown timer to break retry death spiral on cold start 2026-03-11 04:32:32 +08:00
2569718930@qq.com 4b51e0dd15 feat: add 10min function-level cache to fetch_metar with stale fallback on error 2026-03-11 04:23:13 +08:00
2569718930@qq.com cc1a9a3b77 perf: increase Open-Meteo and Meteoblue cache TTL to 2 hours to reduce API rate limit bursts 2026-03-11 04:10:23 +08:00
2569718930@qq.com 46412511c8 fix: SyntaxError global declaration must be at function top not inside with-block 2026-03-11 03:59:55 +08:00
2569718930@qq.com c23020038e feat: add TTL cache and stale-cache fallback to Groq AI analyzer 2026-03-11 03:49:26 +08:00
2569718930@qq.com d4760dbcb2 fix: show MB/NWS/MGM as comp_parts when Open-Meteo daily data is missing 2026-03-11 03:44:10 +08:00
2569718930@qq.com ffb88ae61d feat: implement multi-source weather data collection including OpenWeatherMap, Visual Crossing, and METAR with caching. 2026-03-11 03:40:25 +08:00
2569718930@qq.com 4e6cb1071c feat: Implement Telegram push notifications for weather and market conditions and a Polymarket read-only data interface. 2026-03-11 02:13:38 +08:00
2569718930@qq.com d6434bf174 feat: Add weather alert engine, Polymarket data reader, and Telegram notification utility. 2026-03-11 01:56:22 +08:00
2569718930@qq.com 79b4708b7e revert: restore wallet activity watcher original closed-position behavior 2026-03-11 01:03:56 +08:00
2569718930@qq.com a6bef9a57f feat: wallet activity filter max_price to 0.10 and apply price filter to closed positions 2026-03-11 00:55:11 +08:00
2569718930@qq.com d08982a898 add logging for verifying price filter settings 2026-03-10 13:35:09 +08:00
2569718930@qq.com c53bfc629b feat: implement avg_price filtering for wallet activity watcher 2026-03-10 13:33:21 +08:00
2569718930@qq.com f638850048 feat: Add Polymarket wallet activity watcher and configure average price display thresholds. 2026-03-10 13:23:35 +08:00
2569718930@qq.com dd72e6a34b fix: resolve bot_listener encoding issues and syntax errors 2026-03-10 12:54:15 +08:00
2569718930@qq.com 5af63557df fix: Correct garbled Chinese characters in bot messages and logs. 2026-03-10 12:48:09 +08:00
2569718930@qq.com 35b846f1d6 feat: Add Polymarket and Polygon wallet activity watchers and integrate them into the bot. 2026-03-10 12:19:23 +08:00
2569718930@qq.com fb1c88463f feat: Add multi-source weather data collection (OpenWeatherMap, Meteoblue, Visual Crossing, METAR) and Polygon wallet watching functionality, introducing new configuration variables. 2026-03-10 11:51:43 +08:00