v0.1.0 — AWF CLI #1
rayyagari2-create
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
This discussion was created from the release v0.1.0 — AWF CLI.
Beta Was this translation helpful? Give feedback.
All reactions