THE ORCHESTRATOR
SUBJECT: Distributed Node Services & World Data Binding
Node.js Orchestrator Bridge
The Eideus Backend is centered around a Node.js Orchestrator that acts as a secure bridge between the **DAWN-UI** (Vite/React) and the **Local LLM** (Ollama). It operates on `localhost:4000`, handling request multiplexing and deterministic state resolution.
// CORE BACKEND SERVICES
- Turn Engine Recursive loop for narrative generation and memory commit.
- World Binder Static JSON data sets for Galaxies, Systems, and NPCs.
- Lattice API Interface for the 7x7x7 Holographic Voxel Cube.
- Universe Mapper Coordinate utilities for multi-dimensional spatial keys.
World Bundle Pipeline
Before any turn can execute, the World Bundle Binder compiles thousands of static lore entries and NPC cards into a dense coordinate-mapped index. This ensures the LLM is always anchored to "ground truth" lore without manual prompt engineering.
// DIRECTORY SCAN RESULT
> The_Core_Syndicate / Aura-507 / lorebook.json [LOADED]
> The_Core_Syndicate / Aura-507 / quests.json [LOADED]
> The_Core_Syndicate / Aura-507 / sector_map.json [LOADED]
> BINDING COMPLETE: 142 ENTITIES MAP TO G1-S1-O1