Layer 3 — brainsnn-r3f-app/server/scenarios/
Drop in a new scenario (e.g. musical_improv, dreaming, argument) as a .pkl or JSON of per-region activity frames over time. Wire it into the /scenarios endpoint in server/api.py so the SPA can select it.
See server/precompute.py for how the existing scenarios were generated, and server/README.md for running the FastAPI backend locally.
Layer 3 —
brainsnn-r3f-app/server/scenarios/Drop in a new scenario (e.g.
musical_improv,dreaming,argument) as a.pklor JSON of per-region activity frames over time. Wire it into the/scenariosendpoint inserver/api.pyso the SPA can select it.See
server/precompute.pyfor how the existing scenarios were generated, andserver/README.mdfor running the FastAPI backend locally.