Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-29 08:22:32 +00:00
parent f63571ad57
commit 2ef7960749
4 changed files with 66 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [sensiolabs/ansi-to-html](https://packagist.org/packages/sensiolabs/ansi-to-html) | [1.2](sensiolabs/ansi-to-html/1.2) | |
| [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-brave-tool](https://packagist.org/packages/symfony/ai-brave-tool) | [0.1](symfony/ai-brave-tool/0.1) | `ai-brave-tool`, `aibravetool` |
| [symfony/ai-bundle](https://packagist.org/packages/symfony/ai-bundle) | [0.1](symfony/ai-bundle/0.1) | `ai`, `ai-bundle`, `aibundle` |
| [symfony/ai-clock-tool](https://packagist.org/packages/symfony/ai-clock-tool) | [0.1](symfony/ai-clock-tool/0.1) | `ai-clock-tool`, `aiclocktool` |
| [symfony/ai-firecrawl-tool](https://packagist.org/packages/symfony/ai-firecrawl-tool) | [0.1](symfony/ai-firecrawl-tool/0.1) | `ai-firecrawl-tool`, `aifirecrawltool` |
@@ -0,0 +1,30 @@
{
"manifests": {
"symfony/ai-brave-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"
}
}
}
+5
View File
@@ -9,6 +9,7 @@
"aha-send-mailer": "symfony/aha-send-mailer",
"ahasendmailer": "symfony/aha-send-mailer",
"ai": "symfony/ai-bundle",
"ai-brave-tool": "symfony/ai-brave-tool",
"ai-bundle": "symfony/ai-bundle",
"ai-clock-tool": "symfony/ai-clock-tool",
"ai-firecrawl-tool": "symfony/ai-firecrawl-tool",
@@ -19,6 +20,7 @@
"ai-tavily-tool": "symfony/ai-tavily-tool",
"ai-wikipedia-tool": "symfony/ai-wikipedia-tool",
"ai-youtube-tool": "symfony/ai-youtube-tool",
"aibravetool": "symfony/ai-brave-tool",
"aibundle": "symfony/ai-bundle",
"aiclocktool": "symfony/ai-clock-tool",
"aifirecrawltool": "symfony/ai-firecrawl-tool",
@@ -682,6 +684,9 @@
"symfony/aha-send-mailer": [
"7.2"
],
"symfony/ai-brave-tool": [
"0.1"
],
"symfony/ai-bundle": [
"0.1"
],
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"symfony/ai-brave-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"
}
}
}