aiagents4pharma 1.15.0__tar.gz → 1.15.1__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 (110) hide show
  1. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/PKG-INFO +1 -1
  2. aiagents4pharma-1.15.1/aiagents4pharma/configs/talk2biomodels/tools/ask_question/default.yaml +39 -0
  3. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma.egg-info/PKG-INFO +1 -1
  4. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma.egg-info/SOURCES.txt +1 -0
  5. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/pyproject.toml +3 -1
  6. aiagents4pharma-1.15.1/release_version.txt +1 -0
  7. aiagents4pharma-1.15.0/release_version.txt +0 -1
  8. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/LICENSE +0 -0
  9. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/README.md +0 -0
  10. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/__init__.py +0 -0
  11. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/__init__.py +0 -0
  12. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/config.yaml +0 -0
  13. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/talk2biomodels/__init__.py +0 -0
  14. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/talk2biomodels/agents/__init__.py +0 -0
  15. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/talk2biomodels/agents/t2b_agent/__init__.py +0 -0
  16. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/talk2biomodels/agents/t2b_agent/default.yaml +0 -0
  17. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/talk2biomodels/tools/__init__.py +0 -0
  18. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/configs/talk2biomodels/tools/ask_question/__init__.py +0 -0
  19. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/__init__.py +0 -0
  20. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/agents/__init__.py +0 -0
  21. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/agents/t2b_agent.py +0 -0
  22. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/api/__init__.py +0 -0
  23. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/api/kegg.py +0 -0
  24. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/api/ols.py +0 -0
  25. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/api/uniprot.py +0 -0
  26. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/models/__init__.py +0 -0
  27. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/models/basico_model.py +0 -0
  28. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/models/sys_bio_model.py +0 -0
  29. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/states/__init__.py +0 -0
  30. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/states/state_talk2biomodels.py +0 -0
  31. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/__init__.py +0 -0
  32. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_api.py +0 -0
  33. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_ask_question.py +0 -0
  34. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_basico_model.py +0 -0
  35. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_get_annotation.py +0 -0
  36. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_getmodelinfo.py +0 -0
  37. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_integration.py +0 -0
  38. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_param_scan.py +0 -0
  39. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_query_article.py +0 -0
  40. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_search_models.py +0 -0
  41. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_simulate_model.py +0 -0
  42. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_steady_state.py +0 -0
  43. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tests/test_sys_bio_model.py +0 -0
  44. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/__init__.py +0 -0
  45. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/ask_question.py +0 -0
  46. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/custom_plotter.py +0 -0
  47. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/get_annotation.py +0 -0
  48. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/get_modelinfo.py +0 -0
  49. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/load_arguments.py +0 -0
  50. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/load_biomodel.py +0 -0
  51. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/parameter_scan.py +0 -0
  52. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/query_article.py +0 -0
  53. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/search_models.py +0 -0
  54. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/simulate_model.py +0 -0
  55. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2biomodels/tools/steady_state.py +0 -0
  56. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/__init__.py +0 -0
  57. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/agents/__init__.py +0 -0
  58. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/agents/scp_agent.py +0 -0
  59. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/states/__init__.py +0 -0
  60. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/states/state_talk2cells.py +0 -0
  61. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/tests/scp_agent/test_scp_agent.py +0 -0
  62. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/tools/__init__.py +0 -0
  63. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/tools/scp_agent/__init__.py +0 -0
  64. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/tools/scp_agent/display_studies.py +0 -0
  65. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2cells/tools/scp_agent/search_studies.py +0 -0
  66. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/__init__.py +0 -0
  67. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/agents/__init__.py +0 -0
  68. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/agents/main_agent.py +0 -0
  69. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/agents/s2_agent.py +0 -0
  70. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/config/__init__.py +0 -0
  71. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/config/config.py +0 -0
  72. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/state/__init__.py +0 -0
  73. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/state/state_talk2competitors.py +0 -0
  74. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tests/__init__.py +0 -0
  75. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tests/test_langgraph.py +0 -0
  76. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tools/__init__.py +0 -0
  77. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tools/s2/__init__.py +0 -0
  78. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tools/s2/display_results.py +0 -0
  79. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tools/s2/multi_paper_rec.py +0 -0
  80. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tools/s2/search.py +0 -0
  81. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2competitors/tools/s2/single_paper_rec.py +0 -0
  82. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/__init__.py +0 -0
  83. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/datasets/__init__.py +0 -0
  84. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/datasets/biobridge_primekg.py +0 -0
  85. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/datasets/dataset.py +0 -0
  86. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/datasets/primekg.py +0 -0
  87. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/datasets/starkqa_primekg.py +0 -0
  88. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/__init__.py +0 -0
  89. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_biobridge_primekg.py +0 -0
  90. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_dataset.py +0 -0
  91. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_primekg.py +0 -0
  92. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_starkqa_primekg.py +0 -0
  93. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_embeddings.py +0 -0
  94. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_huggingface.py +0 -0
  95. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_sentencetransformer.py +0 -0
  96. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_enrichments.py +0 -0
  97. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_ollama.py +0 -0
  98. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/__init__.py +0 -0
  99. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/__init__.py +0 -0
  100. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/embeddings.py +0 -0
  101. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/huggingface.py +0 -0
  102. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/sentence_transformer.py +0 -0
  103. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/__init__.py +0 -0
  104. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/enrichments.py +0 -0
  105. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/ollama.py +0 -0
  106. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma/talk2knowledgegraphs/utils/kg_utils.py +0 -0
  107. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma.egg-info/dependency_links.txt +0 -0
  108. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma.egg-info/requires.txt +0 -0
  109. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/aiagents4pharma.egg-info/top_level.txt +0 -0
  110. {aiagents4pharma-1.15.0 → aiagents4pharma-1.15.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: aiagents4pharma
3
- Version: 1.15.0
3
+ Version: 1.15.1
4
4
  Summary: AI Agents for drug discovery, drug development, and other pharmaceutical R&D
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -0,0 +1,39 @@
1
+ _target_: talk2biomodels.tools.ask_question.AskQuestionTool
2
+ steady_state_prompt: >
3
+ Following are header columns of the data:
4
+ `species_name`: Name of the species,
5
+ `compartment`: Compartment of the species,
6
+ `initial_concentration`: Concentration of the species at the start of steady state,
7
+ `steady_state_concentration`: Concentration of the species at steady state,
8
+ `steady_state_transition_time`: Time taken to reach steady state,
9
+ `display_name`: An alias for the species name.
10
+
11
+ Here are some instructions to help you answer questions:
12
+
13
+ 1. Before you answer any question, follow the plan and solve
14
+ technique. Start by understanding the question, then plan your
15
+ approach to solve the question, and finally solve the question
16
+ by following the plan. Always give a brief explanation of your
17
+ answer to the user.
18
+
19
+ 2. If the user wants to know the time taken by the model to reach
20
+ steady state, you should look at the steady_state_transition_time
21
+ column of the data for the model species. The highest value in
22
+ this column is the time taken by the model to reach steady state.
23
+
24
+ 3. To get accurate results, trim the data to the relevant columns
25
+ before performing any calculations. This will help you avoid
26
+ errors in your calculations, and ignore irrelevant data.
27
+
28
+ 4. Please use the units provided below to answer the questions.
29
+ simulation_prompt: >
30
+ Following is the information about the data frame:
31
+ 1. First column is the time column, and the rest of the columns
32
+ are the species names.
33
+
34
+ 2. While the time column records the simulation time points, the
35
+ rest of the columns record the concentration of the species at
36
+ each time point.
37
+
38
+ 3. Please use the units provided below to answer the questions.
39
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: aiagents4pharma
3
- Version: 1.15.0
3
+ Version: 1.15.1
4
4
  Summary: AI Agents for drug discovery, drug development, and other pharmaceutical R&D
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -16,6 +16,7 @@ aiagents4pharma/configs/talk2biomodels/agents/t2b_agent/__init__.py
16
16
  aiagents4pharma/configs/talk2biomodels/agents/t2b_agent/default.yaml
17
17
  aiagents4pharma/configs/talk2biomodels/tools/__init__.py
18
18
  aiagents4pharma/configs/talk2biomodels/tools/ask_question/__init__.py
19
+ aiagents4pharma/configs/talk2biomodels/tools/ask_question/default.yaml
19
20
  aiagents4pharma/talk2biomodels/__init__.py
20
21
  aiagents4pharma/talk2biomodels/agents/__init__.py
21
22
  aiagents4pharma/talk2biomodels/agents/t2b_agent.py
@@ -68,7 +68,9 @@ include = ["aiagents4pharma*"]
68
68
  [tool.setuptools.package-data]
69
69
  aiagents4pharma = [
70
70
  "configs/*",
71
- "configs/talk2biomodels/agents/t2b_agent/*"]
71
+ "configs/talk2biomodels/agents/t2b_agent/*",
72
+ "configs/talk2biomodels/tools/ask_question/*",
73
+ "configs/talk2biomodels/tools/get_annotation/*"]
72
74
 
73
75
  [tool.pytest.ini_options]
74
76
  asyncio_default_fixture_loop_scope = "function"
@@ -0,0 +1 @@
1
+ v1.15.1
@@ -1 +0,0 @@
1
- v1.15.0