nps-nop 1.0.0-alpha.13

NPS — Neural Orchestration Protocol frames (TaskFrame, DelegateFrame, SyncFrame, AlignStreamFrame) and async client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2026 INNO LOTUS PTY LTD
// SPDX-License-Identifier: Apache-2.0

pub mod client;
pub mod error_codes;
pub mod frames;
pub mod models;

pub use client::NopClient;
pub use frames::{AlignStreamFrame, DelegateFrame, SyncFrame, TaskFrame};
pub use models::{BackoffStrategy, DagNode, NopTaskStatus, TaskState};
pub use models::{aggregate_strategy, compensation_policy};