Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1 KB

File metadata and controls

30 lines (22 loc) · 1 KB

Software Dependencies

This repository requires the following software to use and develop the Agent Workflow Framework (AWF):

Required

  • Node.js (v18 or newer recommended)
    • Used to run the AWF CLI and framework scripts
  • PowerShell (Windows) or Bash (Linux/macOS)
    • For running installer scripts and wrappers
  • Git
    • For version control and managing repositories

Optional (for full functionality)

  • Claude CLI (if using Claude as an adapter)
  • Codex CLI (if using Codex as an adapter)
  • Gemini CLI (if using Gemini as an adapter)
  • GitHub Copilot CLI (if using Copilot as an adapter)
  • Atlassian Rovo MCP (for Jira story intake)
  • Python 3 (if using Python-based adapters or scripts)

How to check

  • Node.js: node --version
  • PowerShell: pwsh -v or powershell -v
  • Bash: bash --version
  • Git: git --version

See the docs/installation.md for setup instructions and more details on optional adapters.