load_tools_from_tools_py
Method
This is a method of the AgentsGenerator class in the agents_generator module.Imports and returns all contents from tools.py file. Also adds the tools to the global namespace.
Signature
Returns
A list of callable functions with proper formatting
Uses
spec_from_file_locationdebugmodule_from_specexec_moduleinspect.getmemberscallableinspect.isclassglobalswarning
Source
View on GitHub
praisonai/agents_generator.py at line 292
