Skip to content

v0.1.0 — AWF CLI

Choose a tag to compare

@rayyagari2-create rayyagari2-create released this 28 Apr 16:44

AWF CLI v0.1.0

First installable release of the Agentic Workforce Framework CLI.

Install

npm install -g agentic-workforce-framework

One-time use:

npx agentic-workforce-framework@latest init

Commands

awf init Scaffold the framework into your repo
awf add Add a specific module
awf check Validate your setup

Available modules

five-agent-team Five agent instruction files
trust-scoring D1-D4 rubric, calibration anchors, TrustScore schema
failure-memory Failure library, FailureRecord schema, example
task-manifest AgentTaskManifest schema, sidecar schema, example
claude-code-hooks Hook examples and Claude Code settings example file

Notes

The CLI scaffolds the operating model around your chosen runtime.
It does not run agents directly.

For Claude Code, the CLI installs agent templates, hook templates
and a settings example file. For Cursor, Windsurf and other runtimes,
it installs runtime-agnostic framework artifacts only.

Runtimes execute agents. This framework governs agent work.

What is next

v0.2.0 — awf validate and awf new commands
v0.3.0 — awf score for interactive D1-D4 trust scoring
v0.4.0 — runtime adapters for LangGraph, CrewAI and OpenAI Agents SDK