-
Notifications
You must be signed in to change notification settings - Fork 1
Legacy API
Raul Montoya Cardenas edited this page Jul 29, 2026
·
2 revisions

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
Backward-compatible aliases remain exported so older call sites keep working.
| Legacy | Preferred (same object) |
|---|---|
LobeState |
ActivityRegion |
NeroOrchestrator |
RegionRouter |
update_relevance! |
update_routing! |
nero_diagnostics |
routing_diagnostics |
LobeState === ActivityRegion # true
NeroOrchestrator === RegionRouter # true
update_relevance! === update_routing! # true
nero_diagnostics === routing_diagnosticsConstructor keywords are the generic ones only (n_regions, region_names, …). There is no n_lobes / lobe_names keyword.
| Legacy | Preferred |
|---|---|
NERO_ALPHA … NERO_EPSILON
|
ALPHA … EPSILON
|
NERO_DEFAULT_LOBE_NAMES |
DEFAULT_REGION_NAMES |
NERO_INHIBIT |
INHIBIT |
These live in region_router.jl / are available as TemporalFocus.NERO_* (module-level, not all re-exported).
| Old | New |
|---|---|
Pkg.add("NeuroPulse") / SpikenautAttention
|
Pkg.add("TemporalFocus") or git URL to NeuroPulse.jl
|
using NeuroPulse |
using TemporalFocus |
| Repo path | Still Limen-Neural/NeuroPulse.jl
|
| Docs path | Still limen-neural.github.io/NeuroPulse.jl
|
- New code: prefer generic names only.
- NERO remains a historical algorithm label, not the package name.
- Do not reintroduce
src/nero_orchestrator.jl— routing isregion_router.jl.
Last updated: July 29, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: c9ff99c (main)