How to Solve NameError: name 'agents' is not defined -- nova

Solution: Import the 'agents' module

# Add the following line to the top of your code
from nova.policies import agents

 

For more information:
nova agents