diff --git a/RECIPES.md b/RECIPES.md index edcb8a83..0fed09c2 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -33,6 +33,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [sensiolabs/security-checker](https://packagist.org/packages/sensiolabs/security-checker) | [4.0](sensiolabs/security-checker/4.0) | `sec-check`, `sec-checker`, `sec-checks`, `seccheck`, `secchecker`, `secchecks`, `security-check`, `security-checker`, `securitycheck`, `securitychecker` | | [symfony/aha-send-mailer](https://packagist.org/packages/symfony/aha-send-mailer) | [7.2](symfony/aha-send-mailer/7.2) | `aha-send-mailer`, `ahasendmailer` | | [symfony/ai-bundle](https://packagist.org/packages/symfony/ai-bundle) | [0.1](symfony/ai-bundle/0.1) | `ai`, `ai-bundle`, `aibundle` | +| [symfony/ai-open-meteo-tool](https://packagist.org/packages/symfony/ai-open-meteo-tool) | [0.1](symfony/ai-open-meteo-tool/0.1) | `ai-open-meteo-tool`, `aiopenmeteotool` | | [symfony/ai-serp-api-tool](https://packagist.org/packages/symfony/ai-serp-api-tool) | [0.1](symfony/ai-serp-api-tool/0.1) | `ai-serp-api-tool`, `aiserpapitool` | | [symfony/all-my-sms-notifier](https://packagist.org/packages/symfony/all-my-sms-notifier) | [5.3](symfony/all-my-sms-notifier/5.3) | `all-my-sms-notifier` | | [symfony/allmysms-notifier](https://packagist.org/packages/symfony/allmysms-notifier) | [5.3](symfony/allmysms-notifier/5.3) | `allmysms-notifier`, `allmysmsnotifier` | diff --git a/archived/symfony.ai-open-meteo-tool/b218c1f757206805bcaeb3703c1215bfcd5ff8d0.json b/archived/symfony.ai-open-meteo-tool/b218c1f757206805bcaeb3703c1215bfcd5ff8d0.json new file mode 100644 index 00000000..850b0c18 --- /dev/null +++ b/archived/symfony.ai-open-meteo-tool/b218c1f757206805bcaeb3703c1215bfcd5ff8d0.json @@ -0,0 +1,26 @@ +{ + "manifests": { + "symfony/ai-open-meteo-tool": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/ai_open_meteo_tool.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " Symfony\\AI\\Agent\\Bridge\\OpenMeteo\\OpenMeteo: null", + "" + ], + "executable": false + } + }, + "ref": "b218c1f757206805bcaeb3703c1215bfcd5ff8d0" + } + } +} diff --git a/index.json b/index.json index dca384a6..9759c90c 100644 --- a/index.json +++ b/index.json @@ -10,8 +10,10 @@ "ahasendmailer": "symfony/aha-send-mailer", "ai": "symfony/ai-bundle", "ai-bundle": "symfony/ai-bundle", + "ai-open-meteo-tool": "symfony/ai-open-meteo-tool", "ai-serp-api-tool": "symfony/ai-serp-api-tool", "aibundle": "symfony/ai-bundle", + "aiopenmeteotool": "symfony/ai-open-meteo-tool", "aiserpapitool": "symfony/ai-serp-api-tool", "alice": "hautelook/alice-bundle", "all-my-sms-notifier": "symfony/all-my-sms-notifier", @@ -669,6 +671,9 @@ "symfony/ai-bundle": [ "0.1" ], + "symfony/ai-open-meteo-tool": [ + "0.1" + ], "symfony/ai-serp-api-tool": [ "0.1" ], diff --git a/symfony.ai-open-meteo-tool.0.1.json b/symfony.ai-open-meteo-tool.0.1.json new file mode 100644 index 00000000..850b0c18 --- /dev/null +++ b/symfony.ai-open-meteo-tool.0.1.json @@ -0,0 +1,26 @@ +{ + "manifests": { + "symfony/ai-open-meteo-tool": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/ai_open_meteo_tool.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " Symfony\\AI\\Agent\\Bridge\\OpenMeteo\\OpenMeteo: null", + "" + ], + "executable": false + } + }, + "ref": "b218c1f757206805bcaeb3703c1215bfcd5ff8d0" + } + } +}