@@ -6,18 +6,6 @@ export const menuIntegrations: MenuIntegrationConfig[] = [
6
6
name : "Middleware Starter" ,
7
7
features : [ "agentic_chat" ] ,
8
8
} ,
9
- {
10
- id : "pydantic-ai" ,
11
- name : "Pydantic AI" ,
12
- features : [
13
- "agentic_chat" ,
14
- "human_in_the_loop" ,
15
- "agentic_generative_ui" ,
16
- "tool_based_generative_ui" ,
17
- "shared_state" ,
18
- "predictive_state_updates" ,
19
- ] ,
20
- } ,
21
9
{
22
10
id : "server-starter" ,
23
11
name : "Server Starter" ,
@@ -29,26 +17,29 @@ export const menuIntegrations: MenuIntegrationConfig[] = [
29
17
features : [
30
18
"agentic_chat" ,
31
19
"human_in_the_loop" ,
20
+ "agentic_chat_reasoning" ,
32
21
"agentic_generative_ui" ,
33
- "tool_based_generative_ui" ,
34
- "shared_state" ,
35
22
"predictive_state_updates" ,
23
+ "shared_state" ,
24
+ "tool_based_generative_ui" ,
36
25
] ,
37
26
} ,
38
27
{
39
- id : "mastra " ,
40
- name : "Mastra " ,
28
+ id : "agno " ,
29
+ name : "Agno " ,
41
30
features : [ "agentic_chat" , "tool_based_generative_ui" ] ,
42
31
} ,
43
32
{
44
- id : "mastra-agent-local" ,
45
- name : "Mastra Agent (Local)" ,
46
- features : [ "agentic_chat" , "shared_state" , "tool_based_generative_ui" ] ,
47
- } ,
48
- {
49
- id : "vercel-ai-sdk" ,
50
- name : "Vercel AI SDK" ,
51
- features : [ "agentic_chat" ] ,
33
+ id : "crewai" ,
34
+ name : "CrewAI" ,
35
+ features : [
36
+ "agentic_chat" ,
37
+ "human_in_the_loop" ,
38
+ "agentic_generative_ui" ,
39
+ "predictive_state_updates" ,
40
+ "shared_state" ,
41
+ "tool_based_generative_ui" ,
42
+ ] ,
52
43
} ,
53
44
{
54
45
id : "langgraph" ,
@@ -57,9 +48,9 @@ export const menuIntegrations: MenuIntegrationConfig[] = [
57
48
"agentic_chat" ,
58
49
"human_in_the_loop" ,
59
50
"agentic_generative_ui" ,
60
- "tool_based_generative_ui" ,
61
51
"predictive_state_updates" ,
62
52
"shared_state" ,
53
+ "tool_based_generative_ui" ,
63
54
] ,
64
55
} ,
65
56
{
@@ -68,46 +59,57 @@ export const menuIntegrations: MenuIntegrationConfig[] = [
68
59
features : [
69
60
"agentic_chat" ,
70
61
"human_in_the_loop" ,
62
+ "agentic_chat_reasoning" ,
71
63
"agentic_generative_ui" ,
72
- "tool_based_generative_ui" ,
73
64
"predictive_state_updates" ,
74
65
"shared_state" ,
75
- "agentic_chat_reasoning " ,
66
+ "tool_based_generative_ui " ,
76
67
] ,
77
68
} ,
78
-
79
69
{
80
70
id : "langgraph-typescript" ,
81
71
name : "LangGraph (Typescript)" ,
82
72
features : [
83
73
"agentic_chat" ,
84
74
"human_in_the_loop" ,
85
75
"agentic_generative_ui" ,
86
- "tool_based_generative_ui" ,
87
76
"predictive_state_updates" ,
88
- "shared_state"
77
+ "shared_state" ,
78
+ "tool_based_generative_ui"
89
79
] ,
90
80
} ,
91
- {
92
- id : "agno" ,
93
- name : "Agno" ,
94
- features : [ "agentic_chat" , "tool_based_generative_ui" ] ,
95
- } ,
96
81
{
97
82
id : "llama-index" ,
98
83
name : "LlamaIndex" ,
99
84
features : [ "agentic_chat" , "human_in_the_loop" , "agentic_generative_ui" , "shared_state" ] ,
85
+
100
86
} ,
101
87
{
102
- id : "crewai" ,
103
- name : "CrewAI" ,
88
+ id : "mastra" ,
89
+ name : "Mastra" ,
90
+ features : [ "agentic_chat" , "tool_based_generative_ui" ] ,
91
+ } ,
92
+ {
93
+ id : "mastra-agent-local" ,
94
+ name : "Mastra Agent (Local)" ,
95
+ features : [ "agentic_chat" , "shared_state" , "tool_based_generative_ui" ] ,
96
+ } ,
97
+ {
98
+ id : "pydantic-ai" ,
99
+ name : "Pydantic AI" ,
104
100
features : [
105
101
"agentic_chat" ,
106
102
"human_in_the_loop" ,
107
- "tool_based_generative_ui" ,
108
103
"agentic_generative_ui" ,
109
- "shared_state" ,
110
104
"predictive_state_updates" ,
105
+ "shared_state" ,
106
+ "tool_based_generative_ui" ,
111
107
] ,
112
108
} ,
109
+ {
110
+ id : "vercel-ai-sdk" ,
111
+ name : "Vercel AI SDK" ,
112
+ features : [ "agentic_chat" ] ,
113
+ } ,
113
114
] ;
115
+
0 commit comments