-
Notifications
You must be signed in to change notification settings - Fork 0
SNN Integration
Devin AI edited this page Aug 7, 2026
·
3 revisions

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
neuromod = "0.4.0"let mut network = SpikingNetwork::with_dimensions(num_lif, num_izh, num_channels);
let mut stimuli = vec![0.0_f32; network.num_channels];
let mut modulators = NeuroModulators::default(); // dopamine / cortisol / acetylcholine paths- Optionally update
stimuliand modulators from UDP -
network.step(&stimuli, &modulators)→ spike result / count - Export counts into
RelayMetricsand optional console dashboard
- thalamic-relay owns the orchestration loop, telemetry, IPC, safety.
- neuromod owns neuron models / network dynamics.
- No in-tree silicon-bridge / FPGA export in this crate.
Last updated: July 29, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: e09cd4a (main)
Devin DeepWiki: commit e09cd4a · thalamic-relay