NVIDIA open-sources NOOA, a Python object-oriented framework for AI agents

Roger_M_Taylor · x · 2026-08-04

NVIDIA open-sources NOOA, a Python object-oriented framework for AI agents

NOOA (NVIDIA Object-Oriented Agents) reframes an agent as a single Python object instead of splitting logic across prompt files, tool schemas, callbacks, and workflow graphs.

The paper argues this gives developers and agents the same interface, making behavior easier to test, trace, refactor, and improve like ordinary software. It also highlights Pythonic APIs for context, events, state rendering, long-term memory, and validated LLM loops, and says the approach performs well on agent benchmarks such as SWE-bench Verified, Terminal-Bench 2.0, and ARC-AGI-3.

Original post →

More from coding & agent

coding & agent channel →