diff --git a/vbcherepanov/a2a-symfony-bundle/1.0/config/packages/a2a.yaml b/vbcherepanov/a2a-symfony-bundle/1.0/config/packages/a2a.yaml new file mode 100644 index 00000000..e0b3da0a --- /dev/null +++ b/vbcherepanov/a2a-symfony-bundle/1.0/config/packages/a2a.yaml @@ -0,0 +1,4 @@ +# a2a: +# executor: App\Agent\MyExecutor +# card_file: '%kernel.project_dir%/config/agent-card.json' +# public_url: '%env(A2A_PUBLIC_URL)%' diff --git a/vbcherepanov/a2a-symfony-bundle/1.0/config/routes/a2a.yaml b/vbcherepanov/a2a-symfony-bundle/1.0/config/routes/a2a.yaml new file mode 100644 index 00000000..3388c2d5 --- /dev/null +++ b/vbcherepanov/a2a-symfony-bundle/1.0/config/routes/a2a.yaml @@ -0,0 +1,3 @@ +a2a: + resource: . + type: a2a diff --git a/vbcherepanov/a2a-symfony-bundle/1.0/manifest.json b/vbcherepanov/a2a-symfony-bundle/1.0/manifest.json new file mode 100644 index 00000000..d3976624 --- /dev/null +++ b/vbcherepanov/a2a-symfony-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "A2A\\Bundle\\A2ABundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}