Metadata-Version: 2.4
Name: workflow-platform-sdk
Version: 0.1.0
Summary: Provider contracts for the AF workflow platform
Project-URL: Repository, https://github.com/dannyliiii/Agents-Flow
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: jsonschema<5,>=4.18
Requires-Dist: MarkupSafe<4,>=2.1

# workflow-platform-sdk

`workflow-platform-sdk` defines the versioned provider contract used by the
Agents Flow workflow host. Provider projects depend on this package to expose
workflow manifests, graph builders, capabilities, UI extensions, and artifact
projections without depending on AF application internals.

## Installation

```bash
python -m pip install workflow-platform-sdk==0.1.0
```

The package contains contract types only. Workflow implementations and domain
behavior remain owned by their provider repositories.
