{# SETTINGS · Cortex (R4c, INFORMATIONAL read-out). Mostly display: 1. Cortex connection — the base URL from the console settings store (defaulting to the schema default), with a pointer to the System tab to change it, plus the URL the live client actually uses + the default project key. 2. Live /health — status pill, surface_version, event_backend, rls_enforced. 3. The Cortex 6-LAYER architecture — L1 Verbatim … L6 Boot, names + KEEP/NEW/OPTIMIZE status. This is the Cortex API service for the current Kaidera OS deployment. Read-only — the connection is edited in System. Context: selected_key : current project key (kept on the System link) cortex_base_url : base URL from the settings store cortex_client_base_url: the URL the live CortexClient is actually using cortex_default_project: default project key from the store cortex_health : raw /health dict (status, surface_version, event_backend, rls_enforced, ...) cortex_layers : [{id,name,status,what}] L6→L1 #} {% set h = cortex_health or {} %} {% set status = (h.status or "unreachable") | lower %}
{{ cortex_base_url or "—" }}
{{ cortex_client_base_url or "—" }}
{{ cortex_default_project or "—" }}
CORTEX_BASE_URL env var at launch). The stored value applies on next restart.
{{ h.error }}. Check the base URL in System and that the local Cortex stack is running.{{ h.surface_version or "—" }}
{{ h.event_backend or "—" }}
—{% endif %}
{{ container.service }}
{{ container.state }}
{% if 'start' in container.actions %}
{% endif %}
{% if 'restart' in container.actions %}
{% endif %}
Full local-Cortex design lives at local-cortex/ARCHITECTURE.md. This read-out reflects the dev-team local Cortex; the commercial platform runs a separately deployed Cortex service.