tooluniverse.tools.DiseaseAnalyzerAgent module

DiseaseAnalyzerAgent

AI agent that analyzes disease characteristics and identifies potential therapeutic targets using…

tooluniverse.tools.DiseaseAnalyzerAgent.DiseaseAnalyzerAgent(disease_name, context='', *, stream_callback=None, use_cache=False, validate=True)[source]

AI agent that analyzes disease characteristics and identifies potential therapeutic targets using…

Parameters:
  • disease_name (str) – Name of the disease to analyze

  • context (str) – Additional context or specific focus areas

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any