mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/787
Author: @Satyamgupta2365
Created: 6/27/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (9)
d26f893manifest.yamld0e9be4__init__.py8571f4aweather_provider.pyf86c32ainit.pybac87c0current_weather.pyfc186e1weather_forecast.py7144522weather_alerts.py65ab161icon.svg36ea799requirements.txt📊 Changes
9 files changed (+403 additions, -0 deletions)
View changed files
➕
weather-plugin/ _assets/icon.svg(+11 -0)➕
weather-plugin/manifest.yaml(+17 -0)➕
weather-plugin/provider/__init__.py(+3 -0)➕
weather-plugin/provider/weather_provider.py(+44 -0)➕
weather-plugin/requirements.txt(+2 -0)➕
weather-plugin/tools/current_weather.py(+98 -0)➕
weather-plugin/tools/init.py(+5 -0)➕
weather-plugin/tools/weather_alerts.py(+95 -0)➕
weather-plugin/tools/weather_forecast.py(+128 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This PR introduces a comprehensive Weather Plugin that addresses issue #774 by providing essential weather functionality for Dify applications. The plugin offers three powerful tools to access real-time weather data, forecasts, and emergency alerts.
Key Features:
Technical Highlights:
Use Cases:
The plugin integrates seamlessly with Dify's workflow system, allowing developers to build weather-aware AI applications with minimal setup.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not collect any personal user data. The plugin only processes:
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.