The session-facing slice of a runtime — all createServer needs. A runtime built with createRuntime satisfies it directly.
createRuntime
Narrowed to these two methods (rather than demanding a full AgentRuntime) so an embedder can supply a lazily-built runtime facade.
AgentRuntime
The session-facing slice of a runtime — all createServer needs. A runtime built with
createRuntimesatisfies it directly.Narrowed to these two methods (rather than demanding a full
AgentRuntime) so an embedder can supply a lazily-built runtime facade.