Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
is_function_or_decorated
Method
This is a method of the AgentsGenerator class in the agents_generator module.Checks if the given object is a function or has a call method.
Signature
Parameters
The object to be checked.
Returns
True if the object is a function or has a call method, False otherwise.
Uses
inspect.isfunction
Source
View on GitHub
praisonai/agents_generator.py at line 220
