feagi-api 0.0.12

FEAGI REST API layer with HTTP and ZMQ transport adapters
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2025 Neuraville Inc.
// SPDX-License-Identifier: Apache-2.0

//! ZMQ Transport Module
//!
//! Provides ZMQ-based control plane for the FEAGI API using feagi-io transport primitives.

pub mod adapter;

pub use adapter::ZmqApiAdapter;