Skip to content

Commit 5afe4f1

Browse files
committed
[Agent] Add branch-alias for tool bridges
1 parent c24eaea commit 5afe4f1

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

src/agent/src/Bridge/Brave/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ai-brave-tool",
33
"description": "Brave Search AI tool bridge for Symfony applications.",
44
"license": "MIT",
5-
"type": "library",
5+
"type": "symfony-ai-tool",
66
"keywords": ["ai", "bridge", "brave", "agent", "tool"],
77
"authors": [
88
{
@@ -36,6 +36,9 @@
3636
"sort-packages": true
3737
},
3838
"extra": {
39+
"branch-alias": {
40+
"dev-main": "0.x-dev"
41+
},
3942
"thanks": {
4043
"name": "symfony/ai",
4144
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/Firecrawl/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ai-firecrawl-tool",
33
"description": "Firecrawl AI tool bridge for Symfony applications.",
44
"license": "MIT",
5-
"type": "library",
5+
"type": "symfony-ai-tool",
66
"keywords": ["ai", "bridge", "firecrawl", "agent", "tool"],
77
"authors": [
88
{
@@ -36,6 +36,9 @@
3636
"sort-packages": true
3737
},
3838
"extra": {
39+
"branch-alias": {
40+
"dev-main": "0.x-dev"
41+
},
3942
"thanks": {
4043
"name": "symfony/ai",
4144
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/Mapbox/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ai-mapbox-tool",
33
"description": "Mapbox AI tool bridge for Symfony applications.",
44
"license": "MIT",
5-
"type": "library",
5+
"type": "symfony-ai-tool",
66
"keywords": ["ai", "bridge", "mapbox", "agent", "tool", "geocoding"],
77
"authors": [
88
{
@@ -32,6 +32,9 @@
3232
"sort-packages": true
3333
},
3434
"extra": {
35+
"branch-alias": {
36+
"dev-main": "0.x-dev"
37+
},
3538
"thanks": {
3639
"name": "symfony/ai",
3740
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/OpenMeteo/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ai-open-meteo-tool",
33
"description": "OpenMeteo weather AI tool bridge for Symfony applications.",
44
"license": "MIT",
5-
"type": "library",
5+
"type": "symfony-ai-tool",
66
"keywords": ["ai", "bridge", "openmeteo", "weather", "agent", "tool"],
77
"authors": [
88
{
@@ -32,6 +32,9 @@
3232
"sort-packages": true
3333
},
3434
"extra": {
35+
"branch-alias": {
36+
"dev-main": "0.x-dev"
37+
},
3538
"thanks": {
3639
"name": "symfony/ai",
3740
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/SerpApi/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ai-serp-api-tool",
33
"description": "SerpApi AI tool bridge for Symfony applications.",
44
"license": "MIT",
5-
"type": "library",
5+
"type": "symfony-ai-tool",
66
"keywords": ["ai", "bridge", "serpapi", "agent", "tool"],
77
"authors": [
88
{
@@ -32,6 +32,9 @@
3232
"sort-packages": true
3333
},
3434
"extra": {
35+
"branch-alias": {
36+
"dev-main": "0.x-dev"
37+
},
3538
"thanks": {
3639
"name": "symfony/ai",
3740
"url": "https://github.com/symfony/ai"

src/agent/src/Bridge/Tavily/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "symfony/ai-tavily-tool",
33
"description": "Tavily AI tool bridge for Symfony applications.",
44
"license": "MIT",
5-
"type": "library",
5+
"type": "symfony-ai-tool",
66
"keywords": ["ai", "bridge", "tavily", "agent", "tool"],
77
"authors": [
88
{
@@ -36,6 +36,9 @@
3636
"sort-packages": true
3737
},
3838
"extra": {
39+
"branch-alias": {
40+
"dev-main": "0.x-dev"
41+
},
3942
"thanks": {
4043
"name": "symfony/ai",
4144
"url": "https://github.com/symfony/ai"

0 commit comments

Comments
 (0)