Metadata-Version: 2.4
Name: intentframe-executor-sdk
Version: 0.1.0
Summary: IntentFrame Executor SDK — author executor packs and capability adapters
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,executor,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-credentials==0.1.0
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# intentframe-executor-sdk

Author **executor packs** and capability adapters for
[IntentFrame](https://github.com/intentframe/intentframe). Packs register
adapters, transports, auth verifiers, and services via the
`intentframe.executor_packs` entry-point group.

```bash
pip install intentframe-executor-sdk
```

Imports as `executor_sdk`. Depends on `intentframe-core` and
`intentframe-credentials` (credential vault interfaces). See the package's
in-tree `executor_sdk/README.md` for the pack/adapter contract.
