zig_agents_lib/lib.rs
1//! # zig-agents
2//!
3//! Part of the [TRIOS ecosystem](https://github.com/gHashTag/trios).
4//!
5//! ⚠️ **Pre-release placeholder (0.0.1-alpha).** Public API will
6//! be published in 0.1.0 after Parameter Golf submission.
7//!
8//! This is a temporary placeholder to reserve the crate name on crates.io.
9//! The real API will be published in 0.1.0 after Parameter Golf.
10//!
11//! ## License
12//!
13//! MIT OR Apache-2.0
14
15// Version constant for this placeholder release.
16pub const VERSION: &str = env!("CARGO_PKG_VERSION");