Skip to content

Commit e06f98e

Browse files
chore: move MAF to be adjacent in integrations menu
1 parent 2d48527 commit e06f98e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

apps/dojo/src/menu.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)