aiagents4pharma 1.15.2__tar.gz → 1.16.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.
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/PKG-INFO +7 -6
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/README.md +6 -5
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/__init__.py +1 -1
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/agents/main_agent.py +7 -7
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/agents/s2_agent.py +4 -4
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/state/__init__.py +1 -1
- aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors/state/state_talk2competitors.py → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars/state/state_talk2scholars.py +3 -3
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tests/test_langgraph.py +2 -2
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma.egg-info/PKG-INFO +7 -6
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma.egg-info/SOURCES.txt +17 -17
- aiagents4pharma-1.16.0/release_version.txt +1 -0
- aiagents4pharma-1.15.2/release_version.txt +0 -1
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/LICENSE +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/config.yaml +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/agents/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/agents/t2b_agent/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/agents/t2b_agent/default.yaml +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/tools/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/tools/ask_question/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/tools/ask_question/default.yaml +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/tools/get_annotation/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/tools/get_annotation/default.yaml +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/agents/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/agents/t2b_agent.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/api/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/api/kegg.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/api/ols.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/api/uniprot.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/models/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/models/basico_model.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/models/sys_bio_model.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/states/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/states/state_talk2biomodels.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_api.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_ask_question.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_basico_model.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_get_annotation.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_getmodelinfo.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_integration.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_param_scan.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_query_article.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_search_models.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_simulate_model.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_steady_state.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_sys_bio_model.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/ask_question.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/custom_plotter.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/get_annotation.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/get_modelinfo.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/load_arguments.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/load_biomodel.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/parameter_scan.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/query_article.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/search_models.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/simulate_model.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/steady_state.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/agents/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/agents/scp_agent.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/states/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/states/state_talk2cells.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/tests/scp_agent/test_scp_agent.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/tools/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/tools/scp_agent/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/tools/scp_agent/display_studies.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/tools/scp_agent/search_studies.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/datasets/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/datasets/biobridge_primekg.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/datasets/dataset.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/datasets/primekg.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/datasets/starkqa_primekg.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_biobridge_primekg.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_dataset.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_primekg.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_starkqa_primekg.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_embeddings.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_huggingface.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_sentencetransformer.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_enrichments.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_ollama.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/embeddings.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/huggingface.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/sentence_transformer.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/__init__.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/enrichments.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/ollama.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/utils/kg_utils.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/__init__.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/agents/__init__.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/config/__init__.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/config/config.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tests/__init__.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tools/__init__.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tools/s2/__init__.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tools/s2/display_results.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tools/s2/multi_paper_rec.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tools/s2/search.py +0 -0
- {aiagents4pharma-1.15.2/aiagents4pharma/talk2competitors → aiagents4pharma-1.16.0/aiagents4pharma/talk2scholars}/tools/s2/single_paper_rec.py +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma.egg-info/dependency_links.txt +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma.egg-info/requires.txt +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma.egg-info/top_level.txt +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/pyproject.toml +0 -0
- {aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: aiagents4pharma
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.16.0
|
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
|
@@ -50,11 +50,10 @@ Requires-Dist: streamlit-feedback
|
|
50
50
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml)
|
51
51
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml)
|
52
52
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml)
|
53
|
-
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml)
|
54
54
|

|
55
55
|

