Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 417 Bytes

File metadata and controls

11 lines (6 loc) · 417 Bytes

Runtime Package

Runtime-facing delivery surfaces live here.

Current Surface

  • terminal_ui/ is the active FastAPI analytics runtime for saved artifacts.

Design Rule

Keep runtime packages focused on HTTP, rendering, and runtime composition. Shared analytics, artifact loading, and execution logic should stay in analytics/, services/, and engine packages rather than drifting into the runtime layer.