Skip to content
Raul Cardenas Montoya edited this page Sep 19, 2026 · 11 revisions

brainstem-daemon

DeepWiki

Wiki hero

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)

High-performance spiking neural-network runtime written in Rust.

Page Description
Overview Full page map of this wiki
Getting Started Build, config, run, feature flags
Project Structure Layout, modules, Cargo features
Architecture Runtime model and tick pipeline
Configuration TOML fields, paths, validation
Backend I/O Traits, stub, ZMQ implementations
Service Registry Named services, enable/disable
Tick Loop Ingress → decode → step → emit
Public API Exported library surface
brainstem-daemon Binary CLI, graceful shutdown, env vars, systemd notes
Docker Multi-stage core / full images
CI and Quality GitHub Actions, local gates
Testing Unit tests and backend coverage
Role and Boundaries Ownership matrix vs sibling repos
Glossary Terms and constants

Mirrored from Devin DeepWiki (generated 2026-09-19, commit 45beb527, branch main) by Devin (Cognition) against main @ 45beb52. Source: Devin wiki

Start here

Section What's inside
1. Overview The brainstem-daemon is a headless, inference-only spiking neural-network (SNN) runtime written in Rust [READM…
2. Architecture The brainstem-daemon is structured as a headless runtime for spiking neural networks, designed to bridge high-…
3. brainstem-daemon Binary The brainstem-daemon binary is the headless executable entry point for the brainstem-daemon engine. It provide…
4. Testing and Fault Injection This page provides a high-level overview of the testing and fault-injection strategy employed in brainstem-dae…
5. Build, Deployment, and Infrastructure This page provides a high-level overview of the brainstem-daemon build system, containerization strategy, CI/C…
6. Glossary This glossary defines the technical terminology, biological metaphors, domain-specific concepts, and abbreviat…
Full index — 29 pages

Last updated: 2026-09-18 Updated by: Devin (Cognition) Package tip reference: 45beb52 (main)

Clone this wiki locally