Skip to main content

Overview

Boot Tell as an explicit application host, replace one capability before boot, run through the stable SDK contract, inspect the admitted graph, and dispose the host deterministically. This is the programmable path for applications that need more control than Tell::open().

Example

Key Points

  • TellHost::standard() returns an immutable pre-boot builder with with(), replace(), and without() operations.
  • Replacement is static: the graph validates once during boot() and cannot be mutated while a run is active.
  • Host descriptions expose module identities and contracts, never secrets or model output.
  • The application that boots a host owns dispose(); finally is the normal lifecycle boundary.