🎙️
RAPP Sense Store official modular per-channel output overlays · drop into your brainstem · run locally
What is a sense?
A sense is the smallest installable artifact in the platform — one Python file that adds a delimited output channel to every reply. The brainstem composes the sense'ssystem_prompt into the system message; the LLM emits |||DELIMITER|||content;
frontends parse and render. Each sense declares surfaces (chat, voice, mobile, cards) so the right overlays activate per channel.
What it isn't. Senses are not agents. No
BasicAgent, no perform(), no tool-call schema.
For agents see kody-w/RAR; for bundles see kody-w/RAPP_Store.
Per Constitution Article XXIV, senses are agent-first; frontends are modular consumers.
Install path:
curl -fsSL <url> > ~/.brainstem/src/rapp_brainstem/utils/senses/<slug>_sense.py # brainstem auto-discovers *_sense.py at startup. Restart the brainstem.
Loading senses…