From 09c7f00793ed4c1624ebf4de63dc94aed10385ee Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sun, 23 Nov 2025 17:04:05 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...20893f2bb61723d025d0cfb2592ce78fe5df4.json | 32 +++++++++++++++++++ index.json | 5 +++ symfony.ai-firecrawl-tool.0.1.json | 32 +++++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 archived/symfony.ai-firecrawl-tool/05320893f2bb61723d025d0cfb2592ce78fe5df4.json create mode 100644 symfony.ai-firecrawl-tool.0.1.json diff --git a/RECIPES.md b/RECIPES.md index 0fed09c2..f5be1c94 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-firecrawl-tool](https://packagist.org/packages/symfony/ai-firecrawl-tool) | [0.1](symfony/ai-firecrawl-tool/0.1) | `ai-firecrawl-tool`, `aifirecrawltool` | | [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-firecrawl-tool/05320893f2bb61723d025d0cfb2592ce78fe5df4.json b/archived/symfony.ai-firecrawl-tool/05320893f2bb61723d025d0cfb2592ce78fe5df4.json new file mode 100644 index 00000000..65c8b27c --- /dev/null +++ b/archived/symfony.ai-firecrawl-tool/05320893f2bb61723d025d0cfb2592ce78fe5df4.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "symfony/ai-firecrawl-tool": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "FIRECRAWL_ENDPOINT=change-me", + "#2": "FIRECRAWL_API_KEY=change-me" + } + }, + "files": { + "config/packages/ai_firecrawl_tool.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " Symfony\\AI\\Agent\\Bridge\\Firecrawl\\Firecrawl:", + " $endpoint: '%env(FIRECRAWL_ENDPOINT)%'", + " $apiKey: '%env(FIRECRAWL_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "05320893f2bb61723d025d0cfb2592ce78fe5df4" + } + } +} diff --git a/index.json b/index.json index 9759c90c..5b50c850 100644 --- a/index.json +++ b/index.json @@ -10,9 +10,11 @@ "ahasendmailer": "symfony/aha-send-mailer", "ai": "symfony/ai-bundle", "ai-bundle": "symfony/ai-bundle", + "ai-firecrawl-tool": "symfony/ai-firecrawl-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", "aiopenmeteotool": "symfony/ai-open-meteo-tool", "aiserpapitool": "symfony/ai-serp-api-tool", "alice": "hautelook/alice-bundle", @@ -671,6 +673,9 @@ "symfony/ai-bundle": [ "0.1" ], + "symfony/ai-firecrawl-tool": [ + "0.1" + ], "symfony/ai-open-meteo-tool": [ "0.1" ], diff --git a/symfony.ai-firecrawl-tool.0.1.json b/symfony.ai-firecrawl-tool.0.1.json new file mode 100644 index 00000000..65c8b27c --- /dev/null +++ b/symfony.ai-firecrawl-tool.0.1.json @@ -0,0 +1,32 @@ +{ + "manifests": { + "symfony/ai-firecrawl-tool": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "FIRECRAWL_ENDPOINT=change-me", + "#2": "FIRECRAWL_API_KEY=change-me" + } + }, + "files": { + "config/packages/ai_firecrawl_tool.yaml": { + "contents": [ + "services:", + " _defaults:", + " autowire: true", + " autoconfigure: true", + "", + " Symfony\\AI\\Agent\\Bridge\\Firecrawl\\Firecrawl:", + " $endpoint: '%env(FIRECRAWL_ENDPOINT)%'", + " $apiKey: '%env(FIRECRAWL_API_KEY)%'", + "" + ], + "executable": false + } + }, + "ref": "05320893f2bb61723d025d0cfb2592ce78fe5df4" + } + } +}