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.0Optional extras: [anthropic], [openai], [ollama], [mcp], [api],
[browser], [langchain], [langgraph], [crewai], [llamaindex],
[pydantic-ai], [adapters], [all].
Docker:
docker pull ghcr.io/valani9/vstack:0.54.0What 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-runlike
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 demoResources
- Docs — hosted mkdocs site
- CHANGELOG — full history
- Patterns index — all 34 patterns + literature anchors
- Security policy