aiagents4pharma 1.24.0__py3-none-any.whl → 1.24.1__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/agents/t2b_agent.py +2 -1
- aiagents4pharma/talk2knowledgegraphs/agents/t2kg_agent.py +2 -1
- {aiagents4pharma-1.24.0.dist-info → aiagents4pharma-1.24.1.dist-info}/METADATA +2 -2
- {aiagents4pharma-1.24.0.dist-info → aiagents4pharma-1.24.1.dist-info}/RECORD +7 -7
- {aiagents4pharma-1.24.0.dist-info → aiagents4pharma-1.24.1.dist-info}/LICENSE +0 -0
- {aiagents4pharma-1.24.0.dist-info → aiagents4pharma-1.24.1.dist-info}/WHEEL +0 -0
- {aiagents4pharma-1.24.0.dist-info → aiagents4pharma-1.24.1.dist-info}/top_level.txt +0 -0
@@ -87,7 +87,8 @@ def get_app(uniq_id,
|
|
87
87
|
# meaning you can use it as you would any other runnable.
|
88
88
|
# Note that we're (optionally) passing the memory
|
89
89
|
# when compiling the graph
|
90
|
-
app = workflow.compile(checkpointer=checkpointer
|
90
|
+
app = workflow.compile(checkpointer=checkpointer,
|
91
|
+
name="T2B_Agent")
|
91
92
|
logger.log(logging.INFO,
|
92
93
|
"Compiled the graph with thread_id %s and llm_model %s",
|
93
94
|
uniq_id,
|
@@ -76,7 +76,8 @@ def get_app(uniq_id, llm_model: BaseChatModel=ChatOllama(model='llama3.2:1b', te
|
|
76
76
|
# meaning you can use it as you would any other runnable.
|
77
77
|
# Note that we're (optionally) passing the memory
|
78
78
|
# when compiling the graph
|
79
|
-
app = workflow.compile(checkpointer=checkpointer
|
79
|
+
app = workflow.compile(checkpointer=checkpointer,
|
80
|
+
name="T2KG_Agent")
|
80
81
|
logger.log(logging.INFO,
|
81
82
|
"Compiled the graph with thread_id %s and llm_model %s",
|
82
83
|
uniq_id,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: aiagents4pharma
|
3
|
-
Version: 1.24.
|
3
|
+
Version: 1.24.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
|
@@ -23,7 +23,7 @@ Requires-Dist: langchain-experimental==0.3.3
|
|
23
23
|
Requires-Dist: langchain-nvidia-ai-endpoints==0.3.9
|
24
24
|
Requires-Dist: langchain-openai==0.2.5
|
25
25
|
Requires-Dist: langchain_ollama==0.2.3
|
26
|
-
Requires-Dist:
|
26
|
+
Requires-Dist: langgraph_supervisor==0.0.4
|
27
27
|
Requires-Dist: matplotlib==3.9.2
|
28
28
|
Requires-Dist: openai==1.59.4
|
29
29
|
Requires-Dist: ollama==0.4.7
|
@@ -1,7 +1,7 @@
|
|
1
1
|
aiagents4pharma/__init__.py,sha256=Ua9fqYW5gV1SZ0nOyOMd4T3wTlBui1-mrlJzFUQLFgY,161
|
2
2
|
aiagents4pharma/talk2biomodels/__init__.py,sha256=1cq1HX2xoi_a0nDPuXYoSTrnL26OHQBW3zXNwwwjFO0,181
|
3
3
|
aiagents4pharma/talk2biomodels/agents/__init__.py,sha256=sn5-fREjMdEvb-OUan3iOqrgYGjplNx3J8hYOaW0Po8,128
|
4
|
-
aiagents4pharma/talk2biomodels/agents/t2b_agent.py,sha256=
|
4
|
+
aiagents4pharma/talk2biomodels/agents/t2b_agent.py,sha256=1NxSQbh5wbDpnap4mHwzSIjjHP1xakE2d1Pg5bHtDrE,3522
|
5
5
|
aiagents4pharma/talk2biomodels/api/__init__.py,sha256=_GmDQqDLYpsUPUeE1nBNlT5AI9oTXIcqgOfNfvmonqA,123
|
6
6
|
aiagents4pharma/talk2biomodels/api/kegg.py,sha256=QzYDAfJ16E7tbHGxP8ZNWRizMkMRS_HJuucueXEC1Gg,2943
|
7
7
|
aiagents4pharma/talk2biomodels/api/ols.py,sha256=qq0Qy-gJDxanQW-HfCChDsTQsY1M41ua8hMlTnfuzrA,2202
|
@@ -62,7 +62,7 @@ aiagents4pharma/talk2cells/tools/scp_agent/display_studies.py,sha256=6q59gh_NQai
|
|
62
62
|
aiagents4pharma/talk2cells/tools/scp_agent/search_studies.py,sha256=MLe-twtFnOu-P8P9diYq7jvHBHbWFRRCZLcfpUzqPMg,2806
|
63
63
|
aiagents4pharma/talk2knowledgegraphs/__init__.py,sha256=Z0Eo7LTiKk0STsr8VI7wkCLq7PHrK1vYlH4I1hSNLiA,165
|
64
64
|
aiagents4pharma/talk2knowledgegraphs/agents/__init__.py,sha256=iOAzuy_8A03tQDFtSBhC9dldUo62z5gfxcVtXAdLOJs,92
|
65
|
-
aiagents4pharma/talk2knowledgegraphs/agents/t2kg_agent.py,sha256=
|
65
|
+
aiagents4pharma/talk2knowledgegraphs/agents/t2kg_agent.py,sha256=GdogSyTJa0LlSWPqDWdO41EXcS-PThatblPWpuHih-M,3125
|
66
66
|
aiagents4pharma/talk2knowledgegraphs/configs/__init__.py,sha256=4_DVdpahaJ55yPl0aZotlFA_MYWLFF2cubWyKtBVI_Q,126
|
67
67
|
aiagents4pharma/talk2knowledgegraphs/configs/config.yaml,sha256=bag4w3JCSqaojG37MTksy3ZehAPe3qoVzjIN2uh3nrc,229
|
68
68
|
aiagents4pharma/talk2knowledgegraphs/configs/agents/t2kg_agent/__init__.py,sha256=-fAORvyFmG2iSvFOFDixmt9OTQRR58y89uhhu2EgbA8,46
|
@@ -175,8 +175,8 @@ aiagents4pharma/talk2scholars/tools/s2/search.py,sha256=i5KMFJWK31CjYtVT1McJpLzg
|
|
175
175
|
aiagents4pharma/talk2scholars/tools/s2/single_paper_rec.py,sha256=7PoZfcstxDThWX6NYOgxN_9M_nwgMPAALch8OmjraVY,5568
|
176
176
|
aiagents4pharma/talk2scholars/tools/zotero/__init__.py,sha256=1UW4r5ECvAwYpo1Fjf7lQPO--M8I85baYCHocFOAq4M,53
|
177
177
|
aiagents4pharma/talk2scholars/tools/zotero/zotero_read.py,sha256=NJ65fAJ4u2Zq15uvEajVOhI4QnNvyqA6FHPaEDqvMw0,4321
|
178
|
-
aiagents4pharma-1.24.
|
179
|
-
aiagents4pharma-1.24.
|
180
|
-
aiagents4pharma-1.24.
|
181
|
-
aiagents4pharma-1.24.
|
182
|
-
aiagents4pharma-1.24.
|
178
|
+
aiagents4pharma-1.24.1.dist-info/LICENSE,sha256=IcIbyB1Hyk5ZDah03VNQvJkbNk2hkBCDqQ8qtnCvB4Q,1077
|
179
|
+
aiagents4pharma-1.24.1.dist-info/METADATA,sha256=hsmiNleIyvVnsJKBT_GmqEn-oFEWuGAK46MQMNN_SlA,9484
|
180
|
+
aiagents4pharma-1.24.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
181
|
+
aiagents4pharma-1.24.1.dist-info/top_level.txt,sha256=-AH8rMmrSnJtq7HaAObS78UU-cTCwvX660dSxeM7a0A,16
|
182
|
+
aiagents4pharma-1.24.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|