Skip to main content

get_available_tools

Method
This is a method of the BaseAutoGenerator class in the auto module.
Return list of available tools for agent assignment. Routes through the canonical ToolResolver (single source of truth) so the LLM is shown only tools that are actually installed. Falls back to the frozen AVAILABLE_TOOLS list solely when the resolver is unavailable or returns nothing.

Signature

Returns

List[str]
The result of the operation.

Source

View on GitHub

praisonai/auto.py at line 784

Tools Concept

Create Custom Tools

Tool Development