Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-09-16 13:41:51 +00:00
parent 56418f6183
commit 7c00b4b381
4 changed files with 80 additions and 0 deletions
+1
View File
@@ -747,6 +747,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](../../../tree/main/troopers/alertify-bundle/3.0) |
| [troopers/mangopay-bundle](https://packagist.org/packages/troopers/mangopay-bundle) | [3.0](../../../tree/main/troopers/mangopay-bundle/3.0) |
| [tsantos/serializer-bundle](https://packagist.org/packages/tsantos/serializer-bundle) | [1.0](../../../tree/main/tsantos/serializer-bundle/1.0) |
| [vbcherepanov/a2a-symfony-bundle](https://packagist.org/packages/vbcherepanov/a2a-symfony-bundle) | [1.0](../../../tree/main/vbcherepanov/a2a-symfony-bundle/1.0) |
| [velhron/dadata-bundle](https://packagist.org/packages/velhron/dadata-bundle) | [1.0](../../../tree/main/velhron/dadata-bundle/1.0) |
| [velpl/buggregator-profiler-bundle](https://packagist.org/packages/velpl/buggregator-profiler-bundle) | [0.2](../../../tree/main/velpl/buggregator-profiler-bundle/0.2) |
| [verschoof/transip-api-bundle](https://packagist.org/packages/verschoof/transip-api-bundle) | [1.2](../../../tree/main/verschoof/transip-api-bundle/1.2) |
@@ -0,0 +1,38 @@
{
"manifests": {
"vbcherepanov/a2a-symfony-bundle": {
"manifest": {
"bundles": {
"A2A\\Bundle\\A2ABundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/a2a.yaml": {
"contents": [
"# a2a:",
"# executor: App\\Agent\\MyExecutor",
"# card_file: '%kernel.project_dir%/config/agent-card.json'",
"# public_url: '%env(A2A_PUBLIC_URL)%'",
""
],
"executable": false
},
"config/routes/a2a.yaml": {
"contents": [
"a2a:",
" resource: .",
" type: a2a",
""
],
"executable": false
}
},
"ref": "99f3b2199ae4d9997083f1147e1ead2c3f211949"
}
}
}
+3
View File
@@ -2418,6 +2418,9 @@
"tsantos/serializer-bundle": [
"1.0"
],
"vbcherepanov/a2a-symfony-bundle": [
"1.0"
],
"velhron/dadata-bundle": [
"1.0"
],
+38
View File
@@ -0,0 +1,38 @@
{
"manifests": {
"vbcherepanov/a2a-symfony-bundle": {
"manifest": {
"bundles": {
"A2A\\Bundle\\A2ABundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/a2a.yaml": {
"contents": [
"# a2a:",
"# executor: App\\Agent\\MyExecutor",
"# card_file: '%kernel.project_dir%/config/agent-card.json'",
"# public_url: '%env(A2A_PUBLIC_URL)%'",
""
],
"executable": false
},
"config/routes/a2a.yaml": {
"contents": [
"a2a:",
" resource: .",
" type: a2a",
""
],
"executable": false
}
},
"ref": "99f3b2199ae4d9997083f1147e1ead2c3f211949"
}
}
}