tooluniverse.tools.LiteratureSynthesisAgent moduleΒΆ

LiteratureSynthesisAgent

AI agent that synthesizes literature findings and provides evidence-based insights

tooluniverse.tools.LiteratureSynthesisAgent.LiteratureSynthesisAgent(topic, literature_data, focus_area='General', *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

AI agent that synthesizes literature findings and provides evidence-based insights

Parameters:
  • topic (str) – Research topic or question

  • literature_data (str) – Literature findings or abstracts to synthesize

  • focus_area (str) – Specific focus area for synthesis

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any