aiagents4pharma 1.20.0__py3-none-any.whl → 1.20.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- aiagents4pharma/talk2biomodels/configs/config.yaml +5 -0
- {aiagents4pharma-1.20.0.dist-info → aiagents4pharma-1.20.1.dist-info}/METADATA +2 -2
- {aiagents4pharma-1.20.0.dist-info → aiagents4pharma-1.20.1.dist-info}/RECORD +6 -5
- {aiagents4pharma-1.20.0.dist-info → aiagents4pharma-1.20.1.dist-info}/LICENSE +0 -0
- {aiagents4pharma-1.20.0.dist-info → aiagents4pharma-1.20.1.dist-info}/WHEEL +0 -0
- {aiagents4pharma-1.20.0.dist-info → aiagents4pharma-1.20.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: aiagents4pharma
|
3
|
-
Version: 1.20.
|
3
|
+
Version: 1.20.1
|
4
4
|
Summary: AI Agents for drug discovery, drug development, and other pharmaceutical R&D.
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -110,7 +110,7 @@ free credits [here](https://build.nvidia.com/explore/discover)._
|
|
110
110
|
```
|
111
111
|
2. **Install dependencies:**
|
112
112
|
```bash
|
113
|
-
pip install .
|
113
|
+
pip install -r requirements.txt
|
114
114
|
```
|
115
115
|
3. **Initialize OPENAI_API_KEY and NVIDIA_API_KEY**
|
116
116
|
```bash
|
@@ -7,6 +7,7 @@ aiagents4pharma/talk2biomodels/api/kegg.py,sha256=QzYDAfJ16E7tbHGxP8ZNWRizMkMRS_
|
|
7
7
|
aiagents4pharma/talk2biomodels/api/ols.py,sha256=qq0Qy-gJDxanQW-HfCChDsTQsY1M41ua8hMlTnfuzrA,2202
|
8
8
|
aiagents4pharma/talk2biomodels/api/uniprot.py,sha256=aPUAVBR7UYXDuuhDpKezAK2aTMzo-NxFYFq6C0W5u6U,1175
|
9
9
|
aiagents4pharma/talk2biomodels/configs/__init__.py,sha256=safyFKhkd5Wlirl9dMZIHWDLTpY2oLw9wjIM7ZtLIHk,88
|
10
|
+
aiagents4pharma/talk2biomodels/configs/config.yaml,sha256=X0CMsnx6hHNvV04wsENQSGXadx0aKIy6mziSopVUdZI,116
|
10
11
|
aiagents4pharma/talk2biomodels/configs/agents/__init__.py,sha256=_ZoG8snICK2bidWtc2KOGs738LWg9_r66V9mOMnEb-E,71
|
11
12
|
aiagents4pharma/talk2biomodels/configs/agents/t2b_agent/__init__.py,sha256=-fAORvyFmG2iSvFOFDixmt9OTQRR58y89uhhu2EgbA8,46
|
12
13
|
aiagents4pharma/talk2biomodels/configs/agents/t2b_agent/default.yaml,sha256=pSViMKwKyMQDm8LzbfIaGdxph73iHYaXMiv5YOuxM7k,536
|
@@ -148,8 +149,8 @@ aiagents4pharma/talk2scholars/tools/s2/display_results.py,sha256=Aap3P-9i80TDark
|
|
148
149
|
aiagents4pharma/talk2scholars/tools/s2/multi_paper_rec.py,sha256=7GrMaZ15zLSmBvmek9NCATM4-O6BXuxa5Pwd9qJ6ygU,3887
|
149
150
|
aiagents4pharma/talk2scholars/tools/s2/search.py,sha256=fF8i2s8ikF0qdM_c7KSAQvguG9Hjq0s2bPvoyLdx5wA,3311
|
150
151
|
aiagents4pharma/talk2scholars/tools/s2/single_paper_rec.py,sha256=Z3NQgf3hHcPSisYJnbEErsyGFZPgad8CdaWe4XxiOgs,3978
|
151
|
-
aiagents4pharma-1.20.
|
152
|
-
aiagents4pharma-1.20.
|
153
|
-
aiagents4pharma-1.20.
|
154
|
-
aiagents4pharma-1.20.
|
155
|
-
aiagents4pharma-1.20.
|
152
|
+
aiagents4pharma-1.20.1.dist-info/LICENSE,sha256=IcIbyB1Hyk5ZDah03VNQvJkbNk2hkBCDqQ8qtnCvB4Q,1077
|
153
|
+
aiagents4pharma-1.20.1.dist-info/METADATA,sha256=b9jMg2iAMjZ0xAGOF-qrttUhkcPNqV3nyMRWgQUib6M,7757
|
154
|
+
aiagents4pharma-1.20.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
155
|
+
aiagents4pharma-1.20.1.dist-info/top_level.txt,sha256=-AH8rMmrSnJtq7HaAObS78UU-cTCwvX660dSxeM7a0A,16
|
156
|
+
aiagents4pharma-1.20.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|