//! Derive the per-step LLM context from an append-only chat history.
//!//! See [`derive_context`] and [`derive_with_policy`] for entry points.
modcompress_step;modderive;modhelpers;modpolicy;modreset;modreset_helpers;modreset_rebuild;modreset_summary;pubuseself::derive::derive_context;pubuseself::helpers::DerivedContext;pubuseself::policy::derive_with_policy;