This repository requires the following software to use and develop the Agent Workflow Framework (AWF):
- 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
- 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)
- Node.js:
node --version - PowerShell:
pwsh -vorpowershell -v - Bash:
bash --version - Git:
git --version
See the docs/installation.md for setup instructions and more details on optional adapters.