switchyard-protocol 0.1.0

Provider-neutral LLM protocol types for Switchyard
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//! Provider-neutral LLM protocol types shared across Switchyard crates.

pub mod format;
pub mod llm;

pub use format::*;
pub use llm::*;