Skip to content

vstack 0.46.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 12:37

vstack 0.46.0

Organizational behavior, practiced on AI agents. vstack is a curated library
of 34 diagnostic patterns drawn from organizational behavior, social psychology,
and group dynamics — each rewritten for the domain of AI agents rather than
human teams.

Install

pip install valanistack==0.46.0

Optional extras: [anthropic], [openai], [ollama], [mcp], [api],
[browser], [langchain], [langgraph], [crewai], [llamaindex],
[pydantic-ai], [adapters], [all].

Docker:

docker pull ghcr.io/valani9/vstack:0.46.0

What changed in this release

A new CI-gate primitive on the core CLI + launch-grade README demo.

Added

  • vstack-diagnose --fail-on <severity> — the diagnose CLI is now a
    self-contained CI gate: it exits 3 when any finding is at or above the
    given severity (nonecritical), so any CI (not just the GitHub
    Action) can gate on agent quality with one command. Omit the flag to
    never fail on findings (current behavior). The GitHub Action and the
    standalone CLI now share the same severity semantics.
  • Launch demo assetsdocs/assets/demo.svg (an inline, GitHub-
    rendered terminal card built from real vstack-hello --offline output)
    and docs/assets/demo.cast (an asciinema v2 recording of the session).
    The README now opens with the demo.

Changed

  • README hero: added the terminal demo + a one-line "30 seconds, no API
    key" call to action up top.

Compatibility

  • All tests pass (new --fail-on gate + helper covered). No breaking
    changes — --fail-on defaults to off.

Verify the install

vstack-doctor          # 25+ install checks
vstack-hello           # 30-second end-to-end demo

Resources