Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.04 KB

File metadata and controls

37 lines (27 loc) · 1.04 KB

setup-agentplane

CI release release-channel

Install AgentPlane in GitHub Actions.

- uses: basilisk-labs/setup-agentplane@v0.6.23
  with:
    version: 0.6.23

This composite action installs AgentPlane from the official Bun single-file executable archives and validates each archive checksum before adding agentplane to PATH.

Capabilities

  • Deterministic install by release asset pin (run uses release asset URL)
  • Cross-platform: macOS/Linux/Windows
  • Smoke check with agentplane --version
  • Explicit version control (no floating tags needed)

Quick start

steps:
  - uses: basilisk-labs/setup-agentplane@v0.6.23
    with:
      version: 0.6.23

Smoke check

agentplane --version