Skip to content

Core Docs

Core docs describe durable Python Server concepts: repository role, system architecture, render lifecycle, integration boundaries, configuration, recovery, simulation, and verification.

flowchart TD
  Role["Python Server Role"]
  Architecture["System Architecture"]
  Lifecycle["Render Job Lifecycle"]
  Integration["Web App + Unity Integration"]
  Operations["Configuration, Recovery, Testing"]

  Role --> Architecture
  Architecture --> Lifecycle
  Lifecycle --> Integration
  Integration --> Operations

Pages