vstack 0.46.0
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.0Optional extras: [anthropic], [openai], [ollama], [mcp], [api],
[browser], [langchain], [langgraph], [crewai], [llamaindex],
[pydantic-ai], [adapters], [all].
Docker:
docker pull ghcr.io/valani9/vstack:0.46.0What 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 exits3when any finding is at or above the
given severity (none…critical), 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 assets —
docs/assets/demo.svg(an inline, GitHub-
rendered terminal card built from realvstack-hello --offlineoutput)
anddocs/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-ongate + helper covered). No breaking
changes —--fail-ondefaults to off.
Verify the install
vstack-doctor # 25+ install checks
vstack-hello # 30-second end-to-end demoResources
- Docs — hosted mkdocs site
- CHANGELOG — full history
- Patterns index — all 34 patterns + literature anchors
- Security policy