impyard 0.1.1

Rent the intelligence, own the governance — a control plane for imps: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
1
2
3
4
5
6
7
//! Edges to the outside world: the Discord client (REST out, websocket in),
//! listener supervision, and the inbound relay that turns messages into tasks.

pub mod discord;
pub mod listen;
pub mod relay;
pub mod slack;