nemo-relay-cli 0.7.0-rc.5

Coding-agent gateway CLI for NeMo Relay observability.
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//! Agent-neutral event adaptation and gateway alignment mechanics.

pub(crate) mod adapters;
pub(crate) mod alignment;
pub(super) mod host;