@@ -60,6 +60,7 @@ const ModulesToLookFor = [
60
60
'azure' ,
61
61
'azure-storage' ,
62
62
'chroma' ,
63
+ 'deepseek-js' ,
63
64
'faiss' ,
64
65
'firebase' ,
65
66
'@google-cloud/common' ,
@@ -68,6 +69,7 @@ const ModulesToLookFor = [
68
69
'milvus' ,
69
70
'openai' ,
70
71
'pinecone' ,
72
+ 'praisonai' ,
71
73
'qdrant' ,
72
74
// Office and Sharepoint packages
73
75
'@microsoft/teams-js' ,
@@ -252,10 +254,12 @@ const PyMetaModulesToLookFor = [
252
254
253
255
const PyModulesToLookFor = [
254
256
'azure' ,
257
+ 'azure-ai-agents' ,
255
258
'azure-ai-inference' ,
256
259
'azure-ai-language-conversations' ,
257
260
'azure-ai-language-questionanswering' ,
258
261
'azure-ai-ml' ,
262
+ 'azure-ai-projects' , // manage azure ai foundry projects
259
263
'azure-ai-translation-document' ,
260
264
'azure-appconfiguration' ,
261
265
'azure-appconfiguration-provider' ,
@@ -355,12 +359,21 @@ const PyModulesToLookFor = [
355
359
'azure-translator' ,
356
360
'azure-mgmt-hybridkubernetes' ,
357
361
'azure-mgmt-kubernetesconfiguration' ,
362
+ 'a2a-sdk' ,
358
363
'adal' ,
364
+ 'agents' ,
359
365
'pydocumentdb' ,
360
366
'botbuilder-core' ,
361
367
'botbuilder-schema' ,
362
368
'botframework-connector' ,
369
+ 'codegen' ,
370
+ 'deepseek' ,
371
+ 'fabric-data-agent-sdk' ,
372
+ 'google-adk' ,
363
373
'playwright' ,
374
+ 'praisonai' ,
375
+ 'pydantic-ai' ,
376
+ 'python-rai' ,
364
377
'transformers' ,
365
378
'langchain' ,
366
379
'llama-index' ,
@@ -369,6 +382,8 @@ const PyModulesToLookFor = [
369
382
'openai' ,
370
383
'semantic-kernel' ,
371
384
'sentence-transformers' ,
385
+ 'smolagents' ,
386
+ 'stripe-agent-toolkit' ,
372
387
// AI and vector db dev packages
373
388
'anthropic' ,
374
389
'aporia' ,
0 commit comments