//! Model abstraction layer for autoagents-onnx
//!
//! This module provides abstractions for different types of models that can be
//! loaded and used with the autoagents-onnx inference runtime.
use crateEdgeResult;
use Value;
use HashMap;
use Path;
/// Trait representing a model that can be loaded and used for inference