From 173d142c582327bbce73732e830aabcd952e5eab Mon Sep 17 00:00:00 2001 From: asawarkar Date: Thu, 13 Aug 2026 15:07:34 -0700 Subject: [PATCH 1/2] docs: update roadmap integrations Signed-off-by: asawarkar --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e8f5076c1..b3c5f5cf6 100644 --- a/README.md +++ b/README.md @@ -267,11 +267,13 @@ through adapters. Use the following reference to compare the integrations: ## Roadmap -- **Custom harnesses:** Publish the NeMo Fabric adapter contract as canonical - schemas and dependency-free language bindings so third-party developers can - build integrations that are compatible with NeMo Fabric. Support integrations - maintained by NeMo Fabric and compatible third-party integrations. -- **Custom agents:** Support custom agents built on maintained or third-party - harness integrations without requiring an additional, agent-specific adapter. - Preserve the normalized NeMo Fabric lifecycle, results, artifacts, and - telemetry. +- **Custom harness adapter contract:** Publish and evolve canonical schemas and + dependency-free language bindings for third-party harness integrations. +- **Experimental NeMo Agent Toolkit adapter:** Develop an experimental adapter + for running NeMo Agent Toolkit workflows through the NeMo Fabric lifecycle. +- **OOAgents:** Add support for + [OOAgents](https://github.com/NVIDIA-NeMo/labs-OO-Agents). +- **Remote agents:** Add support for invoking remotely hosted agents through the + NeMo Fabric lifecycle. +- **Pi coding harness:** Add support for the + [Pi coding harness](https://pi.dev/). From e29ac079a0dff0b85b4044ef14acae179fb552fe Mon Sep 17 00:00:00 2001 From: Anuradha Karuppiah <26330987+AnuradhaKaruppiah@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:12:11 -0700 Subject: [PATCH 2/2] Apply suggestion from @AnuradhaKaruppiah Signed-off-by: Anuradha Karuppiah <26330987+AnuradhaKaruppiah@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c5f5cf6..ff5010f37 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ through adapters. Use the following reference to compare the integrations: - **Custom harness adapter contract:** Publish and evolve canonical schemas and dependency-free language bindings for third-party harness integrations. -- **Experimental NeMo Agent Toolkit adapter:** Develop an experimental adapter +- **Experimental NVIDIA NeMo Agent Toolkit adapter:** Develop an experimental adapter for running NeMo Agent Toolkit workflows through the NeMo Fabric lifecycle. - **OOAgents:** Add support for [OOAgents](https://github.com/NVIDIA-NeMo/labs-OO-Agents).