|
56
56
|
|
57
|
-
|
58
57
|
<h1 align="center" style="border-bottom: none;">🤖 AIAgents4Pharma</h1>
|
59
58
|
|
60
59
|
Welcome to **AIAgents4Pharma** – an open-source project by [Team VPE](https://github.com/VirtualPatientEngine) that brings together AI-driven tools to help researchers and pharma interact seamlessly with complex biological data.
|
@@ -64,7 +63,7 @@ Our toolkit currently consists of three intelligent agents, each designed to sim
|
|
64
63
|
- **Talk2BioModels**: Engage directly with mathematical models in systems biology.
|
65
64
|
- **Talk2Cells** _(Work in progress)_: Query and analyze sequencing data with ease.
|
66
65
|
- **Talk2KnowledgeGraphs** _(Work in progress)_: Access and explore complex biological knowledge graphs for insightful data connections.
|
67
|
-
- **
|
66
|
+
- **Talk2Scholars** _(Coming soon)_: Get recommendations for articles related to your choice. Download, query, and write/retrieve them to your reference manager (currently supporting Zotero).
|
68
67
|
|
69
68
|
---
|
70
69
|
|
@@ -87,7 +86,9 @@ Our toolkit currently consists of three intelligent agents, each designed to sim
|
|
87
86
|
|
88
87
|
**Talk2KnowledgeGraphs** is an agent designed to enable interaction with biological knowledge graphs (KGs). KGs integrate vast amounts of structured biological data into a format that highlights relationships between entities, such as proteins, genes, and diseases.
|
89
88
|
|
90
|
-
### 4.
|
89
|
+
### 4. Talk2Scholars _(Work in Progress)_
|
90
|
+
|
91
|
+
Talk2Scholars is an AI-powered hierarchical agent system designed to revolutionize academic paper search and analysis. Through intelligent conversation, users can discover, analyze, and receive recommendations for academic papers using state-of-the-art natural language processing.
|
91
92
|
|
92
93
|
## Getting Started
|
93
94
|
|
@@ -198,7 +199,7 @@ Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|
198
199
|
- **User Interface**: Interactive web UI for all agents.
|
199
200
|
- **Talk2Cells**: Integration of sequencing data analysis tools.
|
200
201
|
- **Talk2KnowledgeGraphs**: Interface for biological knowledge graph interaction.
|
201
|
-
- **
|
202
|
+
- **Talk2Scholars**: Interface for exploring articles
|
202
203
|
|
203
204
|
We’re excited to bring AIAgents4Pharma to the bioinformatics and pharmaceutical research community. Together, let’s make data-driven biological research more accessible and insightful.
|
204
205
|
|
@@ -1,11 +1,10 @@
|
|
1
1
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml)
|
2
2
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml)
|
3
3
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml)
|
4
|
-
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml)
|
5
5
|

|
6
6
|

