NOVA: The Object-Oriented Agent Framework — One Class per Agent
NVIDIA NOVA is a new open-source agent framework where one Python class IS the full agent: methods become tools, fields become state, persistent docstrings become prompts, and type annotations become contracts.