Expand description
MXP-native autonomous agent runtime SDK facade.
Depend on this crate via cargo add mxp-agents. It bundles the internal runtime
crates behind feature flags so downstream users can enable or disable components
as needed for their agents.
Re-exportsยง
pub use agent_primitives as primitives;pub use agent_kernel as kernel;pub use agent_adapters as adapters;pub use agent_tools as tools;pub use agent_memory as memory;pub use agent_policy as policy;pub use agent_telemetry as telemetry;pub use agent_prompts as prompts;pub use agent_config as config;