Crate neural_conductor_shared

Crate neural_conductor_shared 

Source
Expand description

§Neural Conductor Shared

Shared protocol and types for Neural Conductor.

This crate provides the communication protocol between the Conductor server and remote agents. It defines message types, session management, and RPC interfaces.

Modules§

message
Message framing and serialization
protocol
Protocol definitions for Conductor communication
session
Session management types

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.

Structs§

AgentInfo
Agent identification
SessionId
Session identifier

Enums§

TaskStatus
Task status

Constants§

PROTOCOL_VERSION
Version of the protocol

Type Aliases§

Result
Result<T, Error>