File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/strands/multiagent/a2a Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ writer = [
90
90
]
91
91
92
92
a2a = [
93
- " a2a-sdk[sql]>=0.2.11 ,<1.0.0" ,
93
+ " a2a-sdk[sql]>=0.2.16 ,<1.0.0" ,
94
94
" uvicorn>=0.34.2,<1.0.0" ,
95
95
" httpx>=0.28.1,<1.0.0" ,
96
96
" fastapi>=0.115.12,<1.0.0" ,
@@ -136,7 +136,7 @@ all = [
136
136
" opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0" ,
137
137
138
138
# a2a
139
- " a2a-sdk[sql]>=0.2.11 ,<1.0.0" ,
139
+ " a2a-sdk[sql]>=0.2.16 ,<1.0.0" ,
140
140
" uvicorn>=0.34.2,<1.0.0" ,
141
141
" httpx>=0.28.1,<1.0.0" ,
142
142
" fastapi>=0.115.12,<1.0.0" ,
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ def public_agent_card(self) -> AgentCard:
83
83
url = self .http_url ,
84
84
version = self .version ,
85
85
skills = self .agent_skills ,
86
- defaultInputModes = ["text" ],
87
- defaultOutputModes = ["text" ],
86
+ default_input_modes = ["text" ],
87
+ default_output_modes = ["text" ],
88
88
capabilities = self .capabilities ,
89
89
)
90
90
You can’t perform that action at this time.
0 commit comments