//! # zig-agents
//!
//! Part of the [TRIOS ecosystem](https://github.com/gHashTag/trios).
//!
//! ⚠️ **Pre-release placeholder (0.0.1-alpha).** Public API will
//! be published in 0.1.0 after Parameter Golf submission.
//!
//! This is a temporary placeholder to reserve the crate name on crates.io.
//! The real API will be published in 0.1.0 after Parameter Golf.
//!
//! ## License
//!
//! MIT OR Apache-2.0
// Version constant for this placeholder release.
pub const VERSION: &str = env!;