agm-core 1.1.0

Core library for parsing, validating, loading, and rendering AGM (Agent Graph Memory) files
Documentation
1
2
3
4
5
6
7
//! Type schema registry and enforcement (spec ยง14).

pub mod enforcement;
pub mod registry;

pub use enforcement::validate_schema;
pub use registry::get_schema;