@microsoft/teamsfx-core 3.0.9 → 3.0.10-alpha.845b0d258.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/build/common/featureFlags.d.ts +0 -31
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +1 -22
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/localizeUtils.d.ts.map +1 -1
  6. package/build/common/localizeUtils.js +36 -12
  7. package/build/common/localizeUtils.js.map +1 -1
  8. package/build/common/templates-config.json +3 -3
  9. package/build/component/constants.d.ts +1 -0
  10. package/build/component/constants.d.ts.map +1 -1
  11. package/build/component/constants.js +2 -1
  12. package/build/component/constants.js.map +1 -1
  13. package/build/component/driver/script/scriptDriver.js +1 -1
  14. package/build/component/driver/script/scriptDriver.js.map +1 -1
  15. package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
  16. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  17. package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
  18. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  19. package/build/component/driver/teamsApp/utils/ManifestUtils.js +7 -8
  20. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  21. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
  22. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  23. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
  24. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  25. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  26. package/build/component/generator/declarativeAgent/generator.js +16 -6
  27. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  28. package/build/component/generator/generator.d.ts.map +1 -1
  29. package/build/component/generator/generator.js +3 -13
  30. package/build/component/generator/generator.js.map +1 -1
  31. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  32. package/build/component/generator/officeAddin/generator.js +6 -4
  33. package/build/component/generator/officeAddin/generator.js.map +1 -1
  34. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  35. package/build/component/generator/officeAddin/metaOSHelper.js +13 -6
  36. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  37. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  38. package/build/component/generator/templates/metadata/index.js +21 -25
  39. package/build/component/generator/templates/metadata/index.js.map +1 -1
  40. package/build/component/generator/templates/templateNames.d.ts +1 -0
  41. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  42. package/build/component/generator/templates/templateNames.js +1 -0
  43. package/build/component/generator/templates/templateNames.js.map +1 -1
  44. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  45. package/build/component/generator/templates/templateReplaceMap.js +2 -12
  46. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  47. package/build/component/utils/odrProvider.d.ts +49 -0
  48. package/build/component/utils/odrProvider.d.ts.map +1 -0
  49. package/build/component/utils/odrProvider.js +100 -0
  50. package/build/component/utils/odrProvider.js.map +1 -0
  51. package/build/core/FxCore.d.ts +4 -1
  52. package/build/core/FxCore.d.ts.map +1 -1
  53. package/build/core/FxCore.js +96 -19
  54. package/build/core/FxCore.js.map +1 -1
  55. package/build/index.d.ts +2 -1
  56. package/build/index.d.ts.map +1 -1
  57. package/build/index.js +5 -5
  58. package/build/index.js.map +1 -1
  59. package/build/question/collaborator.d.ts.map +1 -1
  60. package/build/question/collaborator.js +5 -8
  61. package/build/question/collaborator.js.map +1 -1
  62. package/build/question/constants.d.ts.map +1 -1
  63. package/build/question/constants.js +1 -3
  64. package/build/question/constants.js.map +1 -1
  65. package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
  66. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  67. package/build/question/options/CreateProjectOptions.d.ts +1 -1
  68. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  69. package/build/question/options/CreateProjectOptions.js +0 -56
  70. package/build/question/options/CreateProjectOptions.js.map +1 -1
  71. package/build/question/other.js +7 -6
  72. package/build/question/other.js.map +1 -1
  73. package/build/question/questionNames.d.ts +6 -0
  74. package/build/question/questionNames.d.ts.map +1 -1
  75. package/build/question/questionNames.js +6 -0
  76. package/build/question/questionNames.js.map +1 -1
  77. package/build/question/scaffold/commonNodes.d.ts +7 -0
  78. package/build/question/scaffold/commonNodes.d.ts.map +1 -0
  79. package/build/question/scaffold/commonNodes.js +154 -0
  80. package/build/question/scaffold/commonNodes.js.map +1 -0
  81. package/build/question/scaffold/constructNode.d.ts +3 -0
  82. package/build/question/scaffold/constructNode.d.ts.map +1 -0
  83. package/build/question/scaffold/constructNode.js +50 -0
  84. package/build/question/scaffold/constructNode.js.map +1 -0
  85. package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
  86. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  87. package/build/question/scaffold/vs/createRootNode.js +14 -16
  88. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  89. package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
  90. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  91. package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
  92. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  93. package/build/question/scaffold/vsc/createRootNode.js +3 -72
  94. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  95. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
  96. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
  97. package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
  98. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  99. package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -3
  100. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  101. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
  102. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  103. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +106 -201
  104. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  105. package/build/ui/visitor.d.ts.map +1 -1
  106. package/build/ui/visitor.js +5 -0
  107. package/build/ui/visitor.js.map +1 -1
  108. package/package.json +5 -5
  109. package/resource/package.nls.cs.json +115 -84
  110. package/resource/package.nls.de.json +113 -82
  111. package/resource/package.nls.es.json +114 -83
  112. package/resource/package.nls.fr.json +113 -82
  113. package/resource/package.nls.it.json +126 -95
  114. package/resource/package.nls.ja.json +113 -82
  115. package/resource/package.nls.json +12 -23
  116. package/resource/package.nls.ko.json +111 -80
  117. package/resource/package.nls.pl.json +113 -82
  118. package/resource/package.nls.pt-BR.json +114 -83
  119. package/resource/package.nls.ru.json +113 -82
  120. package/resource/package.nls.tr.json +112 -81
  121. package/resource/package.nls.zh-Hans.json +113 -82
  122. package/resource/package.nls.zh-Hant.json +114 -83
  123. package/resource/templates/package.nls.cs.json +33 -0
  124. package/resource/templates/package.nls.de.json +33 -0
  125. package/resource/templates/package.nls.es.json +33 -0
  126. package/resource/templates/package.nls.fr.json +33 -0
  127. package/resource/templates/package.nls.it.json +33 -0
  128. package/resource/templates/package.nls.ja.json +33 -0
  129. package/resource/templates/package.nls.json +33 -0
  130. package/resource/templates/package.nls.ko.json +33 -0
  131. package/resource/templates/package.nls.pl.json +33 -0
  132. package/resource/templates/package.nls.pt-BR.json +33 -0
  133. package/resource/templates/package.nls.ru.json +33 -0
  134. package/resource/templates/package.nls.tr.json +33 -0
  135. package/resource/templates/package.nls.zh-Hans.json +33 -0
  136. package/resource/templates/package.nls.zh-Hant.json +33 -0
  137. package/resource/templates/package.nls.zh-cn.json +21 -0
  138. package/resource/templates/package.nls.zh-tw.json +21 -0
  139. package/templates/fallback/common.zip +0 -0
  140. package/templates/fallback/csharp.zip +0 -0
  141. package/templates/fallback/js.zip +0 -0
  142. package/templates/fallback/python.zip +0 -0
  143. package/templates/fallback/ts.zip +0 -0
  144. package/templates/metadata/allTemplates.json +429 -0
  145. package/templates/metadata/defaultGeneratorTemplates.json +233 -0
  146. package/templates/metadata.zip +0 -0
  147. package/templates/ui/ceaNode.json +30 -0
  148. package/templates/ui/teamsNode.json +124 -0
  149. package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
  150. package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
  151. package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
  152. package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
  153. package/build/component/generator/templates/metadata/bot.d.ts +0 -3
  154. package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
  155. package/build/component/generator/templates/metadata/bot.js +0 -142
  156. package/build/component/generator/templates/metadata/bot.js.map +0 -1
  157. package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
  158. package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
  159. package/build/component/generator/templates/metadata/customEngineAgent.js +0 -39
  160. package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
  161. package/build/component/generator/templates/metadata/da.d.ts +0 -3
  162. package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
  163. package/build/component/generator/templates/metadata/da.js +0 -117
  164. package/build/component/generator/templates/metadata/da.js.map +0 -1
  165. package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
  166. package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
  167. package/build/component/generator/templates/metadata/graphConnector.js +0 -15
  168. package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
  169. package/build/component/generator/templates/metadata/me.d.ts +0 -3
  170. package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
  171. package/build/component/generator/templates/metadata/me.js +0 -111
  172. package/build/component/generator/templates/metadata/me.js.map +0 -1
  173. package/build/component/generator/templates/metadata/special.d.ts +0 -3
  174. package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
  175. package/build/component/generator/templates/metadata/special.js +0 -70
  176. package/build/component/generator/templates/metadata/special.js.map +0 -1
  177. package/build/component/generator/templates/metadata/tab.d.ts +0 -3
  178. package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
  179. package/build/component/generator/templates/metadata/tab.js +0 -59
  180. package/build/component/generator/templates/metadata/tab.js.map +0 -1
  181. package/build/component/generator/templates/metadata/teams.d.ts +0 -3
  182. package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
  183. package/build/component/generator/templates/metadata/teams.js +0 -238
  184. package/build/component/generator/templates/metadata/teams.js.map +0 -1
  185. package/build/component/generator/templates/metadata/vs.d.ts +0 -3
  186. package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
  187. package/build/component/generator/templates/metadata/vs.js +0 -22
  188. package/build/component/generator/templates/metadata/vs.js.map +0 -1
  189. package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
  190. package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
  191. package/build/component/generator/templates/metadata/wxp.js +0 -33
  192. package/build/component/generator/templates/metadata/wxp.js.map +0 -1
  193. package/build/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,429 @@
