tooluniverse.tools.DrugOptimizationAgent moduleΒΆ

DrugOptimizationAgent

AI agent that analyzes drug optimization strategies based on ADMET and efficacy data

tooluniverse.tools.DrugOptimizationAgent.DrugOptimizationAgent(compounds, admet_data='', efficacy_data='', target_profile='', *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

AI agent that analyzes drug optimization strategies based on ADMET and efficacy data

Parameters:
  • compounds (str) – List of compounds to optimize (comma-separated)

  • admet_data (str) – ADMET properties and issues

  • efficacy_data (str) – Efficacy and potency data

  • target_profile (str) – Target profile and requirements

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any