NVIDIA开源了个叫NOOA的框架,写智能体变成写一个Python类,方法当动作、注释当提示词,省掉一堆配置文件。
NVIDIA Labs开源了NOOA(NVIDIA Object-Oriented Agents),一个模型无关的Python智能体框架。以往智能体开发要分散在提示模板、工具schema、回调代码和工作流图里,NOOA把这一切压缩进单个Python类。在NOOA中,类方法就是模型可执行的动作,字段就是智能体状态,文档字符串就是提示词。开发者只需维护一个类,就能完成智能体的定义与运行。
NVIDIA AI Releases NOOA: An Object-Oriented Python Framework That Turns an AI Agent Into a Single Python Class
NVIDIA Labs has open-sourced NOOA (NVIDIA Object-Oriented Agents), a model-agnostic Python framework for building AI agents. Agent development today is split across prompt templates, tool schemas, callback code, and workflow graphs. NOOA collapses all of it into one Python class. Methods are the actions the model can take. Fields are agent state. Docstrings are prompts. […] The post NVIDIA AI Releases NOOA: An Object-Oriented Python Framework That Turns an AI Agent Into a Single Python Class appeared first on MarkTechPost .
- AI Will08-06 06:58原文