You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This workshop provides everything you need to become proficient in agentic AI de
9
9
***Module 3 - Agent Evaluation**: Learn to measure and improve agent quality using RAGAS metrics and LLM-as-a-judge techniques
10
10
***Module 4 - Agent Customization**: Customize your agent beyond prompt engineering and tools with agent skills and reinforcement learning (RL).
11
11
***Module 5 - Deep Agents**: Build deep agents that autonomously handle complex, multi-step tasks—and learn to run them safely and securely in production with sandboxing and isolation.
12
-
***Module 6 - Agent Safety**: Secure autonomous agents with kernel-level enforcement (OpenShell), data sensitivity routing (Privacy Router), red-team testing, and continuous safety evaluation using NVIDIA's NemoClaw stack.
12
+
***Module 6 - Agent Safety**: Secure autonomous agents with kernel-level enforcement (via OpenShell)and privacy routing using NVIDIA's NemoClaw stack.
13
13
14
14
At the end of this workshop, you will take home:
15
15
@@ -91,13 +91,13 @@ Build autonomous agents that handle complex, multi-step tasks with planning and
91
91
92
92
Secure autonomous agents with kernel-level enforcement, data routing, and continuous safety evaluation.
93
93
94
-
**What you'll build**: A safety evaluation suite that validates OpenShell policies, classifies sensitive data for local/cloud routing, runs red-team probes against a live OpenClaw agent, and scores agent behavior using LLM-as-judge — the same patterns used in NVIDIA's NemoClaw stack.
94
+
**What you'll build**: An OpenClaw personal assistant agent that executes inside and outside of an Openshell sandbox, complete with network and filesystem policies that demonstrate how the NVIDIA NemoClaw reference stack improves agent security.
95
95
96
96
**Key concepts**:
97
97
- Why application-level controls (M4) and container isolation (M5) are insufficient for always-on agents
98
98
- Setting up and running an OpenClaw autonomous agent
0 commit comments