|
7
7
|
|
8
|
-
|
9
8
|
<h1 align="center" style="border-bottom: none;">🤖 AIAgents4Pharma</h1>
|
10
9
|
|
11
10
|
Welcome to **AIAgents4Pharma** – an open-source project by [Team VPE](https://github.com/VirtualPatientEngine) that brings together AI-driven tools to help researchers and pharma interact seamlessly with complex biological data.
|
@@ -15,7 +14,7 @@ Our toolkit currently consists of three intelligent agents, each designed to sim
|
|
15
14
|
- **Talk2BioModels**: Engage directly with mathematical models in systems biology.
|
16
15
|
- **Talk2Cells** _(Work in progress)_: Query and analyze sequencing data with ease.
|
17
16
|
- **Talk2KnowledgeGraphs** _(Work in progress)_: Access and explore complex biological knowledge graphs for insightful data connections.
|
18
|
-
- **
|
17
|
+
- **Talk2Scholars** _(Coming soon)_: Get recommendations for articles related to your choice. Download, query, and write/retrieve them to your reference manager (currently supporting Zotero).
|
19
18
|
|
20
19
|
---
|
21
20
|
|
@@ -38,7 +37,9 @@ Our toolkit currently consists of three intelligent agents, each designed to sim
|
|
38
37
|
|
39
38
|
**Talk2KnowledgeGraphs** is an agent designed to enable interaction with biological knowledge graphs (KGs). KGs integrate vast amounts of structured biological data into a format that highlights relationships between entities, such as proteins, genes, and diseases.
|
40
39
|
|
41
|
-
### 4.
|
40
|
+
### 4. Talk2Scholars _(Work in Progress)_
|
41
|
+
|
42
|
+
Talk2Scholars is an AI-powered hierarchical agent system designed to revolutionize academic paper search and analysis. Through intelligent conversation, users can discover, analyze, and receive recommendations for academic papers using state-of-the-art natural language processing.
|
42
43
|
|
43
44
|
## Getting Started
|
44
45
|
|
@@ -149,7 +150,7 @@ Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|
149
150
|
- **User Interface**: Interactive web UI for all agents.
|
150
151
|
- **Talk2Cells**: Integration of sequencing data analysis tools.
|
151
152
|
- **Talk2KnowledgeGraphs**: Interface for biological knowledge graph interaction.
|
152
|
-
- **
|
153
|
+
- **Talk2Scholars**: Interface for exploring articles
|
153
154
|
|
154
155
|
We’re excited to bring AIAgents4Pharma to the bioinformatics and pharmaceutical research community. Together, let’s make data-driven biological research more accessible and insightful.
|
155
156
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env python3
|
2
2
|
|
3
3
|
"""
|
4
|
-
Main agent for the
|
4
|
+
Main agent for the talk2scholars app.
|
5
5
|
"""
|
6
6
|
|
7
7
|
import logging
|
@@ -15,7 +15,7 @@ from langgraph.graph import END, START, StateGraph
|
|
15
15
|
from langgraph.types import Command
|
16
16
|
from ..agents import s2_agent
|
17
17
|
from ..config.config import config
|
18
|
-
from ..state.
|
18
|
+
from ..state.state_talk2scholars import Talk2Scholars
|
19
19
|
|
20
20
|
logging.basicConfig(level=logging.INFO)
|
21
21
|
logger = logging.getLogger(__name__)
|
@@ -34,12 +34,12 @@ def make_supervisor_node(llm: BaseChatModel) -> str:
|
|
34
34
|
"""
|
35
35
|
# options = ["FINISH", "s2_agent"]
|
36
36
|
|
37
|
-
def supervisor_node(state:
|
37
|
+
def supervisor_node(state: Talk2Scholars) -> Command[Literal["s2_agent", "__end__"]]:
|
38
38
|
"""
|
39
39
|
Supervisor node that routes to appropriate sub-agents.
|
40
40
|
|
41
41
|
Args:
|
42
|
-
state (
|
42
|
+
state (Talk2Scholars): The current state of the conversation.
|
43
43
|
|
44
44
|
Returns:
|
45
45
|
Command[Literal["s2_agent", "__end__"]]: The command to execute next.
|
@@ -91,12 +91,12 @@ def get_app(thread_id: str, llm_model ='gpt-4o-mini') -> StateGraph:
|
|
91
91
|
Returns:
|
92
92
|
The compiled langraph app.
|
93
93
|
"""
|
94
|
-
def call_s2_agent(state:
|
94
|
+
def call_s2_agent(state: Talk2Scholars) -> Command[Literal["__end__"]]:
|
95
95
|
"""
|
96
96
|
Node for calling the S2 agent.
|
97
97
|
|
98
98
|
Args:
|
99
|
-
state (
|
99
|
+
state (Talk2Scholars): The current state of the conversation.
|
100
100
|
|
101
101
|
Returns:
|
102
102
|
Command[Literal["__end__"]]: The command to execute next.
|
@@ -115,7 +115,7 @@ def get_app(thread_id: str, llm_model ='gpt-4o-mini') -> StateGraph:
|
|
115
115
|
},
|
116
116
|
)
|
117
117
|
llm = ChatOpenAI(model=llm_model, temperature=0)
|
118
|
-
workflow = StateGraph(
|
118
|
+
workflow = StateGraph(Talk2Scholars)
|
119
119
|
|
120
120
|
supervisor = make_supervisor_node(llm)
|
121
121
|
workflow.add_node("supervisor", supervisor)
|
@@ -11,7 +11,7 @@ from langgraph.graph import START, StateGraph
|
|
11
11
|
from langgraph.prebuilt import create_react_agent
|
12
12
|
from langgraph.checkpoint.memory import MemorySaver
|
13
13
|
from ..config.config import config
|
14
|
-
from ..state.
|
14
|
+
from ..state.state_talk2scholars import Talk2Scholars
|
15
15
|
# from ..tools.s2 import s2_tools
|
16
16
|
from ..tools.s2.search import search_tool
|
17
17
|
from ..tools.s2.display_results import display_results
|
@@ -28,7 +28,7 @@ def get_app(uniq_id, llm_model='gpt-4o-mini'):
|
|
28
28
|
'''
|
29
29
|
This function returns the langraph app.
|
30
30
|
'''
|
31
|
-
def agent_s2_node(state:
|
31
|
+
def agent_s2_node(state: Talk2Scholars):
|
32
32
|
'''
|
33
33
|
This function calls the model.
|
34
34
|
'''
|
@@ -47,13 +47,13 @@ def get_app(uniq_id, llm_model='gpt-4o-mini'):
|
|
47
47
|
model = create_react_agent(
|
48
48
|
llm,
|
49
49
|
tools=tools,
|
50
|
-
state_schema=
|
50
|
+
state_schema=Talk2Scholars,
|
51
51
|
state_modifier=config.S2_AGENT_PROMPT,
|
52
52
|
checkpointer=MemorySaver()
|
53
53
|
)
|
54
54
|
|
55
55
|
# Define a new graph
|
56
|
-
workflow = StateGraph(
|
56
|
+
workflow = StateGraph(Talk2Scholars)
|
57
57
|
|
58
58
|
# Define the two nodes we will cycle between
|
59
59
|
workflow.add_node("agent_s2", agent_s2_node)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
"""
|
2
|
-
This is the state file for the
|
2
|
+
This is the state file for the talk2scholars agent.
|
3
3
|
"""
|
4
4
|
|
5
5
|
import logging
|
@@ -19,9 +19,9 @@ def replace_dict(existing: Dict[str, Any], new: Dict[str, Any]) -> Dict[str, Any
|
|
19
19
|
return new
|
20
20
|
|
21
21
|
|
22
|
-
class
|
22
|
+
class Talk2Scholars(AgentState):
|
23
23
|
"""
|
24
|
-
The state for the
|
24
|
+
The state for the talk2scholars agent, inheriting from AgentState.
|
25
25
|
"""
|
26
26
|
|
27
27
|
papers: Annotated[Dict[str, Any], replace_dict] # Changed from List to Dict
|
@@ -1,5 +1,5 @@
|
|
1
1
|
"""
|
2
|
-
Unit and integration tests for
|
2
|
+
Unit and integration tests for Talk2Scholars system.
|
3
3
|
Each test focuses on a single, specific functionality.
|
4
4
|
Tests are deterministic and independent of each other.
|
5
5
|
"""
|
@@ -10,7 +10,7 @@ import pytest
|
|
10
10
|
from langchain_core.messages import AIMessage, HumanMessage
|
11
11
|
|
12
12
|
from ..agents.main_agent import get_app, make_supervisor_node
|
13
|
-
from ..state.
|
13
|
+
from ..state.state_talk2scholars import replace_dict
|
14
14
|
from ..tools.s2.display_results import display_results
|
15
15
|
from ..tools.s2.multi_paper_rec import get_multi_paper_recommendations
|
16
16
|
from ..tools.s2.search import search_tool
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: aiagents4pharma
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.16.0
|
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
|
@@ -50,11 +50,10 @@ Requires-Dist: streamlit-feedback
|
|
50
50
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml)
|
51
51
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml)
|
52
52
|
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml)
|
53
|
-
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml)
|
54
54
|

|
55
55
|

|
56
56
|
|
57
|
-
|
58
57
|
<h1 align="center" style="border-bottom: none;">🤖 AIAgents4Pharma</h1>
|
59
58
|
|
60
59
|
Welcome to **AIAgents4Pharma** – an open-source project by [Team VPE](https://github.com/VirtualPatientEngine) that brings together AI-driven tools to help researchers and pharma interact seamlessly with complex biological data.
|
@@ -64,7 +63,7 @@ Our toolkit currently consists of three intelligent agents, each designed to sim
|
|
64
63
|
- **Talk2BioModels**: Engage directly with mathematical models in systems biology.
|
65
64
|
- **Talk2Cells** _(Work in progress)_: Query and analyze sequencing data with ease.
|
66
65
|
- **Talk2KnowledgeGraphs** _(Work in progress)_: Access and explore complex biological knowledge graphs for insightful data connections.
|
67
|
-
- **
|
66
|
+
- **Talk2Scholars** _(Coming soon)_: Get recommendations for articles related to your choice. Download, query, and write/retrieve them to your reference manager (currently supporting Zotero).
|
68
67
|
|
69
68
|
---
|
70
69
|
|
@@ -87,7 +86,9 @@ Our toolkit currently consists of three intelligent agents, each designed to sim
|
|
87
86
|
|
88
87
|
**Talk2KnowledgeGraphs** is an agent designed to enable interaction with biological knowledge graphs (KGs). KGs integrate vast amounts of structured biological data into a format that highlights relationships between entities, such as proteins, genes, and diseases.
|
89
88
|
|
90
|
-
### 4.
|
89
|
+
### 4. Talk2Scholars _(Work in Progress)_
|
90
|
+
|
91
|
+
Talk2Scholars is an AI-powered hierarchical agent system designed to revolutionize academic paper search and analysis. Through intelligent conversation, users can discover, analyze, and receive recommendations for academic papers using state-of-the-art natural language processing.
|
91
92
|
|
92
93
|
## Getting Started
|
93
94
|
|
@@ -198,7 +199,7 @@ Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|
198
199
|
- **User Interface**: Interactive web UI for all agents.
|
199
200
|
- **Talk2Cells**: Integration of sequencing data analysis tools.
|
200
201
|
- **Talk2KnowledgeGraphs**: Interface for biological knowledge graph interaction.
|
201
|
-
- **
|
202
|
+
- **Talk2Scholars**: Interface for exploring articles
|
202
203
|
|
203
204
|
We’re excited to bring AIAgents4Pharma to the bioinformatics and pharmaceutical research community. Together, let’s make data-driven biological research more accessible and insightful.
|
204
205
|
|
@@ -66,22 +66,6 @@ aiagents4pharma/talk2cells/tools/__init__.py
|
|
66
66
|
aiagents4pharma/talk2cells/tools/scp_agent/__init__.py
|
67
67
|
aiagents4pharma/talk2cells/tools/scp_agent/display_studies.py
|
68
68
|
aiagents4pharma/talk2cells/tools/scp_agent/search_studies.py
|
69
|
-
aiagents4pharma/talk2competitors/__init__.py
|
70
|
-
aiagents4pharma/talk2competitors/agents/__init__.py
|
71
|
-
aiagents4pharma/talk2competitors/agents/main_agent.py
|
72
|
-
aiagents4pharma/talk2competitors/agents/s2_agent.py
|
73
|
-
aiagents4pharma/talk2competitors/config/__init__.py
|
74
|
-
aiagents4pharma/talk2competitors/config/config.py
|
75
|
-
aiagents4pharma/talk2competitors/state/__init__.py
|
76
|
-
aiagents4pharma/talk2competitors/state/state_talk2competitors.py
|
77
|
-
aiagents4pharma/talk2competitors/tests/__init__.py
|
78
|
-
aiagents4pharma/talk2competitors/tests/test_langgraph.py
|
79
|
-
aiagents4pharma/talk2competitors/tools/__init__.py
|
80
|
-
aiagents4pharma/talk2competitors/tools/s2/__init__.py
|
81
|
-
aiagents4pharma/talk2competitors/tools/s2/display_results.py
|
82
|
-
aiagents4pharma/talk2competitors/tools/s2/multi_paper_rec.py
|
83
|
-
aiagents4pharma/talk2competitors/tools/s2/search.py
|
84
|
-
aiagents4pharma/talk2competitors/tools/s2/single_paper_rec.py
|
85
69
|
aiagents4pharma/talk2knowledgegraphs/__init__.py
|
86
70
|
aiagents4pharma/talk2knowledgegraphs/datasets/__init__.py
|
87
71
|
aiagents4pharma/talk2knowledgegraphs/datasets/biobridge_primekg.py
|
@@ -106,4 +90,20 @@ aiagents4pharma/talk2knowledgegraphs/utils/embeddings/huggingface.py
|
|
106
90
|
aiagents4pharma/talk2knowledgegraphs/utils/embeddings/sentence_transformer.py
|
107
91
|
aiagents4pharma/talk2knowledgegraphs/utils/enrichments/__init__.py
|
108
92
|
aiagents4pharma/talk2knowledgegraphs/utils/enrichments/enrichments.py
|
109
|
-
aiagents4pharma/talk2knowledgegraphs/utils/enrichments/ollama.py
|
93
|
+
aiagents4pharma/talk2knowledgegraphs/utils/enrichments/ollama.py
|
94
|
+
aiagents4pharma/talk2scholars/__init__.py
|
95
|
+
aiagents4pharma/talk2scholars/agents/__init__.py
|
96
|
+
aiagents4pharma/talk2scholars/agents/main_agent.py
|
97
|
+
aiagents4pharma/talk2scholars/agents/s2_agent.py
|
98
|
+
aiagents4pharma/talk2scholars/config/__init__.py
|
99
|
+
aiagents4pharma/talk2scholars/config/config.py
|
100
|
+
aiagents4pharma/talk2scholars/state/__init__.py
|
101
|
+
aiagents4pharma/talk2scholars/state/state_talk2scholars.py
|
102
|
+
aiagents4pharma/talk2scholars/tests/__init__.py
|
103
|
+
aiagents4pharma/talk2scholars/tests/test_langgraph.py
|
104
|
+
aiagents4pharma/talk2scholars/tools/__init__.py
|
105
|
+
aiagents4pharma/talk2scholars/tools/s2/__init__.py
|
106
|
+
aiagents4pharma/talk2scholars/tools/s2/display_results.py
|
107
|
+
aiagents4pharma/talk2scholars/tools/s2/multi_paper_rec.py
|
108
|
+
aiagents4pharma/talk2scholars/tools/s2/search.py
|
109
|
+
aiagents4pharma/talk2scholars/tools/s2/single_paper_rec.py
|
@@ -0,0 +1 @@
|
|
1
|
+
v1.16.0
|
@@ -1 +0,0 @@
|
|
1
|
-
v1.15.2
|
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/configs/talk2biomodels/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/__init__.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/agents/__init__.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/agents/t2b_agent.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/api/__init__.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/api/kegg.py
RENAMED
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/api/uniprot.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/models/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/states/__init__.py
RENAMED
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/__init__.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tests/test_api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2biomodels/tools/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/agents/__init__.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/agents/scp_agent.py
RENAMED
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/states/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2cells/tools/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma/talk2knowledgegraphs/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{aiagents4pharma-1.15.2 → aiagents4pharma-1.16.0}/aiagents4pharma.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|