aiagents4pharma 1.30.3__tar.gz → 1.31.0__tar.gz

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 (238) hide show
  1. aiagents4pharma-1.31.0/PKG-INFO +362 -0
  2. aiagents4pharma-1.31.0/README.md +296 -0
  3. aiagents4pharma-1.31.0/aiagents4pharma.egg-info/PKG-INFO +362 -0
  4. aiagents4pharma-1.31.0/release_version.txt +1 -0
  5. aiagents4pharma-1.30.3/PKG-INFO +0 -334
  6. aiagents4pharma-1.30.3/README.md +0 -268
  7. aiagents4pharma-1.30.3/aiagents4pharma.egg-info/PKG-INFO +0 -334
  8. aiagents4pharma-1.30.3/release_version.txt +0 -1
  9. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/LICENSE +0 -0
  10. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/__init__.py +0 -0
  11. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/__init__.py +0 -0
  12. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/agents/__init__.py +0 -0
  13. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/agents/main_agent.py +0 -0
  14. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/__init__.py +0 -0
  15. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/agents/__init__.py +0 -0
  16. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/agents/main_agent/default.yaml +0 -0
  17. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/config.yaml +0 -0
  18. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/states/__init__.py +0 -0
  19. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/states/state_talk2aiagents4pharma.py +0 -0
  20. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/tests/__init__.py +0 -0
  21. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/tests/test_main_agent.py +0 -0
  22. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/__init__.py +0 -0
  23. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/agents/__init__.py +0 -0
  24. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/agents/t2b_agent.py +0 -0
  25. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/__init__.py +0 -0
  26. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/kegg.py +0 -0
  27. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/ols.py +0 -0
  28. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/uniprot.py +0 -0
  29. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/__init__.py +0 -0
  30. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/agents/__init__.py +0 -0
  31. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/agents/t2b_agent/__init__.py +0 -0
  32. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/agents/t2b_agent/default.yaml +0 -0
  33. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/config.yaml +0 -0
  34. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/__init__.py +0 -0
  35. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/ask_question/__init__.py +0 -0
  36. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/ask_question/default.yaml +0 -0
  37. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/custom_plotter/__init__.py +0 -0
  38. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/custom_plotter/default.yaml +0 -0
  39. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/get_annotation/__init__.py +0 -0
  40. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/get_annotation/default.yaml +0 -0
  41. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/models/__init__.py +0 -0
  42. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/models/basico_model.py +0 -0
  43. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/models/sys_bio_model.py +0 -0
  44. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/states/__init__.py +0 -0
  45. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/states/state_talk2biomodels.py +0 -0
  46. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/__init__.py +0 -0
  47. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_api.py +0 -0
  48. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_ask_question.py +0 -0
  49. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_basico_model.py +0 -0
  50. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_get_annotation.py +0 -0
  51. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_getmodelinfo.py +0 -0
  52. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_integration.py +0 -0
  53. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_load_biomodel.py +0 -0
  54. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_param_scan.py +0 -0
  55. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_query_article.py +0 -0
  56. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_search_models.py +0 -0
  57. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_simulate_model.py +0 -0
  58. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_steady_state.py +0 -0
  59. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_sys_bio_model.py +0 -0
  60. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/__init__.py +0 -0
  61. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/ask_question.py +0 -0
  62. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/custom_plotter.py +0 -0
  63. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/get_annotation.py +0 -0
  64. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/get_modelinfo.py +0 -0
  65. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/load_arguments.py +0 -0
  66. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/load_biomodel.py +0 -0
  67. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/parameter_scan.py +0 -0
  68. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/query_article.py +0 -0
  69. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/search_models.py +0 -0
  70. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/simulate_model.py +0 -0
  71. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/steady_state.py +0 -0
  72. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/utils.py +0 -0
  73. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/__init__.py +0 -0
  74. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/agents/__init__.py +0 -0
  75. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/agents/scp_agent.py +0 -0
  76. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/states/__init__.py +0 -0
  77. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/states/state_talk2cells.py +0 -0
  78. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tests/scp_agent/test_scp_agent.py +0 -0
  79. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/__init__.py +0 -0
  80. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/scp_agent/__init__.py +0 -0
  81. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/scp_agent/display_studies.py +0 -0
  82. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/scp_agent/search_studies.py +0 -0
  83. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/__init__.py +0 -0
  84. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/agents/__init__.py +0 -0
  85. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/agents/t2kg_agent.py +0 -0
  86. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/__init__.py +0 -0
  87. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/agents/t2kg_agent/__init__.py +0 -0
  88. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/agents/t2kg_agent/default.yaml +0 -0
  89. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/app/__init__.py +0 -0
  90. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/app/frontend/__init__.py +0 -0
  91. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/app/frontend/default.yaml +0 -0
  92. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/config.yaml +0 -0
  93. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/__init__.py +0 -0
  94. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/graphrag_reasoning/__init__.py +0 -0
  95. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/graphrag_reasoning/default.yaml +0 -0
  96. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_extraction/__init__.py +0 -0
  97. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_extraction/default.yaml +0 -0
  98. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_summarization/__init__.py +0 -0
  99. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_summarization/default.yaml +0 -0
  100. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/__init__.py +0 -0
  101. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/biobridge_primekg.py +0 -0
  102. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/dataset.py +0 -0
  103. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/primekg.py +0 -0
  104. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/starkqa_primekg.py +0 -0
  105. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/states/__init__.py +0 -0
  106. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/states/state_talk2knowledgegraphs.py +0 -0
  107. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/__init__.py +0 -0
  108. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_agents_t2kg_agent.py +0 -0
  109. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_biobridge_primekg.py +0 -0
  110. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_dataset.py +0 -0
  111. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_primekg.py +0 -0
  112. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_starkqa_primekg.py +0 -0
  113. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_tools_graphrag_reasoning.py +0 -0
  114. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_tools_subgraph_extraction.py +0 -0
  115. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_tools_subgraph_summarization.py +0 -0
  116. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_embeddings.py +0 -0
  117. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_huggingface.py +0 -0
  118. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_nim_molmim.py +0 -0
  119. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_ollama.py +0 -0
  120. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_sentencetransformer.py +0 -0
  121. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_enrichments.py +0 -0
  122. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_ollama.py +0 -0
  123. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_pubchem.py +0 -0
  124. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_kg_utils.py +0 -0
  125. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_pubchem_utils.py +0 -0
  126. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/__init__.py +0 -0
  127. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/graphrag_reasoning.py +0 -0
  128. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/load_arguments.py +0 -0
  129. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/subgraph_extraction.py +0 -0
  130. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/subgraph_summarization.py +0 -0
  131. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/__init__.py +0 -0
  132. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/__init__.py +0 -0
  133. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/embeddings.py +0 -0
  134. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/huggingface.py +0 -0
  135. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/nim_molmim.py +0 -0
  136. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/ollama.py +0 -0
  137. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/sentence_transformer.py +0 -0
  138. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/__init__.py +0 -0
  139. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/enrichments.py +0 -0
  140. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/ollama.py +0 -0
  141. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/pubchem_strings.py +0 -0
  142. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/extractions/__init__.py +0 -0
  143. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/extractions/pcst.py +0 -0
  144. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/kg_utils.py +0 -0
  145. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/pubchem_utils.py +0 -0
  146. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/__init__.py +0 -0
  147. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/__init__.py +0 -0
  148. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/main_agent.py +0 -0
  149. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/paper_download_agent.py +0 -0
  150. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/pdf_agent.py +0 -0
  151. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/s2_agent.py +0 -0
  152. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/zotero_agent.py +0 -0
  153. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/__init__.py +0 -0
  154. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/__init__.py +0 -0
  155. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/__init__.py +0 -0
  156. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/main_agent/__init__.py +0 -0
  157. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/main_agent/default.yaml +0 -0
  158. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/paper_download_agent/__init__.py +0 -0
  159. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/pdf_agent/__init__.py +0 -0
  160. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/s2_agent/__init__.py +0 -0
  161. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/s2_agent/default.yaml +0 -0
  162. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/zotero_agent/__init__.py +0 -0
  163. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/zotero_agent/default.yaml +0 -0
  164. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/app/__init__.py +0 -0
  165. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/app/frontend/__init__.py +0 -0
  166. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/app/frontend/default.yaml +0 -0
  167. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/config.yaml +0 -0
  168. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/__init__.py +0 -0
  169. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/download_arxiv_paper/__init__.py +0 -0
  170. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/multi_paper_recommendation/__init__.py +0 -0
  171. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/multi_paper_recommendation/default.yaml +0 -0
  172. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/question_and_answer/__init__.py +0 -0
  173. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/retrieve_semantic_scholar_paper_id/__init__.py +0 -0
  174. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/retrieve_semantic_scholar_paper_id/default.yaml +0 -0
  175. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/search/__init__.py +0 -0
  176. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/search/default.yaml +0 -0
  177. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/single_paper_recommendation/__init__.py +0 -0
  178. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/single_paper_recommendation/default.yaml +0 -0
  179. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_read/__init__.py +0 -0
  180. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_read/default.yaml +0 -0
  181. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_write/__inti__.py +0 -0
  182. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_write/default.yaml +0 -0
  183. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/state/__init__.py +0 -0
  184. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/state/state_talk2scholars.py +0 -0
  185. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/__init__.py +0 -0
  186. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_llm_main_integration.py +0 -0
  187. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_main_agent.py +0 -0
  188. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_paper_download_agent.py +0 -0
  189. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_paper_download_tools.py +0 -0
  190. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_pdf_agent.py +0 -0
  191. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_question_and_answer_tool.py +0 -0
  192. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_routing_logic.py +0 -0
  193. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_agent.py +0 -0
  194. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_display.py +0 -0
  195. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_multi.py +0 -0
  196. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_query.py +0 -0
  197. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_retrieve.py +0 -0
  198. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_search.py +0 -0
  199. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_single.py +0 -0
  200. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_state.py +0 -0
  201. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_agent.py +0 -0
  202. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_human_in_the_loop.py +0 -0
  203. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_path.py +0 -0
  204. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_read.py +0 -0
  205. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_write.py +0 -0
  206. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/__init__.py +0 -0
  207. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/__init__.py +0 -0
  208. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/abstract_downloader.py +0 -0
  209. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/arxiv_downloader.py +0 -0
  210. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/download_arxiv_input.py +0 -0
  211. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/pdf/__init__.py +0 -0
  212. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/pdf/question_and_answer.py +0 -0
  213. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/__init__.py +0 -0
  214. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/display_results.py +0 -0
  215. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/multi_paper_rec.py +0 -0
  216. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/query_results.py +0 -0
  217. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/retrieve_semantic_scholar_paper_id.py +0 -0
  218. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/search.py +0 -0
  219. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/single_paper_rec.py +0 -0
  220. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/__init__.py +0 -0
  221. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/multi_helper.py +0 -0
  222. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/search_helper.py +0 -0
  223. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/single_helper.py +0 -0
  224. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/__init__.py +0 -0
  225. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/__init__.py +0 -0
  226. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/read_helper.py +0 -0
  227. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py +0 -0
  228. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/write_helper.py +0 -0
  229. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/zotero_path.py +0 -0
  230. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/zotero_read.py +0 -0
  231. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/zotero_review.py +0 -0
  232. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/zotero_write.py +0 -0
  233. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/SOURCES.txt +0 -0
  234. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/dependency_links.txt +0 -0
  235. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/requires.txt +0 -0
  236. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/top_level.txt +0 -0
  237. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/pyproject.toml +0 -0
  238. {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/setup.cfg +0 -0
@@ -0,0 +1,362 @@
1
+ Metadata-Version: 2.4
2
+ Name: aiagents4pharma
3
+ Version: 1.31.0
4
+ Summary: AI Agents for drug discovery, drug development, and other pharmaceutical R&D.
5
+ Classifier: Programming Language :: Python :: 3
6
+ Classifier: License :: OSI Approved :: MIT License
7
+ Classifier: Operating System :: OS Independent
8
+ Requires-Python: >=3.12
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: copasi_basico==0.78
12
+ Requires-Dist: coverage==7.6.4
13
+ Requires-Dist: einops==0.8.0
14
+ Requires-Dist: gdown==5.2.0
15
+ Requires-Dist: gravis==0.1.0
16
+ Requires-Dist: huggingface_hub==0.26.5
17
+ Requires-Dist: hydra-core==1.3.2
18
+ Requires-Dist: joblib==1.4.2
19
+ Requires-Dist: langchain==0.3.7
20
+ Requires-Dist: langchain-community==0.3.5
21
+ Requires-Dist: langchain-core==0.3.40
22
+ Requires-Dist: langchain-experimental==0.3.3
23
+ Requires-Dist: langchain-nvidia-ai-endpoints==0.3.9
24
+ Requires-Dist: langchain-openai==0.2.5
25
+ Requires-Dist: langchain_ollama==0.2.3
26
+ Requires-Dist: langgraph_supervisor==0.0.9
27
+ Requires-Dist: matplotlib==3.9.2
28
+ Requires-Dist: openai==1.59.4
29
+ Requires-Dist: ollama==0.4.7
30
+ Requires-Dist: pandas==2.2.3
31
+ Requires-Dist: pcst_fast==1.0.10
32
+ Requires-Dist: plotly==5.24.1
33
+ Requires-Dist: pubchempy==1.0.4
34
+ Requires-Dist: pydantic==2.9.2
35
+ Requires-Dist: pylint==3.3.1
36
+ Requires-Dist: pypdf==5.2.0
37
+ Requires-Dist: pytest==8.3.3
38
+ Requires-Dist: pytest-asyncio==0.25.2
39
+ Requires-Dist: pyzotero==1.6.9
40
+ Requires-Dist: streamlit==1.39.0
41
+ Requires-Dist: sentence_transformers==3.3.1
42
+ Requires-Dist: tabulate==0.9.0
43
+ Requires-Dist: torch==2.2.2
44
+ Requires-Dist: torch_geometric==2.6.1
45
+ Requires-Dist: transformers==4.48.0
46
+ Requires-Dist: mkdocs==1.6.1
47
+ Requires-Dist: mkdocs-jupyter==0.25.1
48
+ Requires-Dist: mkdocs-material==9.5.47
49
+ Requires-Dist: mkdocstrings-python==1.12.2
50
+ Requires-Dist: mkdocs-include-markdown-plugin==7.1.2
51
+ Requires-Dist: mkdocstrings==0.27.0
52
+ Requires-Dist: streamlit-feedback
53
+ Requires-Dist: anndata==0.11.3
54
+ Requires-Dist: h5py==3.13.0
55
+ Requires-Dist: igraph==0.11.8
56
+ Requires-Dist: ipykernel==6.29.5
57
+ Requires-Dist: ipython==8.32.0
58
+ Requires-Dist: nbformat==5.10.4
59
+ Requires-Dist: scipy==1.15.2
60
+ Requires-Dist: tqdm==4.67.1
61
+ Requires-Dist: umap-learn==0.5.7
62
+ Requires-Dist: plotly-express==0.4.1
63
+ Requires-Dist: seaborn==0.13.2
64
+ Requires-Dist: scanpy==1.11.0
65
+ Dynamic: license-file
66
+
67
+ [![Talk2BioModels](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml)
68
+ [![Talk2Cells](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml)
69
+ [![Talk2KnowledgeGraphs](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml)
70
+ [![TESTS Talk2Scholars](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml)
71
+ [![TESTS Talk2AIAgents4Pharma](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2aiagents4pharma.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2aiagents4pharma.yml)
72
+ ![GitHub Release](https://img.shields.io/github/v/release/VirtualPatientEngine/AIAgents4Pharma)
73
+ ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FVirtualPatientEngine%2FAIAgents4Pharma%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
74
+ ![Talk2AIAgents4Pharma Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2aiagents4pharma?label=Talk2AIAgents4Pharma%20Pulls&color=blue&logo=docker&style=flat-square)
75
+ ![Talk2Scholars Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2scholars?label=Talk2Scholars%20Pulls&color=blue&logo=docker&style=flat-square)
76
+ ![Talk2BioModels Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2biomodels?label=Talk2BioModels%20Pulls&color=blue&logo=docker&style=flat-square)
77
+ ![Talk2KnowledgeGraphs Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2knowledgegraphs?label=Talk2KnowledgeGraphs%20Pulls&color=blue&logo=docker&style=flat-square)
78
+
79
+ ## Introduction
80
+
81
+ Welcome to **AIAgents4Pharma** – an open-source project by [Team VPE](https://bmedx.com/research-teams/artificial-intelligence/team-vpe/) that brings together AI-driven tools to help researchers and pharma interact seamlessly with complex biological data.
82
+
83
+ Our toolkit currently consists of the following agents:
84
+
85
+ - **Talk2BioModels** _(v1 released; v2 in progress)_: Engage directly with mathematical models in systems biology.
86
+ - **Talk2KnowledgeGraphs** _(v1 in progress)_: Access and explore complex biological knowledge graphs for insightful data connections.
87
+ - **Talk2Scholars** _(v1 in progress)_: Get recommendations for articles related to your choice. Download, query, and write/retrieve them to your reference manager (currently supporting Zotero).
88
+ - **Talk2Cells** _(v1 in progress)_: Query and analyze sequencing data with ease.
89
+ - **Talk2AIAgents4Pharma** _(v1 in progress)_: Converse with all the agents above (currently supports T2B and T2KG)
90
+
91
+ ![AIAgents4Pharma](docs/assets/AIAgents4Pharma.png)
92
+
93
+ ## Getting Started
94
+
95
+ ### Installation
96
+
97
+ #### Option 1: Docker (stable-release)
98
+
99
+ _We now have all the agents available on Docker Hub._
100
+
101
+ ##### **To run Talk2AIAgents4Pharma / Talk2KnowledgeGraphs**
102
+
103
+ Both agents require [Ollama](https://ollama.com/) to run embedding models like `nomic-embed-text`. We use a **single startup script** that automatically detects your hardware (NVIDIA, AMD, or CPU) and handles container startup, model loading, and service orchestration.
104
+
105
+ ##### **1. Clone the repository and navigate to the agent directory**
106
+
107
+ ```sh
108
+ git clone https://github.com/VirtualPatientEngine/AIAgents4Pharma
109
+
110
+ cd AIAgents4Pharma/aiagents4pharma/<agent>
111
+ ```
112
+
113
+ Replace `<agent>` with either:
114
+
115
+ - `talk2aiagents4pharma`
116
+ - `talk2knowledgegraphs`
117
+
118
+ ##### **2. Setup environment variables**
119
+
120
+ Copy and configure your `.env` file:
121
+
122
+ ```sh
123
+ cp .env.example .env
124
+ ```
125
+
126
+ Then edit `.env` and add your API keys:
127
+
128
+ ```env
129
+ OPENAI_API_KEY=... # Required for both agents
130
+ NVIDIA_API_KEY=... # Required for both agents
131
+ OLLAMA_HOST=http://ollama:11434 # Required for AA4P / T2KG
132
+ LANGCHAIN_TRACING_V2=true # Optional for both agents
133
+ LANGCHAIN_API_KEY=... # Optional for both agents
134
+ ```
135
+
136
+ To use **Talk2AIAgents4Pharma** or **Talk2KnowledgeGraphs**, you need a free **NVIDIA API key**. Create an account and apply for free credits [here](https://build.nvidia.com/explore/discover).
137
+
138
+ ###### Notes for Windows Users
139
+
140
+ If you are using Windows, it is recommended to install **Git Bash** for a smoother experience when running the bash commands in this guide.
141
+
142
+ - For applications that use **Docker Compose**, Git Bash is **required**.
143
+ - For applications that use **docker run** manually, Git Bash is **optional**, but recommended for consistency.
144
+
145
+ You can download Git Bash here: [Git for Windows](https://git-scm.com/downloads).
146
+
147
+ When using Docker on Windows, make sure you **run Docker with administrative privileges** if you face permission issues.
148
+
149
+ To resolve for permission issues, you can:
150
+
151
+ - Review the official Docker documentation on [Windows permission requirements](https://docs.docker.com/desktop/setup/install/windows-permission-requirements/).
152
+ - Alternatively, follow the community discussion and solutions on [Docker Community Forums](https://forums.docker.com/t/error-when-trying-to-run-windows-containers-docker-client-must-be-run-with-elevated-privileges/136619).
153
+
154
+ **LangSmith** support is optional. To enable it, create an API key [here](https://docs.smith.langchain.com/administration/how_to_guides/organization_management/create_account_api_key).
155
+
156
+ ##### **3. Start the application**
157
+
158
+ Run the startup script. It will:
159
+
160
+ - Detect your hardware configuration (NVIDIA GPU, AMD GPU, or CPU). Apple Metal is unavailable inside Docker, and Intel SIMD optimizations are automatically handled without special configuration.
161
+ - Choose the correct Ollama image (`latest` or `rocm`)
162
+ - Launch the Ollama container with appropriate runtime settings
163
+ - Pull the required embedding model (`nomic-embed-text`)
164
+ - Start the agent **after the model is available**
165
+
166
+ ```sh
167
+ chmod +x startup.sh
168
+ ./startup.sh # Add --cpu flag to force CPU mode if needed
169
+ ```
170
+
171
+ ##### **4. Access the Web UI**
172
+
173
+ Once started, the agent is available at:
174
+
175
+ ```
176
+ http://localhost:8501
177
+ ```
178
+
179
+ ##### **To Run Talk2Biomodels / Talk2Scholars**
180
+
181
+ 1. **Run the containers**
182
+
183
+ ###### Talk2Biomodels
184
+
185
+ ```docker
186
+ docker run -d \
187
+ --name talk2biomodels \
188
+ -e OPENAI_API_KEY=<your_openai_api_key> \
189
+ -e NVIDIA_API_KEY=<your_nvidia_api_key> \
190
+ -p 8501:8501 \
191
+ virtualpatientengine/talk2biomodels
192
+ ```
193
+
194
+ ###### Talk2Scholars
195
+
196
+ ```docker
197
+ docker run -d \
198
+ --name talk2scholars \
199
+ -e OPENAI_API_KEY=<your_openai_api_key> \
200
+ -e ZOTERO_API_KEY=<your_zotero_api_key> \
201
+ -e ZOTERO_USER_ID=<your_zotero_user_id> \
202
+ -e NVIDIA_API_KEY=<your_nvidia_api_key> \
203
+ -p 8501:8501 \
204
+ virtualpatientengine/talk2scholars
205
+ ```
206
+
207
+ 2. **Access the Web App**
208
+ Open your browser and go to:
209
+
210
+ ```
211
+ http://localhost:8501
212
+ ```
213
+
214
+ To use **Talk2BioModels** or **Talk2Scholars**, you need a free **NVIDIA API key**. Create an account and apply for free credits [here](https://build.nvidia.com/explore/discover).
215
+
216
+ Only for **Talk2Scholars**, you also need a **Zotero API key**, which you can generate [here](https://www.zotero.org/user/login#applications). _(For all other agents, the Zotero key is not required.)_
217
+
218
+ If you are using docker on Windows, please follow these [Windows Setup Notes](#notes-for-windows-users).
219
+
220
+ **LangSmith** support is optional. To enable it, create an API key [here](https://docs.smith.langchain.com/administration/how_to_guides/organization_management/create_account_api_key).
221
+
222
+ #### Notes
223
+
224
+ - Be sure to **replace the placeholder values** with your actual credentials before running any container:
225
+
226
+ - `<your_openai_api_key>`
227
+ - `<your_nvidia_api_key>`
228
+ - `<your_zotero_api_key>`
229
+ - `<your_zotero_user_id>`
230
+
231
+ - All agents default to **port `8501`**. If you plan to run multiple agents simultaneously, make sure to assign **different ports** to avoid conflicts.
232
+
233
+ Example (Talk2Scholars on port `8502`):
234
+
235
+ ```docker
236
+ docker run -d \
237
+ --name talk2scholars \
238
+ -e OPENAI_API_KEY=<your_openai_api_key> \
239
+ -e ZOTERO_API_KEY=<your_zotero_api_key> \
240
+ -e ZOTERO_USER_ID=<your_zotero_user_id> \
241
+ -e NVIDIA_API_KEY=<your_nvidia_api_key> \
242
+ -p 8502:8501 \
243
+ virtualpatientengine/talk2scholars
244
+ ```
245
+
246
+ Then access the app at: [http://localhost:8502](http://localhost:8502)
247
+
248
+ #### Option 2: git (for developers and contributors)
249
+
250
+ ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FVirtualPatientEngine%2FAIAgents4Pharma%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
251
+
252
+ 1. **Clone the repository:**
253
+ ```sh
254
+ git clone https://github.com/VirtualPatientEngine/AIAgents4Pharma
255
+ cd AIAgents4Pharma
256
+ ```
257
+ 2. **Install dependencies:**
258
+
259
+ ```python
260
+ pip install -r requirements.txt
261
+ ```
262
+
263
+ 3. **Initialize API Keys**
264
+
265
+ ```env
266
+ export OPENAI_API_KEY=.... # Required for all agents
267
+ export NVIDIA_API_KEY=.... # Required for all agents
268
+ export ZOTERO_API_KEY=.... # Required for T2S
269
+ export ZOTERO_USER_ID=.... # Required for T2S
270
+ export LANGCHAIN_TRACING_V2=true # Optional for all agents
271
+ export LANGCHAIN_API_KEY=... # Optional for all agents
272
+ ```
273
+
274
+ To use **Talk2AIAgents4Pharma**, **Talk2BioModels**, **Talk2KnowledgeGraphs**, or **Talk2Scholars**, you need a free **NVIDIA API key**. Create an account and apply for free credits [here](https://build.nvidia.com/explore/discover).
275
+
276
+ Only for **Talk2Scholars**, you also need a **Zotero API key**, which you can generate [here](https://www.zotero.org/user/login#applications). _(For all other agents, the Zotero key is not required.)_
277
+
278
+ To use **Talk2AIAgents4Pharma** or **Talk2KnowledgeGraphs**, you must have **Ollama** installed. Follow installation instructions for your OS [here](https://ollama.com/download).
279
+
280
+ After installing, pull the `nomic-embed-text` model and start the server by running:
281
+
282
+ ```sh
283
+ ollama pull nomic-embed-text && ollama serve
284
+ ```
285
+
286
+ More details about the model are available [here](https://ollama.com/library/nomic-embed-text).
287
+
288
+ Additionally on **Windows**, the `pcst_fast 1.0.10` library requires **Microsoft Visual C++ 14.0 or greater**.
289
+ You can download the **Microsoft C++ Build Tools** [here](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
290
+
291
+ **LangSmith** support is optional. To enable it, create an API key [here](https://docs.smith.langchain.com/administration/how_to_guides/organization_management/create_account_api_key).
292
+
293
+ _Please note that this will create a new tracing project in your Langsmith
294
+ account with the name `T2X-xxxx`, where `X` can be `AA4P` (Main Agent),
295
+ `B` (Biomodels), `S` (Scholars), `KG` (KnowledgeGraphs), or `C` (Cells).
296
+ If you skip the previous step, it will default to the name `default`.
297
+ `xxxx` will be the 4-digit ID created for the session._
298
+
299
+ 4. **Launch the app:**
300
+ ```sh
301
+ streamlit run app/frontend/streamlit_app_<agent>.py
302
+ ```
303
+ _Replace `<agent>` with the agent name you are interested to launch:_
304
+
305
+ - `talk2aiagents4pharma`
306
+ - `talk2biomodels`
307
+ - `talk2knowledgegraphs`
308
+ - `talk2scholars`
309
+ - `talk2cells`
310
+
311
+ For detailed instructions on each agent, please refer to their respective modules.
312
+
313
+ #### Option 3: pip (beta-release)
314
+
315
+ ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FVirtualPatientEngine%2FAIAgents4Pharma%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
316
+
317
+ ```sh
318
+ pip install aiagents4pharma
319
+ ```
320
+
321
+ Check out the tutorials on each agent for detailed instructions.
322
+
323
+ ## Contributing
324
+
325
+ We welcome your support to make **AIAgents4Pharma** even better.
326
+ All types of contributions are appreciated — whether you're fixing bugs, adding features, improving documentation, or helping with testing, every contribution is valuable.
327
+
328
+ #### How to contribute
329
+
330
+ 1. Star this repository to show your support.
331
+ 2. Fork the repository.
332
+ 3. Create a new branch for your work:
333
+ ```sh
334
+ git checkout -b feat/your-feature-name
335
+ ```
336
+ 4. Make your changes and commit them:
337
+ ```sh
338
+ git commit -m "feat: add a brief description of your change"
339
+ ```
340
+ 5. Push your branch:
341
+ ```sh
342
+ git push origin feat/your-feature-name
343
+ ```
344
+ 6. Open a Pull Request.
345
+
346
+ #### Areas where you can help
347
+
348
+ - Beta testing for Talk2BioModels and Talk2Scholars.
349
+ - Development work related to Python, bioinformatics, or knowledge graphs.
350
+
351
+ #### Contacts for contributions
352
+
353
+ - **Talk2Biomodels / Talk2Cells**: [@gurdeep330](https://github.com/gurdeep330), [@lilijap](https://github.com/lilijap), [@dmccloskey](https://github.com/dmccloskey)
354
+ - **Talk2KnowledgeGraphs**: [@awmulyadi](https://github.com/awmulyadi), [@dmccloskey](https://github.com/dmccloskey)
355
+ - **Talk2Scholars**: [@ansh-info](https://github.com/ansh-info), [@gurdeep330](https://github.com/gurdeep330), [@dmccloskey](https://github.com/dmccloskey)
356
+
357
+ Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md) for more detailed contribution guidelines.
358
+
359
+ ## Feedback
360
+
361
+ If you have questions, bug reports, feature requests, comments, or suggestions, we would love to hear from you.
362
+ Please open an `issue` or start a `discussion`
@@ -0,0 +1,296 @@
1
+ [![Talk2BioModels](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml)
2
+ [![Talk2Cells](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml)
3
+ [![Talk2KnowledgeGraphs](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml)
4
+ [![TESTS Talk2Scholars](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml)
5
+ [![TESTS Talk2AIAgents4Pharma](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2aiagents4pharma.yml/badge.svg)](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2aiagents4pharma.yml)
6
+ ![GitHub Release](https://img.shields.io/github/v/release/VirtualPatientEngine/AIAgents4Pharma)
7
+ ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FVirtualPatientEngine%2FAIAgents4Pharma%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
8
+ ![Talk2AIAgents4Pharma Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2aiagents4pharma?label=Talk2AIAgents4Pharma%20Pulls&color=blue&logo=docker&style=flat-square)
9
+ ![Talk2Scholars Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2scholars?label=Talk2Scholars%20Pulls&color=blue&logo=docker&style=flat-square)
10
+ ![Talk2BioModels Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2biomodels?label=Talk2BioModels%20Pulls&color=blue&logo=docker&style=flat-square)
11
+ ![Talk2KnowledgeGraphs Pulls](https://img.shields.io/docker/pulls/virtualpatientengine/talk2knowledgegraphs?label=Talk2KnowledgeGraphs%20Pulls&color=blue&logo=docker&style=flat-square)
12
+
13
+ ## Introduction
14
+
15
+ Welcome to **AIAgents4Pharma** – an open-source project by [Team VPE](https://bmedx.com/research-teams/artificial-intelligence/team-vpe/) that brings together AI-driven tools to help researchers and pharma interact seamlessly with complex biological data.
16
+
17
+ Our toolkit currently consists of the following agents:
18
+
19
+ - **Talk2BioModels** _(v1 released; v2 in progress)_: Engage directly with mathematical models in systems biology.
20
+ - **Talk2KnowledgeGraphs** _(v1 in progress)_: Access and explore complex biological knowledge graphs for insightful data connections.
21
+ - **Talk2Scholars** _(v1 in progress)_: Get recommendations for articles related to your choice. Download, query, and write/retrieve them to your reference manager (currently supporting Zotero).
22
+ - **Talk2Cells** _(v1 in progress)_: Query and analyze sequencing data with ease.
23
+ - **Talk2AIAgents4Pharma** _(v1 in progress)_: Converse with all the agents above (currently supports T2B and T2KG)
24
+
25
+ ![AIAgents4Pharma](docs/assets/AIAgents4Pharma.png)
26
+
27
+ ## Getting Started
28
+
29
+ ### Installation
30
+
31
+ #### Option 1: Docker (stable-release)
32
+
33
+ _We now have all the agents available on Docker Hub._
34
+
35
+ ##### **To run Talk2AIAgents4Pharma / Talk2KnowledgeGraphs**
36
+
37
+ Both agents require [Ollama](https://ollama.com/) to run embedding models like `nomic-embed-text`. We use a **single startup script** that automatically detects your hardware (NVIDIA, AMD, or CPU) and handles container startup, model loading, and service orchestration.
38
+
39
+ ##### **1. Clone the repository and navigate to the agent directory**
40
+
41
+ ```sh
42
+ git clone https://github.com/VirtualPatientEngine/AIAgents4Pharma
43
+
44
+ cd AIAgents4Pharma/aiagents4pharma/<agent>
45
+ ```
46
+
47
+ Replace `<agent>` with either:
48
+
49
+ - `talk2aiagents4pharma`
50
+ - `talk2knowledgegraphs`
51
+
52
+ ##### **2. Setup environment variables**
53
+
54
+ Copy and configure your `.env` file:
55
+
56
+ ```sh
57
+ cp .env.example .env
58
+ ```
59
+
60
+ Then edit `.env` and add your API keys:
61
+
62
+ ```env
63
+ OPENAI_API_KEY=... # Required for both agents
64
+ NVIDIA_API_KEY=... # Required for both agents
65
+ OLLAMA_HOST=http://ollama:11434 # Required for AA4P / T2KG
66
+ LANGCHAIN_TRACING_V2=true # Optional for both agents
67
+ LANGCHAIN_API_KEY=... # Optional for both agents
68
+ ```
69
+
70
+ To use **Talk2AIAgents4Pharma** or **Talk2KnowledgeGraphs**, you need a free **NVIDIA API key**. Create an account and apply for free credits [here](https://build.nvidia.com/explore/discover).
71
+
72
+ ###### Notes for Windows Users
73
+
74
+ If you are using Windows, it is recommended to install **Git Bash** for a smoother experience when running the bash commands in this guide.
75
+
76
+ - For applications that use **Docker Compose**, Git Bash is **required**.
77
+ - For applications that use **docker run** manually, Git Bash is **optional**, but recommended for consistency.
78
+
79
+ You can download Git Bash here: [Git for Windows](https://git-scm.com/downloads).
80
+
81
+ When using Docker on Windows, make sure you **run Docker with administrative privileges** if you face permission issues.
82
+
83
+ To resolve for permission issues, you can:
84
+
85
+ - Review the official Docker documentation on [Windows permission requirements](https://docs.docker.com/desktop/setup/install/windows-permission-requirements/).
86
+ - Alternatively, follow the community discussion and solutions on [Docker Community Forums](https://forums.docker.com/t/error-when-trying-to-run-windows-containers-docker-client-must-be-run-with-elevated-privileges/136619).
87
+
88
+ **LangSmith** support is optional. To enable it, create an API key [here](https://docs.smith.langchain.com/administration/how_to_guides/organization_management/create_account_api_key).
89
+
90
+ ##### **3. Start the application**
91
+
92
+ Run the startup script. It will:
93
+
94
+ - Detect your hardware configuration (NVIDIA GPU, AMD GPU, or CPU). Apple Metal is unavailable inside Docker, and Intel SIMD optimizations are automatically handled without special configuration.
95
+ - Choose the correct Ollama image (`latest` or `rocm`)
96
+ - Launch the Ollama container with appropriate runtime settings
97
+ - Pull the required embedding model (`nomic-embed-text`)
98
+ - Start the agent **after the model is available**
99
+
100
+ ```sh
101
+ chmod +x startup.sh
102
+ ./startup.sh # Add --cpu flag to force CPU mode if needed
103
+ ```
104
+
105
+ ##### **4. Access the Web UI**
106
+
107
+ Once started, the agent is available at:
108
+
109
+ ```
110
+ http://localhost:8501
111
+ ```
112
+
113
+ ##### **To Run Talk2Biomodels / Talk2Scholars**
114
+
115
+ 1. **Run the containers**
116
+
117
+ ###### Talk2Biomodels
118
+
119
+ ```docker
120
+ docker run -d \
121
+ --name talk2biomodels \
122
+ -e OPENAI_API_KEY=<your_openai_api_key> \
123
+ -e NVIDIA_API_KEY=<your_nvidia_api_key> \
124
+ -p 8501:8501 \
125
+ virtualpatientengine/talk2biomodels
126
+ ```
127
+
128
+ ###### Talk2Scholars
129
+
130
+ ```docker
131
+ docker run -d \
132
+ --name talk2scholars \
133
+ -e OPENAI_API_KEY=<your_openai_api_key> \
134
+ -e ZOTERO_API_KEY=<your_zotero_api_key> \
135
+ -e ZOTERO_USER_ID=<your_zotero_user_id> \
136
+ -e NVIDIA_API_KEY=<your_nvidia_api_key> \
137
+ -p 8501:8501 \
138
+ virtualpatientengine/talk2scholars
139
+ ```
140
+
141
+ 2. **Access the Web App**
142
+ Open your browser and go to:
143
+
144
+ ```
145
+ http://localhost:8501
146
+ ```
147
+
148
+ To use **Talk2BioModels** or **Talk2Scholars**, you need a free **NVIDIA API key**. Create an account and apply for free credits [here](https://build.nvidia.com/explore/discover).
149
+
150
+ Only for **Talk2Scholars**, you also need a **Zotero API key**, which you can generate [here](https://www.zotero.org/user/login#applications). _(For all other agents, the Zotero key is not required.)_
151
+
152
+ If you are using docker on Windows, please follow these [Windows Setup Notes](#notes-for-windows-users).
153
+
154
+ **LangSmith** support is optional. To enable it, create an API key [here](https://docs.smith.langchain.com/administration/how_to_guides/organization_management/create_account_api_key).
155
+
156
+ #### Notes
157
+
158
+ - Be sure to **replace the placeholder values** with your actual credentials before running any container:
159
+
160
+ - `<your_openai_api_key>`
161
+ - `<your_nvidia_api_key>`
162
+ - `<your_zotero_api_key>`
163
+ - `<your_zotero_user_id>`
164
+
165
+ - All agents default to **port `8501`**. If you plan to run multiple agents simultaneously, make sure to assign **different ports** to avoid conflicts.
166
+
167
+ Example (Talk2Scholars on port `8502`):
168
+
169
+ ```docker
170
+ docker run -d \
171
+ --name talk2scholars \
172
+ -e OPENAI_API_KEY=<your_openai_api_key> \
173
+ -e ZOTERO_API_KEY=<your_zotero_api_key> \
174
+ -e ZOTERO_USER_ID=<your_zotero_user_id> \
175
+ -e NVIDIA_API_KEY=<your_nvidia_api_key> \
176
+ -p 8502:8501 \
177
+ virtualpatientengine/talk2scholars
178
+ ```
179
+
180
+ Then access the app at: [http://localhost:8502](http://localhost:8502)
181
+
182
+ #### Option 2: git (for developers and contributors)
183
+
184
+ ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FVirtualPatientEngine%2FAIAgents4Pharma%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
185
+
186
+ 1. **Clone the repository:**
187
+ ```sh
188
+ git clone https://github.com/VirtualPatientEngine/AIAgents4Pharma
189
+ cd AIAgents4Pharma
190
+ ```
191
+ 2. **Install dependencies:**
192
+
193
+ ```python
194
+ pip install -r requirements.txt
195
+ ```
196
+
197
+ 3. **Initialize API Keys**
198
+
199
+ ```env
200
+ export OPENAI_API_KEY=.... # Required for all agents
201
+ export NVIDIA_API_KEY=.... # Required for all agents
202
+ export ZOTERO_API_KEY=.... # Required for T2S
203
+ export ZOTERO_USER_ID=.... # Required for T2S
204
+ export LANGCHAIN_TRACING_V2=true # Optional for all agents
205
+ export LANGCHAIN_API_KEY=... # Optional for all agents
206
+ ```
207
+
208
+ To use **Talk2AIAgents4Pharma**, **Talk2BioModels**, **Talk2KnowledgeGraphs**, or **Talk2Scholars**, you need a free **NVIDIA API key**. Create an account and apply for free credits [here](https://build.nvidia.com/explore/discover).
209
+
210
+ Only for **Talk2Scholars**, you also need a **Zotero API key**, which you can generate [here](https://www.zotero.org/user/login#applications). _(For all other agents, the Zotero key is not required.)_
211
+
212
+ To use **Talk2AIAgents4Pharma** or **Talk2KnowledgeGraphs**, you must have **Ollama** installed. Follow installation instructions for your OS [here](https://ollama.com/download).
213
+
214
+ After installing, pull the `nomic-embed-text` model and start the server by running:
215
+
216
+ ```sh
217
+ ollama pull nomic-embed-text && ollama serve
218
+ ```
219
+
220
+ More details about the model are available [here](https://ollama.com/library/nomic-embed-text).
221
+
222
+ Additionally on **Windows**, the `pcst_fast 1.0.10` library requires **Microsoft Visual C++ 14.0 or greater**.
223
+ You can download the **Microsoft C++ Build Tools** [here](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
224
+
225
+ **LangSmith** support is optional. To enable it, create an API key [here](https://docs.smith.langchain.com/administration/how_to_guides/organization_management/create_account_api_key).
226
+
227
+ _Please note that this will create a new tracing project in your Langsmith
228
+ account with the name `T2X-xxxx`, where `X` can be `AA4P` (Main Agent),
229
+ `B` (Biomodels), `S` (Scholars), `KG` (KnowledgeGraphs), or `C` (Cells).
230
+ If you skip the previous step, it will default to the name `default`.
231
+ `xxxx` will be the 4-digit ID created for the session._
232
+
233
+ 4. **Launch the app:**
234
+ ```sh
235
+ streamlit run app/frontend/streamlit_app_<agent>.py
236
+ ```
237
+ _Replace `<agent>` with the agent name you are interested to launch:_
238
+
239
+ - `talk2aiagents4pharma`
240
+ - `talk2biomodels`
241
+ - `talk2knowledgegraphs`
242
+ - `talk2scholars`
243
+ - `talk2cells`
244
+
245
+ For detailed instructions on each agent, please refer to their respective modules.
246
+
247
+ #### Option 3: pip (beta-release)
248
+
249
+ ![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FVirtualPatientEngine%2FAIAgents4Pharma%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
250
+
251
+ ```sh
252
+ pip install aiagents4pharma
253
+ ```
254
+
255
+ Check out the tutorials on each agent for detailed instructions.
256
+
257
+ ## Contributing
258
+
259
+ We welcome your support to make **AIAgents4Pharma** even better.
260
+ All types of contributions are appreciated — whether you're fixing bugs, adding features, improving documentation, or helping with testing, every contribution is valuable.
261
+
262
+ #### How to contribute
263
+
264
+ 1. Star this repository to show your support.
265
+ 2. Fork the repository.
266
+ 3. Create a new branch for your work:
267
+ ```sh
268
+ git checkout -b feat/your-feature-name
269
+ ```
270
+ 4. Make your changes and commit them:
271
+ ```sh
272
+ git commit -m "feat: add a brief description of your change"
273
+ ```
274
+ 5. Push your branch:
275
+ ```sh
276
+ git push origin feat/your-feature-name
277
+ ```
278
+ 6. Open a Pull Request.
279
+
280
+ #### Areas where you can help
281
+
282
+ - Beta testing for Talk2BioModels and Talk2Scholars.
283
+ - Development work related to Python, bioinformatics, or knowledge graphs.
284
+
285
+ #### Contacts for contributions
286
+
287
+ - **Talk2Biomodels / Talk2Cells**: [@gurdeep330](https://github.com/gurdeep330), [@lilijap](https://github.com/lilijap), [@dmccloskey](https://github.com/dmccloskey)
288
+ - **Talk2KnowledgeGraphs**: [@awmulyadi](https://github.com/awmulyadi), [@dmccloskey](https://github.com/dmccloskey)
289
+ - **Talk2Scholars**: [@ansh-info](https://github.com/ansh-info), [@gurdeep330](https://github.com/gurdeep330), [@dmccloskey](https://github.com/dmccloskey)
290
+
291
+ Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md) for more detailed contribution guidelines.
292
+
293
+ ## Feedback
294
+
295
+ If you have questions, bug reports, feature requests, comments, or suggestions, we would love to hear from you.
296
+ Please open an `issue` or start a `discussion`