From f3b2bffb619edb94bd32df4a596faf5789a29c79 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 23 Nov 2025 17:04:21 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...9eac6db7e23c593c36eb61adaeb6b7ddac69d.json | 30 +++++++++++++++++++ index.json | 5 ++++ symfony.ai-mapbox-tool.0.1.json | 30 +++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 archived/symfony.ai-mapbox-tool/3e59eac6db7e23c593c36eb61adaeb6b7ddac69d.json create mode 100644 symfony.ai-mapbox-tool.0.1.json diff --git a/RECIPES.md b/RECIPES.md index f5be1c94..d86cd4e9 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -34,6 +34,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith | [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-firecrawl-tool](https://packagist.org/packages/symfony/ai-firecrawl-tool) | [0.1](symfony/ai-firecrawl-tool/0.1) | `ai-firecrawl-tool`, `aifirecrawltool` | +| [symfony/ai-mapbox-tool](https://packagist.org/packages/symfony/ai-mapbox-tool) | [0.1](symfony/ai-mapbox-tool/0.1) | `ai-mapbox-tool`, `aimapboxtool` | | [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` | diff --git a/archived/symfony.ai-mapbox-tool/3e59eac6db7e23c593c36eb61adaeb6b7ddac69d.json b/archived/symfony.ai-mapbox-tool/3e59eac6db7e23c593c36eb61adaeb6b7ddac69d.json new file mode 100644 index 00000000..a7ffeb48 --- /dev/null +++ b/archived/symfony.ai-mapbox-tool/3e59eac6db7e23c593c36eb61adaeb6b7ddac69d.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "symfony/ai-mapbox-tool": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "BRAVE_API_KEY=change-me" + } + }, + "files": { + "config/packages/ai_brave_tool.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " Symfony\\AI\\Agent\\Bridge\\Brave\\Brave:", + " $apiKey: '%env(BRAVE_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "3e59eac6db7e23c593c36eb61adaeb6b7ddac69d" + } + } +} diff --git a/index.json b/index.json index 5b50c850..68fc6aa1 100644 --- a/index.json +++ b/index.json @@ -11,10 +11,12 @@ "ai": "symfony/ai-bundle", "ai-bundle": "symfony/ai-bundle", "ai-firecrawl-tool": "symfony/ai-firecrawl-tool", + "ai-mapbox-tool": "symfony/ai-mapbox-tool", "ai-open-meteo-tool": "symfony/ai-open-meteo-tool", "ai-serp-api-tool": "symfony/ai-serp-api-tool", "aibundle": "symfony/ai-bundle", "aifirecrawltool": "symfony/ai-firecrawl-tool", + "aimapboxtool": "symfony/ai-mapbox-tool", "aiopenmeteotool": "symfony/ai-open-meteo-tool", "aiserpapitool": "symfony/ai-serp-api-tool", "alice": "hautelook/alice-bundle", @@ -676,6 +678,9 @@ "symfony/ai-firecrawl-tool": [ "0.1" ], + "symfony/ai-mapbox-tool": [ + "0.1" + ], "symfony/ai-open-meteo-tool": [ "0.1" ], diff --git a/symfony.ai-mapbox-tool.0.1.json b/symfony.ai-mapbox-tool.0.1.json new file mode 100644 index 00000000..a7ffeb48 --- /dev/null +++ b/symfony.ai-mapbox-tool.0.1.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "symfony/ai-mapbox-tool": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "BRAVE_API_KEY=change-me" + } + }, + "files": { + "config/packages/ai_brave_tool.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " Symfony\\AI\\Agent\\Bridge\\Brave\\Brave:", + " $apiKey: '%env(BRAVE_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "3e59eac6db7e23c593c36eb61adaeb6b7ddac69d" + } + } +}