Skip to content

Alluvia 0.2.1 — live resource usage

Choose a tag to compare

@dylanp12 dylanp12 released this 12 Jul 20:09
  • alluvia top (#10) — live resource usage of every running alluvia
    process: sampled CPU %, RAM, cumulative disk read/write, uptime, with a
    machine context line. --watch N for a refreshing view; status shows
    the same process list.
  • Network accounting at the source (#10) — per-process network bytes
    aren't visible to unprivileged userland on any OS, and alluvia's only
    traffic is its LLM calls — so the governor now counts them itself:
    calls and bytes sent/received per model, persisted with the breaker
    state and reported by top.
  • New dependency: psutil (cross-platform process metrics).

Install: uv tool install alluvia · PyPI · Closes #10