Skip to content
Historical revision — this record as it stood on 2 July 2026, not the current version. View the current record →

app-console-slm — inference infrastructure monitoring console

app-console-slm — inference infrastructure monitoring console

app-console-slm is a terminal user interface (TUI) cartridge for the operator console that displays the live state of the AI inference infrastructure. It shows the health of the local inference model, the status of remote GPU nodes, the depth of the priority queue, the organizational graph entity count, and the current day's spending. It provides keyboard controls for adjusting the routing policy and toggling per-tier kill switches.

The console runs in a terminal window on the same node as the inference gateway. It requires no browser, no network connection to an external service, and no authentication beyond local shell access. It is the operator's primary dashboard for understanding and controlling the inference layer.

Display panels

The console organizes information into five panels that refresh automatically every ten seconds. The operator can trigger an immediate refresh at any time with the R key.

Gateway panel

The gateway panel shows the current state of the inference router: whether it is running, the active routing policy (balanced, drain-batch, drain-express, or local-only), and the availability of each tier. A green indicator marks a tier as available. A yellow indicator marks a tier as degraded — available but with recent failures. A grey indicator marks a tier as offline.

The gateway panel also shows the active routing policy and, if a tier's kill switch is closed, an explicit "kill: CLOSED" label.

GPU node fleet panel

The fleet panel shows each configured remote GPU node with its current state. States are: stopped (VM is off, no billing), starting (VM is booting, billing has begun), available (VM is ready and healthy), failed (VM failed to start or become healthy), and zombie (VM is running but unresponsive). For available nodes, the panel shows the most recent probe latency in milliseconds.

Each node has an independent kill switch. The K key opens a dialog to toggle the kill switch for any node, or to close all switches globally.

Organizational graph panel

The graph panel shows the total entity count in the organizational knowledge graph, the number of distinct edge types present, and the timestamp of the most recent successful extraction. It shows the circuit breaker state for the graph service: if the inference router's graph query path has experienced repeated failures and opened its circuit, the panel displays the time elapsed since the circuit opened.

Queue panel

The queue panel shows the current depth of each priority queue level. P0 holds background classification tasks. P1 holds extraction tasks awaiting a GPU node. P2 holds training corpus generation and apprenticeship work. The panel also shows the total completed and the current poison count — tasks that have failed the maximum number of retry attempts and require operator review.

Cost panel

The cost panel shows the current day's spending across all tiers in the deployment's configured currency. The panel breaks down spending by node label: the batch node, the express node, and the external API (if configured). This gives the operator immediate visibility into whether a scheduled nightly drain has concluded and at what cost.

Keyboard controls

Key Action
R Immediate refresh — re-queries all status endpoints
K Kill switch dialog — toggle per-tier or global kill switch
P Policy dialog — select routing policy (balanced / drain-batch / drain-express / local-only)
G Graph detail — show entity type breakdown and recent extraction activity
? Help overlay — show all keybindings
Q Quit

Technical characteristics

The console is a library crate that implements the Cartridge trait for the operator console chassis. It loads at slot F9. Communication with the inference gateway uses standard HTTP against the gateway's monitoring endpoints; no special protocol is required. The console performs only read operations by default; write operations (kill switch toggles, policy changes) require explicit keyboard confirmation.

The console uses a background polling task that fetches status data every ten seconds and sends it to the rendering task via a channel. The rendering task does not block on network requests; it displays whatever data arrived most recently. This design ensures the console remains responsive even when the gateway is slow to respond.

The display degrades gracefully when individual status endpoints are unavailable. Missing panels show a "— unavailable —" indicator rather than preventing the console from rendering.

Plain-text mode is available via the --plain flag for terminal environments without unicode support. Unicode status symbols are replaced with ASCII equivalents.

Relationship to the inference gateway

The console is a read-mostly observer of the inference gateway. It does not participate in routing decisions. Kill switch and policy commands sent through the console take effect immediately in the gateway, but the console does not verify the effect beyond showing the updated state on the next refresh cycle.

The console is deployed alongside the inference gateway on the same node. It does not require network connectivity to external services to function. If the inference gateway is unreachable, the console continues running and shows all panels as unavailable.

Important Information

Important Information

Corporate structure. PointSav Digital Systems ("PointSav") is a trade name of Woodfine Capital Projects Inc. ("Woodfine"). PointSav does not itself offer, sell, or solicit any security. Any securities offering associated with Woodfine's real-property direct-hold solutions is made exclusively by Woodfine, and only by means of the applicable Private Placement Memorandum.

No investment advice. This wiki's content is provided for engineering, operational, research, and development purposes. Nothing on this wiki constitutes investment advice or a solicitation to invest in any Woodfine partnership or direct-hold solution.

Intellectual property. The PointSav name, trade name, wordmark, and marks, together with all current and future PointSav- and Totebox-branded products, services, and offerings — and the software, source code, documentation, design system, and all related materials — are proprietary to Woodfine and its affiliates, except for components identified as open source. No rights are granted except as expressly set out in a written license or agreement. See TRADEMARK.md in this repository for the full trademark notice.

Open source components. Portions of the platform are made available under permissive open-source licenses identified in the accompanying repository. Use of those components is governed by their respective license terms.

No warranty; informational use. Content on this wiki is provided for general informational purposes only and does not constitute a representation, warranty, or commitment with respect to product functionality, availability, pricing, or roadmap. Some articles describe planned or intended features, capabilities, and milestones — language such as "planned," "intended," "targeted," "may," and "expected" marks this forward-looking content, which is subject to change and does not constitute a commitment regarding future performance.

Confidentiality. Where an article describes an operational or deployment detail that is not intended for public disclosure, that article is not published on this wiki. Content here is general-purpose engineering documentation, not customer-specific configuration.

Jurisdiction. Woodfine Capital Projects Inc. is organized in British Columbia, Canada. References to the Sovereign Data Foundation on this wiki describe a planned or intended initiative only, not a current equity holder or active governance body.

Changes to this notice. PointSav may update this notice from time to time; the version posted on this page governs.

Not a filing system. This wiki is not a securities filing system, an electronic disclosure repository, or a substitute for SEDAR+ or any other regulatory filing system. Formal securities filings are made through the applicable regulatory filing system, not through this wiki.

Full disclaimer. This notice supplements, and does not replace, the full Disclaimers article. In the event of any conflict, the full Disclaimers article governs.

Read the full disclaimer →