Skip to content

vstack 0.54.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:59

vstack 0.54.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.54.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.54.0

What changed in this release

One-command CI onboarding.

Added

  • vstack-config init-ci — scaffolds a ready-to-run GitHub Actions
    workflow (.github/workflows/vstack-agent-quality.yml) that wires up the
    full gate: diagnose a trace on each PR, fail-on: high, upload SARIF to
    code scanning, and post a sticky PR comment. Pins the Action to the
    installed vstack version. --out / --force / --dry-run like
    install-skills. Takes a repo from "installed" to "gating in CI" in one
    command.

Compatibility

  • All tests pass. Additive only; no breaking changes.

Verify the install

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

Resources