load_tools_from_module_class
Method
This is a method of the AgentsGenerator class in the agents_generator module.Loads tools from a specified module path containing classes that inherit from BaseTool or are part of langchain_community.tools package.
Signature
Parameters
No description available.
Returns
The result of the operation.
Uses
spec_from_file_locationmodule_from_specexec_moduleobjinspect.getmembersinspect.isclasswarning
Source
View on GitHub
praisonai/agents_generator.py at line 250
