From 7c00b4b3812a02bf7bb46e34c6d72eda61385cda Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 16 Sep 2026 13:41:51 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...3b2199ae4d9997083f1147e1ead2c3f211949.json | 38 +++++++++++++++++++ index.json | 3 ++ vbcherepanov.a2a-symfony-bundle.1.0.json | 38 +++++++++++++++++++ 4 files changed, 80 insertions(+) create mode 100644 archived/vbcherepanov.a2a-symfony-bundle/99f3b2199ae4d9997083f1147e1ead2c3f211949.json create mode 100644 vbcherepanov.a2a-symfony-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 7e8dc6ad..5f79f471 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/vbcherepanov.a2a-symfony-bundle/99f3b2199ae4d9997083f1147e1ead2c3f211949.json b/archived/vbcherepanov.a2a-symfony-bundle/99f3b2199ae4d9997083f1147e1ead2c3f211949.json new file mode 100644 index 00000000..3b25edb2 --- /dev/null +++ b/archived/vbcherepanov.a2a-symfony-bundle/99f3b2199ae4d9997083f1147e1ead2c3f211949.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 018316bc..ec7ead64 100644 --- a/index.json +++ b/index.json @@ -2418,6 +2418,9 @@ "tsantos/serializer-bundle": [ "1.0" ], + "vbcherepanov/a2a-symfony-bundle": [ + "1.0" + ], "velhron/dadata-bundle": [ "1.0" ], diff --git a/vbcherepanov.a2a-symfony-bundle.1.0.json b/vbcherepanov.a2a-symfony-bundle.1.0.json new file mode 100644 index 00000000..3b25edb2 --- /dev/null +++ b/vbcherepanov.a2a-symfony-bundle.1.0.json @@ -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" + } + } +}