load_tools_from_module
Method
This is a method of the AgentsGenerator class in the agents_generator module.Loads tools from a specified module path.
Signature
Parameters
The path to the module containing the tools.
Returns
A dictionary containing the names of the tools as keys and the corresponding functions or objects as values.
Exceptions
FileNotFoundError
FileNotFoundError
If the specified module path does not exist.
Source
View on GitHub
praisonai/agents_generator.py at line 232
