Expand description
pipecrab-core: Sans-IO
Re-exports§
pub use frame::AudioChunk;pub use frame::AudioFormat;pub use frame::CustomFrame;pub use frame::DataFrame;pub use frame::Direction;pub use frame::DispatchCommand;pub use frame::DispatchEvent;pub use frame::DispatchFrame;pub use frame::Finality;pub use frame::ModelFrame;pub use frame::ModelInput;pub use frame::ModelMessage;pub use frame::Role;pub use frame::SystemFrame;pub use frame::ToolCall;pub use frame::Transcript;pub use processor::Decision;pub use processor::Disposition;pub use processor::Processor;
Modules§
- frame
- Frame types and the
CustomFrameextension trait. - processor
- The
Processortrait: synchronous, sans-IO stage logic.