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-
anyhowerror value.
Structs§
Enums§
- Task
Status - Task status
Constants§
- PROTOCOL_
VERSION - Version of the protocol
Type Aliases§
- Result
Result<T, Error>