entity.plugins.smart_selector module

class entity.plugins.smart_selector.SmartToolSelectorPlugin(resources, config=None)[source]

Bases: PromptPlugin

Select and execute the most relevant tool.

Parameters:
  • resources (dict[str, Any])

  • config (Dict[str, Any] | None)

supported_stages: list[str] = ['think']
dependencies: list[str] = []