Skip to main content

get_all

Method
This is a method of the ToolRegistry class in the registry module.
Get all registered tools as a dict. Thread-safe.

Signature

Returns

Dict[str, Union[BaseTool, Callable]]
The result of the operation.

Used By

Source

View on GitHub

praisonaiagents/tools/registry.py at line 415