devela 0.27.0

A development layer of coherence.
Documentation
// devela::org::agent
//
#![doc = crate::_tags!(wip)]
#![doc = crate::_DOC_ORG_AGENT!()] // public
#![doc = crate::_doc!(modules: crate::org; agent)]
#![doc = crate::_doc!(flat:"org")]
#![doc = crate::_doc!(hr)]
//

// pub mod autonomy; // independence, control, delegation
// pub mod capacity; // abilities, limits, resources
// pub mod intent; // goals, preferences, motivations
// pub mod kind; // individual, group, collective, artificial
// pub mod name; // persistence, recognition, naming

crate::structural_mods! { // _pub_mods
    _pub_mods {
        // pub use super::{
        //     autonomy::_all::*,
        //     capacity::_all::*,
        //     intent::_all::*,
        //     kind::_all::*,
        //     name::_all::*,
        // };
    }
}