Skip to content

Commit d4c6686

Browse files
JoyceGurzhao271
andauthored
Joycegu/add genai packages 05222025 (microsoft#249589)
Co-authored-by: Raymond Zhao <[email protected]>
1 parent cab1250 commit d4c6686

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/vs/workbench/contrib/tags/electron-sandbox/workspaceTagsService.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const ModulesToLookFor = [
6060
'azure',
6161
'azure-storage',
6262
'chroma',
63+
'deepseek-js',
6364
'faiss',
6465
'firebase',
6566
'@google-cloud/common',
@@ -68,6 +69,7 @@ const ModulesToLookFor = [
6869
'milvus',
6970
'openai',
7071
'pinecone',
72+
'praisonai',
7173
'qdrant',
7274
// Office and Sharepoint packages
7375
'@microsoft/teams-js',
@@ -252,10 +254,12 @@ const PyMetaModulesToLookFor = [
252254

253255
const PyModulesToLookFor = [
254256
'azure',
257+
'azure-ai-agents',
255258
'azure-ai-inference',
256259
'azure-ai-language-conversations',
257260
'azure-ai-language-questionanswering',
258261
'azure-ai-ml',
262+
'azure-ai-projects', // manage azure ai foundry projects
259263
'azure-ai-translation-document',
260264
'azure-appconfiguration',
261265
'azure-appconfiguration-provider',
@@ -355,12 +359,21 @@ const PyModulesToLookFor = [
355359
'azure-translator',
356360
'azure-mgmt-hybridkubernetes',
357361
'azure-mgmt-kubernetesconfiguration',
362+
'a2a-sdk',
358363
'adal',
364+
'agents',
359365
'pydocumentdb',
360366
'botbuilder-core',
361367
'botbuilder-schema',
362368
'botframework-connector',
369+
'codegen',
370+
'deepseek',
371+
'fabric-data-agent-sdk',
372+
'google-adk',
363373
'playwright',
374+
'praisonai',
375+
'pydantic-ai',
376+
'python-rai',
364377
'transformers',
365378
'langchain',
366379
'llama-index',
@@ -369,6 +382,8 @@ const PyModulesToLookFor = [
369382
'openai',
370383
'semantic-kernel',
371384
'sentence-transformers',
385+
'smolagents',
386+
'stripe-agent-toolkit',
372387
// AI and vector db dev packages
373388
'anthropic',
374389
'aporia',

0 commit comments

Comments
 (0)