1
+ [
2
+ {
3
+ "id": "declarative-agent-basic",
4
+ "name": "copilot-gpt-basic",
5
+ "language": "common",
6
+ "displayName": "Declarative Agent",
7
+ "description": "Basic Declarative Agent without action"
8
+ },
9
+ {
10
+ "id": "declarative-agent-basic-csharp",
11
+ "name": "copilot-gpt-basic",
12
+ "language": "csharp",
13
+ "displayName": "Declarative Agent",
14
+ "description": "Basic Declarative Agent without action"
15
+ },
16
+ {
17
+ "id": "declarative-agent-with-action-from-scratch-ts",
18
+ "name": "api-plugin-from-scratch",
19
+ "language": "typescript",
20
+ "displayName": "Declarative Agent with Action from Scratch",
21
+ "description": "Declarative Agent with a new action built from scratch"
22
+ },
23
+ {
24
+ "id": "declarative-agent-with-action-from-scratch-js",
25
+ "name": "api-plugin-from-scratch",
26
+ "language": "javascript",
27
+ "displayName": "Declarative Agent with Action from Scratch",
28
+ "description": "Declarative Agent with a new action built from scratch"
29
+ },
30
+ {
31
+ "id": "declarative-agent-with-action-from-scratch-csharp",
32
+ "name": "api-plugin-from-scratch",
33
+ "language": "csharp",
34
+ "displayName": "Declarative Agent with Action from Scratch",
35
+ "description": "Declarative Agent with a new action built from scratch"
36
+ },
37
+ {
38
+ "id": "declarative-agent-with-action-from-scratch-bearer-ts",
39
+ "name": "api-plugin-from-scratch-bearer",
40
+ "language": "typescript",
41
+ "displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
42
+ "description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
43
+ },
44
+ {
45
+ "id": "declarative-agent-with-action-from-scratch-bearer-js",
46
+ "name": "api-plugin-from-scratch-bearer",
47
+ "language": "javascript",
48
+ "displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
49
+ "description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
50
+ },
51
+ {
52
+ "id": "declarative-agent-with-action-from-scratch-bearer-csharp",
53
+ "name": "api-plugin-from-scratch-bearer",
54
+ "language": "csharp",
55
+ "displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
56
+ "description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
57
+ },
58
+ {
59
+ "id": "declarative-agent-with-action-from-scratch-oauth-ts",
60
+ "name": "api-plugin-from-scratch-oauth",
61
+ "language": "typescript",
62
+ "displayName": "Declarative Agent with Action from Scratch (OAuth)",
63
+ "description": "Declarative Agent with a new action built from scratch using OAuth authentication"
64
+ },
65
+ {
66
+ "id": "declarative-agent-with-action-from-scratch-oauth-js",
67
+ "name": "api-plugin-from-scratch-oauth",
68
+ "language": "javascript",
69
+ "displayName": "Declarative Agent with Action from Scratch (OAuth)",
70
+ "description": "Declarative Agent with a new action built from scratch using OAuth authentication"
71
+ },
72
+ {
73
+ "id": "declarative-agent-with-action-from-scratch-oauth-csharp",
74
+ "name": "api-plugin-from-scratch-oauth",
75
+ "language": "csharp",
76
+ "displayName": "Declarative Agent with Action from Scratch (OAuth)",
77
+ "description": "Declarative Agent with a new action built from scratch using OAuth authentication"
78
+ },
79
+ {
80
+ "id": "declarative-agent-with-action-from-existing-api",
81
+ "name": "api-plugin-from-existing-api",
82
+ "language": "none",
83
+ "displayName": "Declarative Agent with Action from Existing API",
84
+ "description": "Declarative Agent with action from an existing API specification"
85
+ },
86
+ {
87
+ "id": "declarative-agent-with-action-from-existing-api-csharp",
88
+ "name": "api-plugin-from-existing-api",
89
+ "language": "csharp",
90
+ "displayName": "Declarative Agent with Action from Existing API",
91
+ "description": "Declarative Agent with action from an existing API specification"
92
+ },
93
+ {
94
+ "id": "declarative-agent-meta-os-new-project",
95
+ "name": "declarative-agent-meta-os-new-project",
96
+ "language": "common",
97
+ "displayName": "Declarative Agent for MetaOS (New Project)",
98
+ "description": "Declarative Agent for MetaOS - new project"
99
+ },
100
+ {
101
+ "id": "declarative-agent-meta-os-upgrade-project",
102
+ "name": "declarative-agent-meta-os-upgrade-project",
103
+ "language": "common",
104
+ "displayName": "Declarative Agent for MetaOS (Upgrade Project)",
105
+ "description": "Declarative Agent for MetaOS - upgrade existing project"
106
+ },
107
+ {
108
+ "id": "declarative-agent-with-action-from-mcp",
109
+ "name": "declarative-agent-with-action-from-mcp",
110
+ "language": "common",
111
+ "displayName": "Declarative Agent with Action from MCP Server",
112
+ "description": "Declarative Agent with action from Model Context Protocol (MCP)"
113
+ },
114
+ {
115
+ "id": "declarative-agent-with-graph-connector-ts",
116
+ "name": "declarative-agent-with-graph-connector",
117
+ "language": "typescript",
118
+ "displayName": "Declarative Agent with Copilot Connector",
119
+ "description": "Declarative Agent with Microsoft Copilot Connector integration"
120
+ },
121
+ {
122
+ "id": "declarative-agent-typespec",
123
+ "name": "declarative-agent-typespec",
124
+ "language": "common",
125
+ "displayName": "Declarative Agent from TypeSpec",
126
+ "description": "Declarative Agent with or without an action using TypeSpec"
127
+ },
128
+ {
129
+ "id": "basic-custom-engine-agent-ts",
130
+ "name": "basic-custom-engine-agent",
131
+ "language": "typescript",
132
+ "displayName": "Basic Custom Engine Agent",
133
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
134
+ },
135
+ {
136
+ "id": "basic-custom-engine-agent-js",
137
+ "name": "basic-custom-engine-agent",
138
+ "language": "javascript",
139
+ "displayName": "Basic Custom Engine Agent",
140
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
141
+ },
142
+ {
143
+ "id": "basic-custom-engine-agent-python",
144
+ "name": "basic-custom-engine-agent",
145
+ "language": "python",
146
+ "displayName": "Basic Custom Engine Agent",
147
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
148
+ },
149
+ {
150
+ "id": "weather-agent-ts",
151
+ "name": "weather-agent",
152
+ "language": "typescript",
153
+ "displayName": "Weather Agent",
154
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
155
+ },
156
+ {
157
+ "id": "weather-agent-js",
158
+ "name": "weather-agent",
159
+ "language": "javascript",
160
+ "displayName": "Weather Agent",
161
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
162
+ },
163
+ {
164
+ "id": "custom-copilot-weather-agent-csharp",
165
+ "name": "weather-agent",
166
+ "language": "csharp",
167
+ "displayName": "Weather Agent",
168
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
169
+ },
170
+ {
171
+ "id": "custom-copilot-travel-agent-csharp",
172
+ "name": "travel-agent",
173
+ "language": "csharp",
174
+ "displayName": "Travel Agent",
175
+ "description": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework"
176
+ },
177
+ {
178
+ "id": "graph-connector-ts",
179
+ "name": "graph-connector",
180
+ "language": "typescript",
181
+ "displayName": "Copilot Connector",
182
+ "description": "Embed your organization data to make it searchable in Microsoft 365 Copilot"
183
+ },
184
+ {
185
+ "id": "custom-copilot-basic-ts",
186
+ "name": "custom-copilot-basic",
187
+ "language": "typescript",
188
+ "displayName": "General Teams Agent",
189
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
190
+ },
191
+ {
192
+ "id": "custom-copilot-basic-js",
193
+ "name": "custom-copilot-basic",
194
+ "language": "javascript",
195
+ "displayName": "General Teams Agent",
196
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
197
+ },
198
+ {
199
+ "id": "custom-copilot-basic-csharp",
200
+ "name": "custom-copilot-basic",
201
+ "language": "csharp",
202
+ "displayName": "General Teams Agent",
203
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
204
+ },
205
+ {
206
+ "id": "custom-copilot-basic-python",
207
+ "name": "custom-copilot-basic",
208
+ "language": "python",
209
+ "displayName": "General Teams Agent",
210
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
211
+ },
212
+ {
213
+ "id": "custom-copilot-rag-customize-ts",
214
+ "name": "custom-copilot-rag-customize",
215
+ "language": "typescript",
216
+ "displayName": "Teams Agent with Data from Customized Source",
217
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
218
+ },
219
+ {
220
+ "id": "custom-copilot-rag-customize-js",
221
+ "name": "custom-copilot-rag-customize",
222
+ "language": "javascript",
223
+ "displayName": "Teams Agent with Data from Customized Source",
224
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
225
+ },
226
+ {
227
+ "id": "custom-copilot-rag-customize-csharp",
228
+ "name": "custom-copilot-rag-customize",
229
+ "language": "csharp",
230
+ "displayName": "Teams Agent with Data from Customized Source",
231
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
232
+ },
233
+ {
234
+ "id": "custom-copilot-rag-customize-python",
235
+ "name": "custom-copilot-rag-customize",
236
+ "language": "python",
237
+ "displayName": "Teams Agent with Data from Customized Source",
238
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
239
+ },
240
+ {
241
+ "id": "custom-copilot-rag-azure-ai-search-ts",
242
+ "name": "custom-copilot-rag-azure-ai-search",
243
+ "language": "typescript",
244
+ "displayName": "Teams Agent with Data from Azure AI Search",
245
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
246
+ },
247
+ {
248
+ "id": "custom-copilot-rag-azure-ai-search-js",
249
+ "name": "custom-copilot-rag-azure-ai-search",
250
+ "language": "javascript",
251
+ "displayName": "Teams Agent with Data from Azure AI Search",
252
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
253
+ },
254
+ {
255
+ "id": "custom-copilot-rag-azure-ai-search-csharp",
256
+ "name": "custom-copilot-rag-azure-ai-search",
257
+ "language": "csharp",
258
+ "displayName": "Teams Agent with Data from Azure AI Search",
259
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
260
+ },
261
+ {
262
+ "id": "custom-copilot-rag-azure-ai-search-python",
263
+ "name": "custom-copilot-rag-azure-ai-search",
264
+ "language": "python",
265
+ "displayName": "Teams Agent with Data from Azure AI Search",
266
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
267
+ },
268
+ {
269
+ "id": "custom-copilot-rag-custom-api-ts",
270
+ "name": "custom-copilot-rag-custom-api",
271
+ "language": "typescript",
272
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
273
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
274
+ },
275
+ {
276
+ "id": "custom-copilot-rag-custom-api-js",
277
+ "name": "custom-copilot-rag-custom-api",
278
+ "language": "javascript",
279
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
280
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
281
+ },
282
+ {
283
+ "id": "teams-agent-with-data-custom-api-v2-csharp",
284
+ "name": "custom-copilot-rag-custom-api",
285
+ "language": "csharp",
286
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
287
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
288
+ },
289
+ {
290
+ "id": "teams-agent-with-data-custom-api-v2-python",
291
+ "name": "custom-copilot-rag-custom-api",
292
+ "language": "python",
293
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
294
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
295
+ },
296
+ {
297
+ "id": "teams-collaborator-agent-ts",
298
+ "name": "teams-collaborator-agent",
299
+ "language": "typescript",
300
+ "displayName": "Teams Collaborator Agent",
301
+ "description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
302
+ },
303
+ {
304
+ "id": "teams-collaborator-agent-csharp",
305
+ "name": "teams-collaborator-agent",
306
+ "language": "csharp",
307
+ "displayName": "Teams Collaborator Agent",
308
+ "description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
309
+ },
310
+ {
311
+ "id": "basic-tab-ts",
312
+ "name": "non-sso-tab",
313
+ "language": "typescript",
314
+ "displayName": "Tab",
315
+ "description": "A simple implementation of a web app that's ready to customize"
316
+ },
317
+ {
318
+ "id": "default-bot-ts",
319
+ "name": "default-bot",
320
+ "language": "typescript",
321
+ "displayName": "Simple Bot",
322
+ "description": "A simple implementation of an echo bot that's ready for customization"
323
+ },
324
+ {
325
+ "id": "default-bot-js",
326
+ "name": "default-bot",
327
+ "language": "javascript",
328
+ "displayName": "Simple Bot",
329
+ "description": "A simple implementation of an echo bot that's ready for customization"
330
+ },
331
+ {
332
+ "id": "default-bot-python",
333
+ "name": "default-bot",
334
+ "language": "python",
335
+ "displayName": "Simple Bot",
336
+ "description": "A simple implementation of an echo bot that's ready for customization"
337
+ },
338
+ {
339
+ "id": "message-extension-v2-ts",
340
+ "name": "default-message-extension",
341
+ "language": "typescript",
342
+ "displayName": "Message Extension",
343
+ "description": "Receive user input, process it, and send customized results"
344
+ },
345
+ {
346
+ "id": "message-extension-v2-python",
347
+ "name": "default-message-extension",
348
+ "language": "python",
349
+ "displayName": "Message Extension",
350
+ "description": "Receive user input, process it, and send customized results"
351
+ },
352
+ {
353
+ "id": "office-addin-outlook-taskpane-ts",
354
+ "name": "office-addin-outlook-taskpane",
355
+ "language": "typescript",
356
+ "displayName": "Outlook Task Pane Add-in",
357
+ "description": "Build a task pane add-in for Outlook"
358
+ },
359
+ {
360
+ "id": "office-addin-wxpo-taskpane-ts",
361
+ "name": "office-addin-wxpo-taskpane",
362
+ "language": "typescript",
363
+ "displayName": "Office Task Pane Add-in",
364
+ "description": "Build a task pane add-in for Word, Excel, or PowerPoint"
365
+ },
366
+ {
367
+ "id": "office-addin-excel-cfshortcut-ts",
368
+ "name": "office-addin-excel-cfshortcut",
369
+ "language": "typescript",
370
+ "displayName": "Excel Custom Functions",
371
+ "description": "Create custom functions in Excel with keyboard shortcuts"
372
+ },
373
+ {
374
+ "id": "office-addin-config-ts",
375
+ "name": "office-addin-config",
376
+ "language": "typescript",
377
+ "displayName": "Office Add-in Common Configuration",
378
+ "description": "Common configuration for Office Add-ins"
379
+ },
380
+ {
381
+ "id": "non-sso-tab-ssr-cs",
382
+ "name": "non-sso-tab-ssr",
383
+ "language": "csharp",
384
+ "displayName": "Tab (Server-Side Rendering)",
385
+ "description": "Simple Teams Tab App"
386
+ },
387
+ {
388
+ "id": "sso-tab-ssr-cs",
389
+ "name": "sso-tab-ssr",
390
+ "language": "csharp",
391
+ "displayName": "Tab with SSO (Server-Side Rendering)",
392
+ "description": "Simple Teams Tab App with SSO"
393
+ },
394
+ {
395
+ "id": "empty-csharp",
396
+ "name": "empty",
397
+ "language": "csharp",
398
+ "displayName": "Empty Project",
399
+ "description": "Start with a minimal Teams app project"
400
+ },
401
+ {
402
+ "id": "message-extension-search-csharp",
403
+ "name": "message-extension-search",
404
+ "language": "csharp",
405
+ "displayName": "Message Extension (Search)",
406
+ "description": "Search-based message extension for Teams"
407
+ },
408
+ {
409
+ "id": "basic-tab-csharp",
410
+ "name": "non-sso-tab",
411
+ "language": "csharp",
412
+ "displayName": "Basic Tab",
413
+ "description": "Simple Teams Tab App"
414
+ },
415
+ {
416
+ "id": "default-bot-csharp",
417
+ "name": "default-bot",
418
+ "language": "csharp",
419
+ "displayName": "Echo Bot",
420
+ "description": "A simple implementation of an echo bot that's ready for customization"
421
+ },
422
+ {
423
+ "id": "message-extension-v2-csharp",
424
+ "name": "default-message-extension",
425
+ "language": "csharp",
426
+ "displayName": "Message Extension",
427
+ "description": "Receive user input, process it, and send customized results"
428
+ }
429
+ ]
@@ -0,0 +1,233 @@
1
+ [
2
+ {
3
+ "id": "basic-custom-engine-agent-ts",
4
+ "name": "basic-custom-engine-agent",
5
+ "language": "typescript",
6
+ "displayName": "Basic Custom Engine Agent",
7
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
8
+ },
9
+ {
10
+ "id": "basic-custom-engine-agent-js",
11
+ "name": "basic-custom-engine-agent",
12
+ "language": "javascript",
13
+ "displayName": "Basic Custom Engine Agent",
14
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
15
+ },
16
+ {
17
+ "id": "basic-custom-engine-agent-python",
18
+ "name": "basic-custom-engine-agent",
19
+ "language": "python",
20
+ "displayName": "Basic Custom Engine Agent",
21
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
22
+ },
23
+ {
24
+ "id": "weather-agent-ts",
25
+ "name": "weather-agent",
26
+ "language": "typescript",
27
+ "displayName": "Weather Agent",
28
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
29
+ },
30
+ {
31
+ "id": "weather-agent-js",
32
+ "name": "weather-agent",
33
+ "language": "javascript",
34
+ "displayName": "Weather Agent",
35
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
36
+ },
37
+ {
38
+ "id": "custom-copilot-weather-agent-csharp",
39
+ "name": "weather-agent",
40
+ "language": "csharp",
41
+ "displayName": "Weather Agent",
42
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
43
+ },
44
+ {
45
+ "id": "custom-copilot-travel-agent-csharp",
46
+ "name": "travel-agent",
47
+ "language": "csharp",
48
+ "displayName": "Travel Agent",
49
+ "description": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework"
50
+ },
51
+ {
52
+ "id": "custom-copilot-basic-ts",
53
+ "name": "custom-copilot-basic",
54
+ "language": "typescript",
55
+ "displayName": "General Teams Agent",
56
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
57
+ },
58
+ {
59
+ "id": "custom-copilot-basic-js",
60
+ "name": "custom-copilot-basic",
61
+ "language": "javascript",
62
+ "displayName": "General Teams Agent",
63
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
64
+ },
65
+ {
66
+ "id": "custom-copilot-basic-csharp",
67
+ "name": "custom-copilot-basic",
68
+ "language": "csharp",
69
+ "displayName": "General Teams Agent",
70
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
71
+ },
72
+ {
73
+ "id": "custom-copilot-basic-python",
74
+ "name": "custom-copilot-basic",
75
+ "language": "python",
76
+ "displayName": "General Teams Agent",
77
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
78
+ },
79
+ {
80
+ "id": "custom-copilot-rag-customize-ts",
81
+ "name": "custom-copilot-rag-customize",
82
+ "language": "typescript",
83
+ "displayName": "Teams Agent with Data from Customized Source",
84
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
85
+ },
86
+ {
87
+ "id": "custom-copilot-rag-customize-js",
88
+ "name": "custom-copilot-rag-customize",
89
+ "language": "javascript",
90
+ "displayName": "Teams Agent with Data from Customized Source",
91
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
92
+ },
93
+ {
94
+ "id": "custom-copilot-rag-customize-csharp",
95
+ "name": "custom-copilot-rag-customize",
96
+ "language": "csharp",
97
+ "displayName": "Teams Agent with Data from Customized Source",
98
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
99
+ },
100
+ {
101
+ "id": "custom-copilot-rag-customize-python",
102
+ "name": "custom-copilot-rag-customize",
103
+ "language": "python",
104
+ "displayName": "Teams Agent with Data from Customized Source",
105
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
106
+ },
107
+ {
108
+ "id": "custom-copilot-rag-azure-ai-search-ts",
109
+ "name": "custom-copilot-rag-azure-ai-search",
110
+ "language": "typescript",
111
+ "displayName": "Teams Agent with Data from Azure AI Search",
112
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
113
+ },
114
+ {
115
+ "id": "custom-copilot-rag-azure-ai-search-js",
116
+ "name": "custom-copilot-rag-azure-ai-search",
117
+ "language": "javascript",
118
+ "displayName": "Teams Agent with Data from Azure AI Search",
119
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
120
+ },
121
+ {
122
+ "id": "custom-copilot-rag-azure-ai-search-csharp",
123
+ "name": "custom-copilot-rag-azure-ai-search",
124
+ "language": "csharp",
125
+ "displayName": "Teams Agent with Data from Azure AI Search",
126
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
127
+ },
128
+ {
129
+ "id": "custom-copilot-rag-azure-ai-search-python",
130
+ "name": "custom-copilot-rag-azure-ai-search",
131
+ "language": "python",
132
+ "displayName": "Teams Agent with Data from Azure AI Search",
133
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
134
+ },
135
+ {
136
+ "id": "teams-collaborator-agent-ts",
137
+ "name": "teams-collaborator-agent",
138
+ "language": "typescript",
139
+ "displayName": "Teams Collaborator Agent",
140
+ "description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
141
+ },
142
+ {
143
+ "id": "teams-collaborator-agent-csharp",
144
+ "name": "teams-collaborator-agent",
145
+ "language": "csharp",
146
+ "displayName": "Teams Collaborator Agent",
147
+ "description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
148
+ },
149
+ {
150
+ "id": "basic-tab-ts",
151
+ "name": "non-sso-tab",
152
+ "language": "typescript",
153
+ "displayName": "Tab",
154
+ "description": "A simple implementation of a web app that's ready to customize"
155
+ },
156
+ {
157
+ "id": "default-bot-ts",
158
+ "name": "default-bot",
159
+ "language": "typescript",
160
+ "displayName": "Simple Bot",
161
+ "description": "A simple implementation of an echo bot that's ready for customization"
162
+ },
163
+ {
164
+ "id": "default-bot-js",
165
+ "name": "default-bot",
166
+ "language": "javascript",
167
+ "displayName": "Simple Bot",
168
+ "description": "A simple implementation of an echo bot that's ready for customization"
169
+ },
170
+ {
171
+ "id": "default-bot-python",
172
+ "name": "default-bot",
173
+ "language": "python",
174
+ "displayName": "Simple Bot",
175
+ "description": "A simple implementation of an echo bot that's ready for customization"
176
+ },
177
+ {
178
+ "id": "message-extension-v2-ts",
179
+ "name": "default-message-extension",
180
+ "language": "typescript",
181
+ "displayName": "Message Extension",
182
+ "description": "Receive user input, process it, and send customized results"
183
+ },
184
+ {
185
+ "id": "message-extension-v2-python",
186
+ "name": "default-message-extension",
187
+ "language": "python",
188
+ "displayName": "Message Extension",
189
+ "description": "Receive user input, process it, and send customized results"
190
+ },
191
+ {
192
+ "id": "empty-csharp",
193
+ "name": "empty",
194
+ "language": "csharp",
195
+ "displayName": "Empty Project",
196
+ "description": "Start with a minimal Teams app project"
197
+ },
198
+ {
199
+ "id": "message-extension-search-csharp",
200
+ "name": "message-extension-search",
201
+ "language": "csharp",
202
+ "displayName": "Message Extension (Search)",
203
+ "description": "Search-based message extension for Teams"
204
+ },
205
+ {
206
+ "id": "basic-tab-csharp",
207
+ "name": "non-sso-tab",
208
+ "language": "csharp",
209
+ "displayName": "Basic Tab",
210
+ "description": "Simple Teams Tab App"
211
+ },
212
+ {
213
+ "id": "default-bot-csharp",
214
+ "name": "default-bot",
215
+ "language": "csharp",
216
+ "displayName": "Echo Bot",
217
+ "description": "A simple implementation of an echo bot that's ready for customization"
218
+ },
219
+ {
220
+ "id": "message-extension-v2-csharp",
221
+ "name": "default-message-extension",
222
+ "language": "csharp",
223
+ "displayName": "Message Extension",
224
+ "description": "Receive user input, process it, and send customized results"
225
+ },
226
+ {
227
+ "id": "graph-connector-ts",
228
+ "name": "graph-connector",
229
+ "language": "typescript",
230
+ "displayName": "Copilot Connector",
231
+ "description": "Embed your organization data to make it searchable in Microsoft 365 Copilot"
232
+ }
233
+ ]
Binary file