File size: 333 Bytes
36cdb93
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""Browser demo layer: a serving shell around the project's inference core.

Everything that touches the streaming maths lives in `wanstreamer` proper
(`stream.FewStepStreamer`, `blockcausal`, `kvcache`, `rope`). This package only
drives it: session management, JPEG framing, a websocket, world generation from
text, and the UI.
"""