File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,19 @@ export const menuIntegrations: MenuIntegrationConfig[] = [
113113 "tool_based_generative_ui" ,
114114 ] ,
115115 } ,
116+ {
117+ id : "microsoft-agent-framework-python" ,
118+ name : "Microsoft Agent Framework (Python)" ,
119+ features : [
120+ "agentic_chat" ,
121+ "backend_tool_rendering" ,
122+ "human_in_the_loop" ,
123+ "agentic_generative_ui" ,
124+ "predictive_state_updates" ,
125+ "shared_state" ,
126+ "tool_based_generative_ui" ,
127+ ] ,
128+ } ,
116129 {
117130 id : "agno" ,
118131 name : "Agno" ,
@@ -181,19 +194,6 @@ export const menuIntegrations: MenuIntegrationConfig[] = [
181194 "tool_based_generative_ui" ,
182195 ] ,
183196 } ,
184- {
185- id : "microsoft-agent-framework-python" ,
186- name : "Microsoft Agent Framework (Python)" ,
187- features : [
188- "agentic_chat" ,
189- "backend_tool_rendering" ,
190- "human_in_the_loop" ,
191- "agentic_generative_ui" ,
192- "predictive_state_updates" ,
193- "shared_state" ,
194- "tool_based_generative_ui" ,
195- ] ,
196- } ,
197197 {
198198 id : "a2a" ,
199199 name : "A2A" ,
You can’t perform that action at this time.
0 commit comments