perf(inbound): trim reply-run startup imports (#52332)

* perf(inbound): trim reply-run startup imports

* style(reply): format body runtime import

* test(reply): restore runtime seam mocks
This commit is contained in:
Vincent Koc
2026-03-22 09:05:14 -07:00
committed by GitHub
parent 05279539a8
commit 6b7206ed35
9 changed files with 193 additions and 135 deletions

View File

@@ -0,0 +1,6 @@
export {
abortEmbeddedPiRun,
isEmbeddedPiRunActive,
isEmbeddedPiRunStreaming,
resolveEmbeddedSessionLane,
} from "./pi-embedded.js";