diff --git a/symfony/ai-brave-tool/0.1/config/packages/ai_brave.yaml b/symfony/ai-brave-tool/0.1/config/packages/ai_brave.yaml new file mode 100644 index 000000000..de97beed5 --- /dev/null +++ b/symfony/ai-brave-tool/0.1/config/packages/ai_brave.yaml @@ -0,0 +1,7 @@ +services: + _defaults: + autowire: true + autoconfigure: true + + Symfony\AI\Agent\Bridge\Brave\Brave: + $apiKey: '%env(BRAVE_API_KEY)%' diff --git a/symfony/ai-brave-tool/0.1/manifest.json b/symfony/ai-brave-tool/0.1/manifest.json new file mode 100644 index 000000000..8e4587d33 --- /dev/null +++ b/symfony/ai-brave-tool/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "BRAVE_API_KEY=change-me" + } +}