discover_tools_for_topic
Method
This is a method of the AutoGenerator class in the auto module.Discover appropriate tools for the topic. Drives recommendations through the canonical ToolResolver (single source of truth) so only tools that are actually installed are surfaced. Keyword hints are used to prioritise, but the returned set is intersected with the real registry when it is available, avoiding recommendations for tools the user does not have. Falls back to keyword hints when the resolver cannot be constructed.
Signature
Returns
List[str]
The result of the operation.
Source
View on GitHub
praisonai/auto.py at line 1219
