What problem does it solve?
This skill addresses the complexity of developing and maintaining agents within the NVIDIA-labs OO Agents (NOOA) framework by providing standardized patterns for agent construction, tracing, and tool integration.
Core Features & Use Cases
- Agent Lifecycle Management: Streamlines the creation of nooa.Agent subclasses, including context persistence and middleware configuration.
- Advanced Tooling: Facilitates the implementation of GuardedShellTools, MCP, and custom skill registries for secure agent operations.
- Use Case: Developers can use this skill to rapidly prototype an agent that utilizes CodeAct strategies or Predict strategies while ensuring proper tracing and adherence to the pinned framework revision.
Quick Start
Use the nooa skill to initialize a new agent subclass with GuardedShellTools and configure the required middleware for tracing.