load_tool_box()
Register all built-in Tool Box tools in the global registry.
Usage
load_tool_box()Call this once at startup to make every built-in tool (text processing, math, date/time, data utilities, web helpers, file tools) available to ChatBot and ToolEnabledConversation. If the tools are already registered (e.g., from a previous call) the function is a no-op.
Returns
int- The number of built-in tools now present in the global registry.
Examples
import talk_box as tb
count = tb.load_tool_box()