//! Library portion of the `owlen-cli` crate. //! //! It currently only re‑exports the `agent` module used by the standalone //! `owlen-agent` binary. Additional shared functionality can be added here in //! the future. // Re-export agent module from owlen-core pub use owlen_core::agent;