Flux Notes
This panel is the **mythic wiring diagram**: browser → Flux UI → Node → JS FRED → rule file.
Point the UI at your backend endpoint, e.g. POST /fred/chat on your Node server.
Each request sends the latest user utterance; the server responds with FRED’s reply string.
You can later bind the “Oracle” pill to a separate API route for your LLM channel.