//! Shared internals for the just-agent ecosystem.
//!
//! This crate provides:
//!
//! - authenticated HTTP client construction and endpoint URL helpers
//! - HTTP response status checking
//! - SSE stream parsing for JSON chunk payloads
//!
//! It is meant to reduce drift between sibling provider crates without collapsing their public
//! APIs into one shared provider crate.
pub use ProviderError;