Expand description
Shared toolkit for building operators.
Provides the Provider trait for making model calls,
ContextStrategy for managing context between calls,
and all the types needed by operator implementations.
Re-exports§
pub use config::NeuronTurnConfig;pub use context::ContextStrategy;pub use context::NoCompaction;pub use convert::content_block_to_part;pub use convert::content_part_to_block;pub use convert::content_to_parts;pub use convert::content_to_user_message;pub use convert::parts_to_content;pub use provider::Provider;pub use provider::ProviderError;pub use types::*;