mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
feat: add A2A Symfony bundle recipe (#2053)
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user