// Copyright 2025 Neuraville Inc.
// SPDX-License-Identifier: Apache-2.0
// FEAGI REST API Layer
//
// This crate provides a unified, transport-agnostic API layer for FEAGI.
// It supports both HTTP (Axum) and ZMQ transports using a shared endpoint layer.
/// Crate version from Cargo.toml
pub const VERSION: &str = env!;
// Re-export commonly used types
pub use ;
pub use ;