Tags: nooa*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. The NOOA framework provides a way to build LLM agents using standard Pythonic object-oriented patterns. By treating agents as objects, developers can map state to typed fields and capabilities to methods where docstrings serve as prompts; specifically, an ellipsis in a method body triggers the runtime for an LLM-driven execution loop.

    - Includes separate packages for CLI tools, memory management, and benchmarking.
    - Supports various local and hosted models via LiteLLM integration.
    - Offers automated tracing with an interactive web viewer for debugging.
    - Necessitates OS-level isolation to safely execute LLM-generated code.
  2. Asif Razzaq writes that NVIDIA Labs has open-sourced NOOA, a model-agnostic Python framework designed to streamline agentic development by consolidating prompt templates, tool schemas, and state into single class structures. By treating LLM-driven actions as standard methods with docstrings serving as prompts, the framework allows developers to build autonomous workflows that can be tested, traced, and version-controlled like ordinary software.

    - Achieves 82.2% on SWE-bench Verified while using roughly half the tokens required by existing open harnesses.
    - Employs a "pass by reference" mechanism for live Python objects via bounded previews to conserve context window space.
    - Features an optional memory subsystem that utilizes SQLite and ACT-R activation ranking for record retrieval.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "nooa"

About - Propulsed by SemanticScuttle