Skip to content

Alluvia

v0.2.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 14d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-memory claude cursor developer-tools knowledge-management local-first
+2 more
mcp sqlite

Summary

AI summary

Live resource usage and per‑process network accounting added to alluvia top.

Changes in this release

Feature Low

Adds live resource usage view with `alluvia top` command.

Adds live resource usage view with `alluvia top` command.

Source: llm_adapter@2026-07-18

Confidence: high

Feature Low

Adds per‑process network accounting for LLM calls in governor state.

Adds per‑process network accounting for LLM calls in governor state.

Source: llm_adapter@2026-07-18

Confidence: high

Dependency Low

Introduces new dependency on psutil for cross‑platform process metrics.

Introduces new dependency on psutil for cross‑platform process metrics.

Source: llm_adapter@2026-07-18

Confidence: high

Full changelog
  • 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

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Alluvia

Get notified when new releases ship.

Sign up free

About Alluvia

All releases →

Related context

Earlier breaking changes

  • v0.3.0 MCP writes become opt-in by default.
  • v0.1.1 All environment variables now require the ALLUVIA_ prefix.

Beta — feedback welcome: [email protected]