batch-mode-batch-workflow 0.1.1

This crate provides a specialized approach to batch-based langauge model expansions and reconciling partial or incomplete batch states.
Documentation
// ---------------- [ File: batch-mode-batch-workflow/src/lib.rs ]
#[macro_use] mod imports; use imports::*;

x!{language_model_batch_workflow}
x!{error}

// re-exports so that the user can see them
pub use batch_mode_batch_reconciliation::*;
pub use batch_mode_batch_workspace::*;
pub use batch_mode_batch_scribe::*;
pub use ai_json_template::*;
pub use ai_json_template_derive::*;
pub use batch_mode_batch_triple::*;
pub use batch_mode_batch_client::*;
pub use batch_mode_batch_executor::*;
pub use batch_mode_process_response::*;
pub use batch_mode_batch_metadata::*;
pub use batch_mode_batch_workspace_interface::*;
pub use batch_mode_json::*;
pub use language_model_type::*;
pub use async_trait::async_trait;
pub use save_load_traits::*;