bonie 0.0.1

Bonie — AI agent platform by Luxtra. Placeholder release; full crate coming soon.
Documentation
1
2
3
4
5
6
7
8
9
//! Bonie — AI agent platform by Luxtra.
//!
//! This is a placeholder release reserving the `bonie` crate name on crates.io.
//! The full implementation is in active development. See <https://bonie.sh>.

/// Returns the placeholder version string.
pub fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}