feagi-services
FEAGI service layer - Stable application boundary for transport adapters.
Overview
Transport-agnostic business logic layer that can be used by:
- REST API (HTTP)
- ZMQ control
- Embedded I2C
- Any custom transport
Provides services for:
- Neuron operations
- Genome management
- Connectome manipulation
- System analytics
- Runtime control
Installation
[]
= "2.0"
Usage
use ;
// Implement for your transport
Architecture
Services sit between transport adapters (HTTP/ZMQ/etc.) and domain logic (BDU/NPU/etc.), providing a stable interface that doesn't change when either layer changes.
Part of the FEAGI ecosystem.