//! Task-aware Information Bottleneck compression (F1).
//!
//! Extends the existing `information_bottleneck` module with intent classification:
//! instead of requiring explicit query terms, infers them from the agent's session state.
pub use TaskIntent;
pub use classify_intent;
pub use ;