tooluniverse.tools.ClinicalTrialDesignAgent moduleΒΆ

ClinicalTrialDesignAgent

AI agent that designs clinical trial protocols based on preclinical data and regulatory requirements

tooluniverse.tools.ClinicalTrialDesignAgent.ClinicalTrialDesignAgent(drug_name, indication, preclinical_data='', target_population='General adult population', *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

AI agent that designs clinical trial protocols based on preclinical data and regulatory requirements

Parameters:
  • drug_name (str) – Name of the drug candidate

  • indication (str) – Disease indication

  • preclinical_data (str) – Preclinical efficacy and safety data

  • target_population (str) – Target patient population

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any