Add symfony/brave-ai-tool

This commit is contained in:
Oskar Stark
2025-11-22 22:15:12 +01:00
parent 7e70e7a5ba
commit dd69a04576
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,7 @@
services:
_defaults:
autowire: true
autoconfigure: true
Symfony\AI\Agent\Bridge\Brave\Brave:
$apiKey: '%env(BRAVE_API_KEY)%'
+8
View File
@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "BRAVE_API_KEY=change-me"
}
}