load_tools_from_package
Method
This is a method of the AgentsGenerator class in the agents_generator module.Loads tools from a specified package path containing modules with functions or classes.
Signature
Parameters
The path to the package containing the tools.
Returns
A dictionary containing the names of the tools as keys and the corresponding initialized instances of the classes as values.
Exceptions
FileNotFoundError
FileNotFoundError
If the specified package path does not exist.

