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.
- aiagents4pharma-1.31.0/PKG-INFO +362 -0
- aiagents4pharma-1.31.0/README.md +296 -0
- aiagents4pharma-1.31.0/aiagents4pharma.egg-info/PKG-INFO +362 -0
- aiagents4pharma-1.31.0/release_version.txt +1 -0
- aiagents4pharma-1.30.3/PKG-INFO +0 -334
- aiagents4pharma-1.30.3/README.md +0 -268
- aiagents4pharma-1.30.3/aiagents4pharma.egg-info/PKG-INFO +0 -334
- aiagents4pharma-1.30.3/release_version.txt +0 -1
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/LICENSE +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/agents/main_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/agents/main_agent/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/configs/config.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/states/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/states/state_talk2aiagents4pharma.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/tests/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2aiagents4pharma/tests/test_main_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/agents/t2b_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/kegg.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/ols.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/api/uniprot.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/agents/t2b_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/agents/t2b_agent/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/config.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/ask_question/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/ask_question/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/custom_plotter/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/custom_plotter/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/get_annotation/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/configs/tools/get_annotation/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/models/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/models/basico_model.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/models/sys_bio_model.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/states/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/states/state_talk2biomodels.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_api.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_ask_question.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_basico_model.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_get_annotation.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_getmodelinfo.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_integration.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_load_biomodel.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_param_scan.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_query_article.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_search_models.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_simulate_model.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_steady_state.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tests/test_sys_bio_model.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/ask_question.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/custom_plotter.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/get_annotation.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/get_modelinfo.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/load_arguments.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/load_biomodel.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/parameter_scan.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/query_article.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/search_models.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/simulate_model.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/steady_state.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2biomodels/tools/utils.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/agents/scp_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/states/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/states/state_talk2cells.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tests/scp_agent/test_scp_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/scp_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/scp_agent/display_studies.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2cells/tools/scp_agent/search_studies.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/agents/t2kg_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/agents/t2kg_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/agents/t2kg_agent/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/app/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/app/frontend/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/app/frontend/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/config.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/graphrag_reasoning/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/graphrag_reasoning/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_extraction/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_extraction/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_summarization/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/configs/tools/subgraph_summarization/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/biobridge_primekg.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/dataset.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/primekg.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/datasets/starkqa_primekg.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/states/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/states/state_talk2knowledgegraphs.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_agents_t2kg_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_biobridge_primekg.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_dataset.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_primekg.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_datasets_starkqa_primekg.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_tools_graphrag_reasoning.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_tools_subgraph_extraction.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_tools_subgraph_summarization.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_embeddings.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_huggingface.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_nim_molmim.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_ollama.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_embeddings_sentencetransformer.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_enrichments.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_ollama.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_enrichments_pubchem.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_kg_utils.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tests/test_utils_pubchem_utils.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/graphrag_reasoning.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/load_arguments.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/subgraph_extraction.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/tools/subgraph_summarization.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/embeddings.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/huggingface.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/nim_molmim.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/ollama.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/embeddings/sentence_transformer.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/enrichments.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/ollama.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/enrichments/pubchem_strings.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/extractions/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/extractions/pcst.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/kg_utils.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2knowledgegraphs/utils/pubchem_utils.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/main_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/paper_download_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/pdf_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/s2_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/agents/zotero_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/main_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/main_agent/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/paper_download_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/pdf_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/s2_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/s2_agent/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/zotero_agent/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/agents/talk2scholars/zotero_agent/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/app/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/app/frontend/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/app/frontend/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/config.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/download_arxiv_paper/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/multi_paper_recommendation/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/multi_paper_recommendation/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/question_and_answer/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/retrieve_semantic_scholar_paper_id/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/retrieve_semantic_scholar_paper_id/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/search/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/search/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/single_paper_recommendation/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/single_paper_recommendation/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_read/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_read/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_write/__inti__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/configs/tools/zotero_write/default.yaml +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/state/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/state/state_talk2scholars.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_llm_main_integration.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_main_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_paper_download_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_paper_download_tools.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_pdf_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_question_and_answer_tool.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_routing_logic.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_display.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_multi.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_query.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_retrieve.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_search.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_s2_single.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_state.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_agent.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_human_in_the_loop.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_path.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_read.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tests/test_zotero_write.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/abstract_downloader.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/arxiv_downloader.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/paper_download/download_arxiv_input.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/pdf/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/pdf/question_and_answer.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/display_results.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/multi_paper_rec.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/query_results.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/retrieve_semantic_scholar_paper_id.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/search.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/single_paper_rec.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/multi_helper.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/search_helper.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/s2/utils/single_helper.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/__init__.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/read_helper.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/write_helper.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/utils/zotero_path.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/zotero_read.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/zotero_review.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma/talk2scholars/tools/zotero/zotero_write.py +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/SOURCES.txt +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/dependency_links.txt +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/requires.txt +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/aiagents4pharma.egg-info/top_level.txt +0 -0
- {aiagents4pharma-1.30.3 → aiagents4pharma-1.31.0}/pyproject.toml +0 -0
- {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
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml)
|
68
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml)
|
69
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml)
|
70
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml)
|
71
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2aiagents4pharma.yml)
|
72
|
+

|
73
|
+

|
74
|
+

|
75
|
+

|
76
|
+

|
77
|
+

|
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
|
+

|
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
|
+

|
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
|
+

|
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
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2biomodels.yml)
|
2
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2cells.yml)
|
3
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2knowledgegraphs.yml)
|
4
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2scholars.yml)
|
5
|
+
[](https://github.com/VirtualPatientEngine/AIAgents4Pharma/actions/workflows/tests_talk2aiagents4pharma.yml)
|
6
|
+

|
7
|
+

|
8
|
+

|
9
|
+

|
10
|
+

|
11
|
+

|
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
|
+

|
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
|
+

|
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
|
+

|
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`
|