NVIDIA-NeMo/labs-OO-Agents
NVIDIA Object Oriented Agents: the Pythonic way to build AI Agents. observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 99
- Release rhythm 98
- Longevity 3
Flags: young no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 9.5
- age_days: 44
- days_rel: 15
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
1906 stars · 263 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NVIDIA Object Oriented Agents (NOOA) is a model-agnostic Python framework for building AI agents where state, tools, prompts, and typed interfaces are expressed through a single Python class. It provides an object-oriented alternative to fragmented agent abstractions, letting developers define agentic methods that the runtime hands to an LLM.
Use cases
- build ai agents in python
- create a support agent that triages tickets with an llm
- define agent tools as typed python methods
- build llm-powered workflows with typed state
- prototype agentic applications without learning a dsl
- swap underlying llm models without rewriting agent code
When to choose
- you want agents expressed as plain python classes with typed fields and methods
- you prefer object-oriented design over prompt/callback-based agent frameworks
- you need model-agnostic agent development
- you want strong typing on agent inputs and outputs
When to avoid
- you need a visual or low-code agent builder
- you require a framework with a large plugin ecosystem and long track record
- you are building simple single-prompt llm calls that don't need an agent framework
Facets
framework · maturity active
agent-framework llm-inference sdk artificial-intelligence large-language-models developer-tools python cross-platform object-oriented-agents nvidia typed-agents model-agnostic llm ai-agents
1 source
- readme: https://github.com/NVIDIA-NeMo/labs-OO-Agents · fetched 2026-08-28 · 85101051fb20
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA-NeMo/labs-OO-Agents | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="NVIDIA-NeMo/labs-OO-Agents")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem