Expand description
§brainwires-system
Generic OS-level primitives for the Brainwires Agent Framework: filesystem event watching and system service management (systemd, Docker, processes).
§Feature flags
| Feature | Description |
|---|---|
reactor | Filesystem event watcher (requires notify 7) |
services | systemd / Docker / process management |
full | All features enabled |
Re-exports§
pub use config::ReactorConfig;pub use config::ServiceConfig;
Modules§
- config
- Configuration types for
brainwires-system.