Metadata-Version: 2.4
Name: agentic-workforce-framework
Version: 0.1.0
Summary: Python SDK for the Agentic Workforce Framework — an operating model for autonomous agent teams
Project-URL: Homepage, https://github.com/rayyagari2-create/agentic-workforce-framework
Project-URL: Repository, https://github.com/rayyagari2-create/agentic-workforce-framework
Project-URL: Documentation, https://github.com/rayyagari2-create/agentic-workforce-framework
License: MIT
Keywords: agentic,ai-agents,failure-memory,multi-agent,operating-model,trust-scoring
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Agentic Workforce Framework — Python SDK

Python SDK for the Agentic Workforce Framework.

An operating model for autonomous agent teams. Identity, task contracts,
failure memory, trust scoring, and audit.

## Install

pip install agentic-workforce-framework

## Status

This is v0.1.0 — the Python SDK foundation release.

Full Pydantic schema models, D1-D4 scoring engine, Python hooks,
and AGT adapter are coming in v1.1.0+.

## Scaffold (npm CLI)

The fastest way to scaffold the framework into any repo:

npx agentic-workforce-framework@latest init

npm CLI scaffolds the framework.
Python SDK validates and executes governance logic.

## Docs

https://github.com/rayyagari2-create/agentic-workforce-framework
