5 releases

new 0.0.1-beta.10 Feb 7, 2026
0.0.1-beta.9 Feb 2, 2026
0.0.1-beta.4 Jan 25, 2026
0.0.1-beta.2 Jan 19, 2026
0.0.1-beta.1 Dec 23, 2025

#358 in Compression

Download history 300/week @ 2026-01-14 4/week @ 2026-01-21 16/week @ 2026-01-28

320 downloads per month
Used in 3 crates

Apache-2.0

2MB
38K SLoC

feagi-io

FEAGI Peripheral Nervous System - Agent I/O, registration, and communication.

Overview

Handles communication between FEAGI brain and agents:

  • Agent registration and heartbeat
  • Sensory input injection
  • Motor output extraction
  • Visualization data streaming
  • ZMQ and shared memory transports

Installation

[dependencies]
feagi-io = "2.0"

Features

  • zmq-server - ZMQ server support
  • websocket-server - WebSocket support for brain visualizer
  • shm - Shared memory for high-performance local communication

Usage

use feagi_io::{AgentRegistry, IOConfig};

// Register agents and handle I/O

Note

Per architecture docs, this crate will be moved to a separate feagi-io repository in the future.

Part of the FEAGI ecosystem.

Dependencies

~17–25MB
~380K SLoC