aiagents4pharma 1.26.0__py3-none-any.whl → 1.26.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/talk2aiagents4pharma/agents/main_agent.py +6 -5
- {aiagents4pharma-1.26.0.dist-info → aiagents4pharma-1.26.1.dist-info}/METADATA +1 -1
- {aiagents4pharma-1.26.0.dist-info → aiagents4pharma-1.26.1.dist-info}/RECORD +6 -6
- {aiagents4pharma-1.26.0.dist-info → aiagents4pharma-1.26.1.dist-info}/LICENSE +0 -0
- {aiagents4pharma-1.26.0.dist-info → aiagents4pharma-1.26.1.dist-info}/WHEEL +0 -0
- {aiagents4pharma-1.26.0.dist-info → aiagents4pharma-1.26.1.dist-info}/top_level.txt +0 -0
@@ -22,10 +22,11 @@ def get_app(uniq_id, llm_model: BaseChatModel):
|
|
22
22
|
'''
|
23
23
|
This function returns the langraph app.
|
24
24
|
'''
|
25
|
-
if llm_model
|
26
|
-
llm_model
|
27
|
-
|
28
|
-
|
25
|
+
if hasattr(llm_model, 'model_name'):
|
26
|
+
if llm_model.model_name == 'gpt-4o-mini':
|
27
|
+
llm_model = ChatOpenAI(model='gpt-4o-mini',
|
28
|
+
temperature=0,
|
29
|
+
model_kwargs={"parallel_tool_calls": False})
|
29
30
|
# Load hydra configuration
|
30
31
|
logger.log(logging.INFO, "Launching AIAgents4Pharma_Agent with thread_id %s", uniq_id)
|
31
32
|
with hydra.initialize(version_base=None, config_path="../configs"):
|
@@ -57,7 +58,7 @@ def get_app(uniq_id, llm_model: BaseChatModel):
|
|
57
58
|
# Full history is needed to extract
|
58
59
|
# the tool artifacts
|
59
60
|
output_mode="full_history",
|
60
|
-
add_handoff_back_messages=
|
61
|
+
add_handoff_back_messages=True,
|
61
62
|
prompt=system_prompt
|
62
63
|
)
|
63
64
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: aiagents4pharma
|
3
|
-
Version: 1.26.
|
3
|
+
Version: 1.26.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
|
@@ -1,7 +1,7 @@
|
|
1
1
|
aiagents4pharma/__init__.py,sha256=7xnvthMuxYurECWvyb0_yaPJ18SsqvmkKPTCxgbQlNQ,186
|
2
2
|
aiagents4pharma/talk2aiagents4pharma/__init__.py,sha256=KOPe8cZ-ROQ6EGn8FeejRFUPokayKRMTgiXFyOpZGoA,122
|
3
3
|
aiagents4pharma/talk2aiagents4pharma/agents/__init__.py,sha256=Cc1RitlLGzJ5d_dCSUdguZH417nlJux1qVCVS2M9t30,129
|
4
|
-
aiagents4pharma/talk2aiagents4pharma/agents/main_agent.py,sha256=
|
4
|
+
aiagents4pharma/talk2aiagents4pharma/agents/main_agent.py,sha256=gnXBvvi3t8DjUtXImqgVJ9Rz7RqnDeHNTCMFiPo6bvc,2860
|
5
5
|
aiagents4pharma/talk2aiagents4pharma/configs/__init__.py,sha256=5ah__-8XyRblwT0U1ByRigNjt_GyCheu7zce4aM-eZE,68
|
6
6
|
aiagents4pharma/talk2aiagents4pharma/configs/config.yaml,sha256=VnbMbVSYfCh68cHZ0JLu00UjOUmapejN3EsN3lnBXtU,51
|
7
7
|
aiagents4pharma/talk2aiagents4pharma/configs/agents/__init__.py,sha256=zrJcq-4m0YUKfSlRGC8KzBmEooaASKuL_Y75yDp-ZoA,72
|
@@ -186,8 +186,8 @@ aiagents4pharma/talk2scholars/tools/s2/search.py,sha256=i5KMFJWK31CjYtVT1McJpLzg
|
|
186
186
|
aiagents4pharma/talk2scholars/tools/s2/single_paper_rec.py,sha256=7PoZfcstxDThWX6NYOgxN_9M_nwgMPAALch8OmjraVY,5568
|
187
187
|
aiagents4pharma/talk2scholars/tools/zotero/__init__.py,sha256=1UW4r5ECvAwYpo1Fjf7lQPO--M8I85baYCHocFOAq4M,53
|
188
188
|
aiagents4pharma/talk2scholars/tools/zotero/zotero_read.py,sha256=NJ65fAJ4u2Zq15uvEajVOhI4QnNvyqA6FHPaEDqvMw0,4321
|
189
|
-
aiagents4pharma-1.26.
|
190
|
-
aiagents4pharma-1.26.
|
191
|
-
aiagents4pharma-1.26.
|
192
|
-
aiagents4pharma-1.26.
|
193
|
-
aiagents4pharma-1.26.
|
189
|
+
aiagents4pharma-1.26.1.dist-info/LICENSE,sha256=IcIbyB1Hyk5ZDah03VNQvJkbNk2hkBCDqQ8qtnCvB4Q,1077
|
190
|
+
aiagents4pharma-1.26.1.dist-info/METADATA,sha256=q4jfiTPl4koFlScZw3k22S_iIIr9w7SV-tk0aEftH-Q,12585
|
191
|
+
aiagents4pharma-1.26.1.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
192
|
+
aiagents4pharma-1.26.1.dist-info/top_level.txt,sha256=-AH8rMmrSnJtq7HaAObS78UU-cTCwvX660dSxeM7a0A,16
|
193
|
+
aiagents4pharma-1.26.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|