|
8 | 8 | "name": "SAM", |
9 | 9 | "type": "debugpy", |
10 | 10 | "request": "launch", |
11 | | - "module": "solace_agent_mesh.cli.main", |
| 11 | + "module": "cli.main", |
12 | 12 | "python": "${workspaceFolder}/.venv/bin/python", |
13 | 13 | "console": "integratedTerminal", |
14 | 14 | "args": "run examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_gateway_example.yaml examples/services/platform_service_example.yaml", |
|
21 | 21 | "name": "SAM (Agents Only)", |
22 | 22 | "type": "debugpy", |
23 | 23 | "request": "launch", |
24 | | - "module": "solace_agent_mesh.cli.main", |
| 24 | + "module": "cli.main", |
25 | 25 | "console": "integratedTerminal", |
26 | 26 | "args": "run examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/agents/a2a_multimodal_example.yaml", |
27 | 27 | "justMyCode": false, |
|
33 | 33 | "name": "SAM (test)", |
34 | 34 | "type": "debugpy", |
35 | 35 | "request": "launch", |
36 | | - "module": "solace_agent_mesh.cli.main", |
| 36 | + "module": "cli.main", |
37 | 37 | "console": "integratedTerminal", |
38 | 38 | "args": "run examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_gateway_example.yaml examples/agents/test_agent_example.yaml examples/agents/a2a_multimodal_example.yaml", |
39 | 39 | "justMyCode": false, |
|
45 | 45 | "name": "SAM (preset)", |
46 | 46 | "type": "debugpy", |
47 | 47 | "request": "launch", |
48 | | - "module": "solace_agent_mesh.cli.main", |
| 48 | + "module": "cli.main", |
49 | 49 | "console": "integratedTerminal", |
50 | 50 | "args": "run preset/agents/basic/main_orchestrator.yaml preset/agents/basic/webui.yaml preset/agents/markitdown_agents.yaml preset/agents/mermaid_agents.yaml preset/agents/web_agents.yaml", |
51 | 51 | "justMyCode": false, |
|
57 | 57 | "name": "SAM (a2a-proxy)", |
58 | 58 | "type": "debugpy", |
59 | 59 | "request": "launch", |
60 | | - "module": "solace_agent_mesh.cli.main", |
| 60 | + "module": "cli.main", |
61 | 61 | "console": "integratedTerminal", |
62 | 62 | "args": "run examples/agents/orchestrator_example.yaml examples/gateways/webui_gateway_example.yaml examples/agents/test_agent_example.yaml examples/a2a_proxy_example.yaml", |
63 | 63 | "justMyCode": false, |
|
69 | 69 | "name": "SAM (test with Slack)", |
70 | 70 | "type": "debugpy", |
71 | 71 | "request": "launch", |
72 | | - "module": "solace_agent_mesh.cli.main", |
| 72 | + "module": "cli.main", |
73 | 73 | "console": "integratedTerminal", |
74 | 74 | "args": "run examples/gateways/slack_gateway_example.yaml examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_gateway_example.yaml examples/agents/test_agent_example.yaml examples/agents/a2a_multimodal_example.yaml", |
75 | 75 | "justMyCode": false, |
|
78 | 78 | "name": "SAM (simple)", |
79 | 79 | "type": "debugpy", |
80 | 80 | "request": "launch", |
81 | | - "module": "solace_agent_mesh.cli.main", |
| 81 | + "module": "cli.main", |
82 | 82 | "console": "integratedTerminal", |
83 | 83 | "args": "run examples/agents/orchestrator_example.yaml examples/gateways/webui_gateway_example.yaml examples/agents/test_agent_example.yaml examples/services/platform_service_example.yaml", |
84 | 84 | "justMyCode": false, |
|
90 | 90 | "name": "SAM (with REST)", |
91 | 91 | "type": "debugpy", |
92 | 92 | "request": "launch", |
93 | | - "module": "solace_agent_mesh.cli.main", |
| 93 | + "module": "cli.main", |
94 | 94 | "console": "integratedTerminal", |
95 | 95 | "args": "run examples/agents/orchestrator_example.yaml examples/agents/a2a_agents_example.yaml examples/gateways/webui_gateway_example.yaml examples/gateways/rest_gateway_example.yaml examples/agents/test_agent_example.yaml examples/agents/a2a_multimodal_example.yaml", |
96 | 96 | "justMyCode": false, |
|
102 | 102 | "name": "Multimodal Agent (With UI)", |
103 | 103 | "type": "debugpy", |
104 | 104 | "request": "launch", |
105 | | - "module": "solace_agent_mesh.cli.main", |
| 105 | + "module": "cli.main", |
106 | 106 | "console": "integratedTerminal", |
107 | 107 | "args": "run examples/agents/a2a_multimodal_example.yaml examples/gateways/webui_gateway_example.yaml ", |
108 | 108 | "justMyCode": false, |
|
114 | 114 | "name": "Orchestrator", |
115 | 115 | "type": "debugpy", |
116 | 116 | "request": "launch", |
117 | | - "module": "solace_agent_mesh.cli.main", |
| 117 | + "module": "cli.main", |
118 | 118 | "console": "integratedTerminal", |
119 | 119 | "args": "run examples/agents/orchestrator_example.yaml", |
120 | 120 | "justMyCode": false, |
|
126 | 126 | "name": "Agents", |
127 | 127 | "type": "debugpy", |
128 | 128 | "request": "launch", |
129 | | - "module": "solace_agent_mesh.cli.main", |
| 129 | + "module": "cli.main", |
130 | 130 | "console": "integratedTerminal", |
131 | 131 | "args": "run examples/agents/a2a_agents_example.yaml", |
132 | 132 | "justMyCode": false, |
|
138 | 138 | "name": "MCP examples", |
139 | 139 | "type": "debugpy", |
140 | 140 | "request": "launch", |
141 | | - "module": "solace_agent_mesh.cli.main", |
| 141 | + "module": "cli.main", |
142 | 142 | "console": "integratedTerminal", |
143 | 143 | "args": "run examples/agents/a2a_mcp_example.yaml", |
144 | 144 | "justMyCode": false, |
|
150 | 150 | "name": "Slack", |
151 | 151 | "type": "debugpy", |
152 | 152 | "request": "launch", |
153 | | - "module": "solace_agent_mesh.cli.main", |
| 153 | + "module": "cli.main", |
154 | 154 | "console": "integratedTerminal", |
155 | 155 | "args": "run examples/gateways/slack_gateway_example.yaml", |
156 | 156 | "justMyCode": false, |
|
162 | 162 | "name": "Webhook Gateway", |
163 | 163 | "type": "debugpy", |
164 | 164 | "request": "launch", |
165 | | - "module": "solace_agent_mesh.cli.main", |
| 165 | + "module": "cli.main", |
166 | 166 | "console": "integratedTerminal", |
167 | 167 | "args": "run examples/gateways/webhook_gateway_example.yaml", |
168 | 168 | "justMyCode": false, |
|
174 | 174 | "name": "WebUI", |
175 | 175 | "type": "debugpy", |
176 | 176 | "request": "launch", |
177 | | - "module": "solace_agent_mesh.cli.main", |
| 177 | + "module": "cli.main", |
178 | 178 | "console": "integratedTerminal", |
179 | 179 | "args": "run examples/gateways/webui_gateway_example.yaml", |
180 | 180 | "justMyCode": false, |
|
186 | 186 | "name": "Minimal", |
187 | 187 | "type": "debugpy", |
188 | 188 | "request": "launch", |
189 | | - "module": "solace_agent_mesh.cli.main", |
| 189 | + "module": "cli.main", |
190 | 190 | "console": "integratedTerminal", |
191 | 191 | "args": "run examples/agents/orchestrator_example.yaml examples/gateways/webui_gateway_example.yaml", |
192 | 192 | "justMyCode": false, |
|
198 | 198 | "name": "Playwrite", |
199 | 199 | "type": "debugpy", |
200 | 200 | "request": "launch", |
201 | | - "module": "solace_agent_mesh.cli.main", |
| 201 | + "module": "cli.main", |
202 | 202 | "console": "integratedTerminal", |
203 | 203 | "args": "run examples/agents/a2a_mcp_example.yaml examples/gateways/webui_gateway_example.yaml", |
204 | 204 | "justMyCode": false, |
|
210 | 210 | "name": "EM Gateway", |
211 | 211 | "type": "debugpy", |
212 | 212 | "request": "launch", |
213 | | - "module": "solace_agent_mesh.cli.main", |
| 213 | + "module": "cli.main", |
214 | 214 | "console": "integratedTerminal", |
215 | 215 | "args": "run examples/gateways/event_mesh_gateway_example.yaml examples/agents/a2a_multimodal_example.yaml examples/agents/orchestrator_example.yaml examples/gateways/webui_gateway_example.yaml", |
216 | 216 | "justMyCode": false, |
|
0 commit comments