tooluniverse.tools.DrugInteractionAnalyzerAgent moduleΒΆ

DrugInteractionAnalyzerAgent

AI agent that analyzes drug-drug interactions and provides clinical recommendations

tooluniverse.tools.DrugInteractionAnalyzerAgent.DrugInteractionAnalyzerAgent(compounds, patient_context='General adult population', *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

AI agent that analyzes drug-drug interactions and provides clinical recommendations

Parameters:
  • compounds (str) – List of compounds to analyze for interactions (comma-separated)

  • patient_context (str) – Patient context (age, comorbidities, medications, etc.)

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any