tooluniverse.tools.ToolRelationshipDetector moduleΒΆ

ToolRelationshipDetector

Analyzes a primary tool against a list of other tools to identify meaningful, directional data fl…

tooluniverse.tools.ToolRelationshipDetector.ToolRelationshipDetector(tool_a, other_tools, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Analyzes a primary tool against a list of other tools to identify meaningful, directional data fl…

Parameters:
  • tool_a (str) – JSON string for the primary tool configuration (Tool A).

  • other_tools (str) – JSON string of a list of other tool configurations to compare against Tool A.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any