# live

URL: /milo-cli/api/milo/live/
Section: milo
Description: Live-rendering primitives for non-event-loop use.

Re-exports from `kida.terminal`. Reach for these when you need a small
animated or streamed view *outside* a full `App` event loop — a
background job, a one-shot CLI command, or a script. When you need a
reducer-driven app, use `App` with `TickCmd` instead.

    from milo.live import LiveRenderer, Spinner, stream_to_terminal

---

> For a complete page index, fetch /milo-cli/llms.txt.

Open LLM text
(/milo-cli/api/milo/live/index.txt)

Share with AI

Ask Claude
(https://claude.ai/new?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2Flive%2Findex.txt)

Ask ChatGPT
(https://chatgpt.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2Flive%2Findex.txt)

Ask Gemini
(https://gemini.google.com/app?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2Flive%2Findex.txt)

Ask Copilot
(https://copilot.microsoft.com/?q=Please%20help%20me%20understand%20this%20documentation%3A%20%2Fmilo-cli%2Fapi%2Fmilo%2Flive%2Findex.txt)

Module

#
`live`

Live-rendering primitives for non-event-loop use.

Re-exports from`kida.terminal`. Reach for these when you need a small
animated or streamed view outside a full`App`event loop — a
background job, a one-shot CLI command, or a script. When you need a
reducer-driven app, use`App` with `TickCmd`instead.

```
from milo.live import LiveRenderer, Spinner, stream_to_terminal
```
