feat: add A2A Symfony bundle recipe (#2053)

This commit is contained in:
Vitalii Cherepanov
2026-09-16 17:41:37 +04:00
committed by GitHub
parent 6f41880b6f
commit af0e3536ae
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,4 @@
# a2a:
# executor: App\Agent\MyExecutor
# card_file: '%kernel.project_dir%/config/agent-card.json'
# public_url: '%env(A2A_PUBLIC_URL)%'
@@ -0,0 +1,3 @@
a2a:
resource: .
type: a2a
@@ -0,0 +1,8 @@
{
"bundles": {
"A2A\\Bundle\\A2ABundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}