← 回總覽

英伟达与 CrewAI 推出 NemoClaw,为企业级 AI 智能体提供安全保障

📅 2026-03-18 04:47 Matthew Berman 人工智能 3 分鐘 2949 字 評分: 94
英伟达 NemoClaw CrewAI AI 智能体 企业级 AI AI 安全
📌 一句话摘要 英伟达与 CrewAI 携手推出 NemoClaw,这是一个开源技术栈,旨在通过在基础设施层面强制执行安全策略,确保 OpenClaw 等自主 AI 智能体能在企业环境中安全运行。 📝 详细摘要 这条推文引用了 joaomdmoura 的一项公告,重点介绍了英伟达 NemoClaw 的发布。NemoClaw 是一个与 CrewAI 合作开发的新开源技术栈,旨在通过提供安全的运行时环境,解决阻碍企业级 AI 智能体项目投入生产的“信任鸿沟”问题。它包含英伟达 OpenShell Runtime,具备沙盒隔离执行、用于行为评估的策略引擎以及隐私路由器等功能。其核心创新在于在基础

Title: NVIDIA and CrewAI Launch NemoClaw for Secure Enterprise A...

URL Source: https://www.bestblogs.dev/status/2034008668161954000

Published Time: 2026-03-17 20:47:11

Markdown Content: Your agent is only as trustworthy as the environment it runs in.

So today we launch something new with @NVIDIA. AI agents have gone from prompt-and-response tools to autonomous systems that run for hours, write their own code, build their own tools, and learn as they go. The OpenClaw project earlier this year made this concrete, self-evolving agents that plan complex tasks, generate their own tools, and run continuous workflows.

We built CrewAI for exactly this. Long-running multi-agent systems. Persistent memory. A dual-layer architecture where Flows handle deterministic control, and Crews handle reasoning. Developers get precise control over how much autonomy each part of the system gets.

But here's what keeps coming up with enterprise teams.

When an agent can install packages, write files, and generate its own tools, it can also do things you didn't plan for. Most agents inherit the full permissions of whoever launched them. Security checks are usually built inside the agent — so a self-evolving agent could, in theory, work around its own guardrails.

This is the trust gap. The real reason most enterprise agent projects don't make it to production.

CrewAI addresses a lot of this at the orchestration layer: guardrails, human-in-the-loop, and hierarchical task scoping. But orchestration alone can't close the full gap. You also need enforcement at the infrastructure level, below the agent, where the agent can't reach.

That's why we're working with NVIDIA on NemoClaw.

NVIDIA NemoClaw is an open-source stack that simplifies running OpenClaw always-on assistants safely, with a single command. It includes the NVIDIA OpenShell Runtime with three core capabilities:

A sandbox for isolated execution — agents operate freely without affecting the host.

A policy engine that evaluates every action at the binary, destination, and network level.

A privacy router that directs inference to local or external models based on your enterprise policies.

The critical design choice: enforcement happens at the infrastructure layer, not inside the agent's code. Even if an agent's logic changes unexpectedly, the runtime blocks anything that violates policy. Agents start with zero permissions. Every escalation requires human approval. Every decision gets logged.

CrewAI handles orchestration. NemoClaw handles the secure runtime. Together, organizations can run powerful autonomous agents while maintaining real control over their infrastructure and data.

We've powered roughly 2 billion agentic executions over the past year and work with more than 60% of the Fortune 500. NemoClaw's infrastructure layer closes the gap between what these agents can do and what enterprises need to trust them in production.

查看原文 → 發佈: 2026-03-18 04:47:11 收錄: 2026-03-18 08:00:40

🤖 問 AI

針對這篇文章提問,AI 會根據文章內容回答。按 Ctrl+Enter 送出。