tooluniverse.admetai_tool moduleΒΆ

class tooluniverse.admetai_tool.ADMETAITool[source]ΒΆ

Bases: BaseTool

Tool to predict ADMET properties for a given SMILES string using the admet-ai Python package.

__init__(**kwargs)[source]ΒΆ
run(arguments)[source]ΒΆ

Predicts ADMET properties for a given SMILES string.

Parameters:

smiles – The SMILES string(s) of the molecule(s).

Returns:

A dictionary mapping each SMILES string to a subdictionary of selected ADMET properties and their predicted values.

Return type:

dict