# @plurnk/plurnk-agui — the daemon's AG-UI+ client-interface module. # Owned prefix: PLURNK_AGUI_* (ecosystem standard: every package ships its knobs; # the daemon assembles all installed members' files into one floor at boot). # The listener's ADDRESS is the daemon's surface (PLURNK_HOST/PLURNK_PORT — owned # by plurnk-service); the module owns the semantics on that surface. # Bearer for the module's edge authz. Empty = no module-level bearer requirement; # set a value and every non-preflight request must carry # `authorization: Bearer ` ({§agui-http-authorization}). PLURNK_AGUI_TOKEN= # Per-run turn cap handed to the engine when a run doesn't carry its own maxTurns. # Empty = no module-level default; otherwise -1 or a non-negative safe integer # (the engine's own operator ceiling still applies). PLURNK_AGUI_MAX_TURNS= # Required SSE heartbeat cadence in milliseconds, from 0 through 2147483647. # A long model generation emits no events, so a comment frame at this cadence keeps # consumers fed. 0 disables. PLURNK_AGUI_HEARTBEAT_MS=15000