aiagents4pharma 1.39.2__py3-none-any.whl → 1.39.4__py3-none-any.whl
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/talk2biomodels/configs/tools/get_annotation/default.yaml +3 -1
- {aiagents4pharma-1.39.2.dist-info → aiagents4pharma-1.39.4.dist-info}/METADATA +14 -13
- {aiagents4pharma-1.39.2.dist-info → aiagents4pharma-1.39.4.dist-info}/RECORD +6 -6
- {aiagents4pharma-1.39.2.dist-info → aiagents4pharma-1.39.4.dist-info}/WHEEL +0 -0
- {aiagents4pharma-1.39.2.dist-info → aiagents4pharma-1.39.4.dist-info}/licenses/LICENSE +0 -0
- {aiagents4pharma-1.39.2.dist-info → aiagents4pharma-1.39.4.dist-info}/top_level.txt +0 -0
@@ -3,4 +3,6 @@ prompt: >
|
|
3
3
|
Given the user question, extract the relevant species names.
|
4
4
|
If the user aks for a specific species, extract that species.
|
5
5
|
If none of the species match the user question, return None.
|
6
|
-
If the user asks for all species, return all species.
|
6
|
+
If the user asks for all species, return all species.
|
7
|
+
If the user does not specify any species or simpley asks for
|
8
|
+
model annotations, return all species.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: aiagents4pharma
|
3
|
-
Version: 1.39.
|
3
|
+
Version: 1.39.4
|
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
|
@@ -114,18 +114,19 @@ _We now have all the agents available on Docker Hub._
|
|
114
114
|
|
115
115
|
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.
|
116
116
|
|
117
|
-
##### **1.
|
117
|
+
##### **1. Download docker-compose.yml, .env.example and startup.sh from GitHub**
|
118
118
|
|
119
|
-
|
120
|
-
git clone https://github.com/VirtualPatientEngine/AIAgents4Pharma
|
119
|
+
###### Talk2Agents4Pharma
|
121
120
|
|
122
|
-
|
121
|
+
```sh
|
122
|
+
mkdir talk2aiagents4pharma && cd talk2aiagents4pharma && wget https://raw.githubusercontent.com/VirtualPatientEngine/AIAgents4Pharma/main/aiagents4pharma/talk2aiagents4pharma/docker-compose.yml https://raw.githubusercontent.com/VirtualPatientEngine/AIAgents4Pharma/main/aiagents4pharma/talk2aiagents4pharma/.env.example https://raw.githubusercontent.com/VirtualPatientEngine/AIAgents4Pharma/main/aiagents4pharma/talk2aiagents4pharma/startup.sh
|
123
123
|
```
|
124
124
|
|
125
|
-
|
125
|
+
###### Talk2KnowledgeGraphs
|
126
126
|
|
127
|
-
|
128
|
-
-
|
127
|
+
```sh
|
128
|
+
mkdir talk2knowledgegraphs && cd talk2knowledgegraphs && wget https://raw.githubusercontent.com/VirtualPatientEngine/AIAgents4Pharma/main/aiagents4pharma/talk2knowledgegraphs/docker-compose.yml https://raw.githubusercontent.com/VirtualPatientEngine/AIAgents4Pharma/main/aiagents4pharma/talk2knowledgegraphs/.env.example https://raw.githubusercontent.com/VirtualPatientEngine/AIAgents4Pharma/main/aiagents4pharma/talk2knowledgegraphs/startup.sh
|
129
|
+
```
|
129
130
|
|
130
131
|
##### **2. Setup environment variables**
|
131
132
|
|
@@ -209,8 +210,7 @@ If you are using docker on Windows, please follow these [Windows Setup Notes](ht
|
|
209
210
|
1. **Clone the repository:**
|
210
211
|
|
211
212
|
```sh
|
212
|
-
git clone https://github.com/VirtualPatientEngine/AIAgents4Pharma
|
213
|
-
cd AIAgents4Pharma
|
213
|
+
git clone https://github.com/VirtualPatientEngine/AIAgents4Pharma && cd AIAgents4Pharma
|
214
214
|
```
|
215
215
|
|
216
216
|
2. **Install dependencies:**
|
@@ -321,9 +321,10 @@ git push origin feat/your-feature-name
|
|
321
321
|
|
322
322
|
#### Contacts for contributions
|
323
323
|
|
324
|
-
- **Talk2Biomodels
|
325
|
-
- **
|
326
|
-
- **
|
324
|
+
- **Talk2Biomodels**: [@lilijap](https://github.com/lilijap), [@gurdeep330](https://github.com/gurdeep330)
|
325
|
+
- **Talk2Cells**: [@gurdeep330](https://github.com/gurdeep330)
|
326
|
+
- **Talk2KnowledgeGraphs**: [@awmulyadi](https://github.com/awmulyadi)
|
327
|
+
- **Talk2Scholars**: [@ansh-info](https://github.com/ansh-info), [@gurdeep330](https://github.com/gurdeep330)
|
327
328
|
|
328
329
|
Please refer to our [CONTRIBUTING.md](CONTRIBUTING.md) for more detailed contribution guidelines.
|
329
330
|
|
@@ -28,7 +28,7 @@ aiagents4pharma/talk2biomodels/configs/tools/ask_question/default.yaml,sha256=7k
|
|
28
28
|
aiagents4pharma/talk2biomodels/configs/tools/custom_plotter/__init__.py,sha256=-fAORvyFmG2iSvFOFDixmt9OTQRR58y89uhhu2EgbA8,46
|
29
29
|
aiagents4pharma/talk2biomodels/configs/tools/custom_plotter/default.yaml,sha256=14Aic9IDr1eOyeLo_YGMwZL40CYsgqOXix2j9ucB4EA,464
|
30
30
|
aiagents4pharma/talk2biomodels/configs/tools/get_annotation/__init__.py,sha256=-fAORvyFmG2iSvFOFDixmt9OTQRR58y89uhhu2EgbA8,46
|
31
|
-
aiagents4pharma/talk2biomodels/configs/tools/get_annotation/default.yaml,sha256=
|
31
|
+
aiagents4pharma/talk2biomodels/configs/tools/get_annotation/default.yaml,sha256=Dx6afMdafUEZjN4LWEFQWkjXHw7DChSpQeb_wlQXRUo,408
|
32
32
|
aiagents4pharma/talk2biomodels/models/__init__.py,sha256=5fTHHm3PVloYPNKXbgNlcPgv3-u28ZquxGydFYDfhJA,122
|
33
33
|
aiagents4pharma/talk2biomodels/models/basico_model.py,sha256=4LjeHKGcXsdm1gFxs9SGVNDerajZ7REvCeNch0s2pDg,5242
|
34
34
|
aiagents4pharma/talk2biomodels/models/sys_bio_model.py,sha256=JeoiGQAvQABHnG0wKR2XBmmxqQdtgO6kxaLDUTUmr1s,2001
|
@@ -251,8 +251,8 @@ aiagents4pharma/talk2scholars/tools/zotero/utils/review_helper.py,sha256=IPD1V9y
|
|
251
251
|
aiagents4pharma/talk2scholars/tools/zotero/utils/write_helper.py,sha256=ALwLecy1QVebbsmXJiDj1GhGmyhq2R2tZlAyEl1vfhw,7410
|
252
252
|
aiagents4pharma/talk2scholars/tools/zotero/utils/zotero_path.py,sha256=oIrfbOySgts50ksHKyjcWjRkPRIS88g3Lc0v9mBkU8w,6375
|
253
253
|
aiagents4pharma/talk2scholars/tools/zotero/utils/zotero_pdf_downloader.py,sha256=ERBha8afU6Q1EaRBe9qB8tchOzZ4_KfFgDW6EElOJoU,4816
|
254
|
-
aiagents4pharma-1.39.
|
255
|
-
aiagents4pharma-1.39.
|
256
|
-
aiagents4pharma-1.39.
|
257
|
-
aiagents4pharma-1.39.
|
258
|
-
aiagents4pharma-1.39.
|
254
|
+
aiagents4pharma-1.39.4.dist-info/licenses/LICENSE,sha256=IcIbyB1Hyk5ZDah03VNQvJkbNk2hkBCDqQ8qtnCvB4Q,1077
|
255
|
+
aiagents4pharma-1.39.4.dist-info/METADATA,sha256=0vzjxCMHm4xhDVEZoMhq68SJBox2dvrEV8GEJNcLvLY,15462
|
256
|
+
aiagents4pharma-1.39.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
257
|
+
aiagents4pharma-1.39.4.dist-info/top_level.txt,sha256=-AH8rMmrSnJtq7HaAObS78UU-cTCwvX660dSxeM7a0A,16
|
258
|
+
aiagents4pharma-1.39.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|