File size: 303 Bytes
24e5b39 | 1 2 3 4 5 6 7 8 9 10 | """Home-node narration engine — mobile-facing WebSocket session (Team Inference).
Optional install: `uv sync --extra engine`. Nothing in the existing app path
imports this package, so the Space/UI keep working without the extra.
"""
from .app import build_engine_app
__all__ = ["build_engine_app"]
|