Metadata-Version: 2.4
Name: intentframe-components
Version: 0.1.0
Summary: IntentFrame pipeline engines — analysis, guardian, onboarding, and prompt hardening
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: AGPL-3.0-only
License-File: LICENSE
Keywords: agents,ai,guardrails,intentframe,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-bundle-sdk==0.1.0
Requires-Dist: intentframe-core==0.1.0
Requires-Dist: intentframe-policy-registry==0.1.0
Requires-Dist: intentframe-prompt-library==0.1.0
Requires-Dist: openai-agents>=0.7.0
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# intentframe-components

The LLM-facing engines of the [IntentFrame](https://github.com/intentframe/intentframe)
policy pipeline: the analysis engine, the guardian (AI + deterministic),
the onboarding engine, and the prompt-hardening layer.

These components are wired together by the `intentframe-server` runtime. They
depend on `intentframe-core`, `intentframe-bundle-sdk`,
`intentframe-policy-registry`, and `intentframe-prompt-library`.

```bash
pip install intentframe-components
```
