extern crate alloc;
/// Task execution backends, including a test double and a `std`-only API client.
/// Producer/worker contracts and feature-gated queue backends.
/// Serializable tasks, chat inputs, responses, and builders.
/// Task ID generation and environment configuration helpers.
/// Sequential loops connecting queue workers to executors.