mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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` |
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user