NVIDIA’s OO Agents make an LLM agent look like a Python object
nvidia · hf · 2026-07-24
NVIDIA’s OO Agents turn an agent into a native Python object
NVIDIA introduces NOOA (NVIDIA Object-Oriented Agents), a model-agnostic Python framework that treats an agent as a regular Python object.
In the framework:
- methods become the actions an LLM agent can take
- fields store state
- docstrings serve as prompts
- type annotations act as contracts
- methods with ... are completed at runtime by an LLM-driven loop, while normal methods remain deterministic Python
The paper argues this lets developers test, trace, and refactor agent behavior like conventional software. It also highlights agent-specific capabilities such as context, events, state rendering, long-term memory, and validated LLM loops, and says the interface works on benchmarks including SWE-bench Verified, Terminal-Bench 2.0, and ARC-AGI-3.
Related event: NVIDIA Introduces Object-Oriented Python Agent Framework(2 posts)→
More from coding & agent
- Warp's six non-engineering teams all run on Linear and Claude Code — mon__lim · 2026-09-11
- Is inference latency becoming the biggest bottleneck for production AI agents? — Euphoric_Sea632 · 2026-09-11
- Anthropic researcher: 99% of engineers now run swarms of 300+ self-improving agents — AlishaOutridge · 2026-09-11
- Gergely Orosz: Shipping 10x PRs With AI Agents, Sites Fill With Small Regressions — ducha_aiki · 2026-09-11
- Same Echo Maze prompt, three frontier models: all passed visually but shipped the same hidden bug — eyishazyer · 2026-09-11
- Astra storyboards plus Minimax H3 per-shot generation boost video success rates — Hailuo_AI · 2026-09-11