@@ -17,6 +17,9 @@ generate_css("css_files") {
1717
1818devtools_module (" ai_chat" ) {
1919 sources = [
20+ " core/AgentStorageManager.ts" ,
21+ " core/AgentStudioIntegration.ts" ,
22+ " core/AgentTestRunner.ts" ,
2023 " ui/AIChatPanel.ts" ,
2124 " ui/ChatView.ts" ,
2225 " ui/message/MessageList.ts" ,
@@ -140,6 +143,8 @@ devtools_module("ai_chat") {
140143 " tools/GetWebAppDataTool.ts" ,
141144 " tools/RemoveWebAppTool.ts" ,
142145 " tools/SaveResearchReportTool.ts" ,
146+ " tools/SearchCustomAgentsTool.ts" ,
147+ " tools/CallCustomAgentTool.ts" ,
143148 " tools/VisualIndicatorTool.ts" ,
144149 " agent_framework/ConfigurableAgentTool.ts" ,
145150 " agent_framework/AgentRunner.ts" ,
@@ -199,6 +204,11 @@ devtools_module("ai_chat") {
199204 " mcp/MCPMetaTools.ts" ,
200205 " ui/mcp/MCPConnectionsDialog.ts" ,
201206 " ui/mcp/MCPConnectorsCatalogDialog.ts" ,
207+ " ui/SchemaEditor.ts" ,
208+ " ui/AgentStudioView.ts" ,
209+ " ui/AgentStudioController.ts" ,
210+ " ui/AgentStudioBridge.ts" ,
211+ " ui/agent_studio/AgentStudioSPA.ts" ,
202212 ]
203213
204214 deps = [
@@ -223,6 +233,9 @@ devtools_module("ai_chat") {
223233
224234# List of source files also used to determine JS outputs for metadata
225235_ai_chat_sources = [
236+ " core/AgentStorageManager.ts" ,
237+ " core/AgentStudioIntegration.ts" ,
238+ " core/AgentTestRunner.ts" ,
226239 " ui/AIChatPanel.ts" ,
227240 " ui/ChatView.ts" ,
228241 " ui/message/MessageList.ts" ,
@@ -272,6 +285,11 @@ _ai_chat_sources = [
272285 " ui/FileContentViewer.ts" ,
273286 " ui/mcp/MCPConnectionsDialog.ts" ,
274287 " ui/mcp/MCPConnectorsCatalogDialog.ts" ,
288+ " ui/SchemaEditor.ts" ,
289+ " ui/AgentStudioView.ts" ,
290+ " ui/AgentStudioController.ts" ,
291+ " ui/AgentStudioBridge.ts" ,
292+ " ui/agent_studio/AgentStudioSPA.ts" ,
275293 " ai_chat_impl.ts" ,
276294 " models/ChatTypes.ts" ,
277295 " core/Graph.ts" ,
@@ -341,6 +359,8 @@ _ai_chat_sources = [
341359 " tools/GetWebAppDataTool.ts" ,
342360 " tools/RemoveWebAppTool.ts" ,
343361 " tools/SaveResearchReportTool.ts" ,
362+ " tools/SearchCustomAgentsTool.ts" ,
363+ " tools/CallCustomAgentTool.ts" ,
344364 " tools/VisualIndicatorTool.ts" ,
345365 " agent_framework/ConfigurableAgentTool.ts" ,
346366 " agent_framework/AgentRunner.ts" ,
0 commit comments