Metadata-Version: 2.4
Name: intentframe-bundle-sdk
Version: 0.1.0
Summary: IntentFrame Bundle SDK — author action and domain bundles for the policy pipeline
Project-URL: Homepage, https://github.com/intentframe/intentframe
Project-URL: Repository, https://github.com/intentframe/intentframe
Project-URL: Issues, https://github.com/intentframe/intentframe/issues
Author: IntentFrame Contributors
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agents,ai,bundles,intentframe,sdk,security
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.14
Requires-Dist: intentframe-core==0.1.0
Requires-Dist: intentframe-policy-registry==0.1.0
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# intentframe-bundle-sdk

Author action and domain **bundles** for
[IntentFrame](https://github.com/intentframe/intentframe). Bundles plug into
the deterministic + semantic policy pipeline via the `intentframe.bundles`
entry-point group.

```bash
pip install intentframe-bundle-sdk
```

This SDK pulls in only the foundation (`intentframe-core`,
`intentframe-policy-registry`) — not the runtime server, executor, or native
kit. See the package's in-tree `intentframe_bundle_sdk/README.md` for the full
bundle contract.
